jellyfish 1.2.1 → 1.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGES.md +6 -0
- data/jellyfish.gemspec +3 -3
- data/lib/jellyfish/rewrite.rb +1 -1
- data/lib/jellyfish/version.rb +1 -1
- data/test/test_rewrite.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 40f88cf4d0c350c287fe8ed80e3bd06233e2315039fea6e36f21a10434d99ff1
|
|
4
|
+
data.tar.gz: a9619f0b57d9ad1a277f6913c1782807089c3543bcbda741377664f90fb175f7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 57c9c42a73f08953c5118c1c18cc9703a4528756b167bfb7ff04ef122e939062d8219c1ea5740bcdc9917a770b27715b339680a485ac01dfe9178e0a0409d46c
|
|
7
|
+
data.tar.gz: c79d13a73c40ed4466381b97c93d8d4d2f1a4d11f89f8e2732b6366915ae0db5ffe863c6e20b6186b6cb1ea1eb8b588d59f30be7e68da516b950ea604c35f724
|
data/CHANGES.md
CHANGED
data/jellyfish.gemspec
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
# -*- encoding: utf-8 -*-
|
|
2
|
-
# stub: jellyfish 1.2.
|
|
2
|
+
# stub: jellyfish 1.2.2 ruby lib
|
|
3
3
|
|
|
4
4
|
Gem::Specification.new do |s|
|
|
5
5
|
s.name = "jellyfish".freeze
|
|
6
|
-
s.version = "1.2.
|
|
6
|
+
s.version = "1.2.2"
|
|
7
7
|
|
|
8
8
|
s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
|
|
9
9
|
s.require_paths = ["lib".freeze]
|
|
10
10
|
s.authors = ["Lin Jen-Shin (godfat)".freeze]
|
|
11
|
-
s.date = "2018-
|
|
11
|
+
s.date = "2018-09-23"
|
|
12
12
|
s.description = "Pico web framework for building API-centric web applications.\nFor Rack applications or Rack middleware. Around 250 lines of code.\n\nCheck [jellyfish-contrib][] for extra extensions.\n\n[jellyfish-contrib]: https://github.com/godfat/jellyfish-contrib".freeze
|
|
13
13
|
s.email = ["godfat (XD) godfat.org".freeze]
|
|
14
14
|
s.files = [
|
data/lib/jellyfish/rewrite.rb
CHANGED
data/lib/jellyfish/version.rb
CHANGED
data/test/test_rewrite.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: jellyfish
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.2.
|
|
4
|
+
version: 1.2.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Lin Jen-Shin (godfat)
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2018-
|
|
11
|
+
date: 2018-09-23 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: |-
|
|
14
14
|
Pico web framework for building API-centric web applications.
|