setsumei 0.0.12 → 0.0.13
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
- checksums.yaml.gz.sig +0 -0
- data.tar.gz.sig +2 -1
- data/LICENSE.txt +22 -0
- data/lib/setsumei/version.rb +1 -1
- data/setsumei.gemspec +1 -0
- metadata +5 -3
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2144970ed5104e247f519fc0d1d86490e5636b4b
|
|
4
|
+
data.tar.gz: 1d4524527eabbd0e447cfd5250375c1079bbf603
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 07209352db6ccb0518376fc3147743db4672aafc6f68bb1f215d56b8123faafd61b9dddadc69e24b3db73bb72dd3718d4273b462ef691f486649e24b55615c54
|
|
7
|
+
data.tar.gz: 0a4fd984c10390e3d0769b539458ac408d8652ba8cb7ae204981c6b560405125ba481ad4c712d5e7072eb102a54affc3ef54da49f85138aa2f24f68ea343af5c
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data.tar.gz.sig
CHANGED
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
}!1�s \}F��J2�\�Ҁ�_�'2�߈�K@��ۖ�P|_�M��b�7 /A����F{��PE��:ϭ�N�̬cJz��G�A�쯎i�"5�XEa�|��lc����v0;'*�N���`b;W��̠��
|
|
2
|
+
C�\�x��7���Dk�
|
data/LICENSE.txt
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
Copyright (c) 2013 Jon Rowe
|
|
2
|
+
|
|
3
|
+
MIT License
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining
|
|
6
|
+
a copy of this software and associated documentation files (the
|
|
7
|
+
"Software"), to deal in the Software without restriction, including
|
|
8
|
+
without limitation the rights to use, copy, modify, merge, publish,
|
|
9
|
+
distribute, sublicense, and/or sell copies of the Software, and to
|
|
10
|
+
permit persons to whom the Software is furnished to do so, subject to
|
|
11
|
+
the following conditions:
|
|
12
|
+
|
|
13
|
+
The above copyright notice and this permission notice shall be
|
|
14
|
+
included in all copies or substantial portions of the Software.
|
|
15
|
+
|
|
16
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
17
|
+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
18
|
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
19
|
+
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
|
20
|
+
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
21
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
22
|
+
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
data/lib/setsumei/version.rb
CHANGED
data/setsumei.gemspec
CHANGED
|
@@ -11,6 +11,7 @@ Gem::Specification.new do |s|
|
|
|
11
11
|
s.homepage = "https://github.com/JonRowe/setsumei"
|
|
12
12
|
s.summary = %q{A tool for describing API's as ruby objects}
|
|
13
13
|
s.description = %q{A tool for describing API's as ruby objects. Currently supports building these objects from JSON}
|
|
14
|
+
s.license = "MIT"
|
|
14
15
|
|
|
15
16
|
s.files = `git ls-files`.split("\n")
|
|
16
17
|
s.test_files = `git ls-files -- {spec,features}/*`.split("\n")
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: setsumei
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.13
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Jon Rowe
|
|
@@ -29,7 +29,7 @@ cert_chain:
|
|
|
29
29
|
2feWfO4gCNmvfFjULOAYHq9JHEjN5SLSXvj5HdSnDcCyIfJKn5Ya3JahWQaWIsXf
|
|
30
30
|
/NPE/mB57TOwj+d7XUa2NC4HUadF8R51IYEcIB0PpIEzJlKtfXFcOZxO
|
|
31
31
|
-----END CERTIFICATE-----
|
|
32
|
-
date: 2013-07-
|
|
32
|
+
date: 2013-07-17 00:00:00.000000000 Z
|
|
33
33
|
dependencies:
|
|
34
34
|
- !ruby/object:Gem::Dependency
|
|
35
35
|
name: json
|
|
@@ -99,6 +99,7 @@ files:
|
|
|
99
99
|
- .rspec
|
|
100
100
|
- .travis.yml
|
|
101
101
|
- Gemfile
|
|
102
|
+
- LICENSE.txt
|
|
102
103
|
- README.md
|
|
103
104
|
- Rakefile
|
|
104
105
|
- lib/setsumei.rb
|
|
@@ -132,7 +133,8 @@ files:
|
|
|
132
133
|
- spec/support/shared_examples/attribute_options.rb
|
|
133
134
|
- spec/support/shared_examples/attribute_type_creation.rb
|
|
134
135
|
homepage: https://github.com/JonRowe/setsumei
|
|
135
|
-
licenses:
|
|
136
|
+
licenses:
|
|
137
|
+
- MIT
|
|
136
138
|
metadata: {}
|
|
137
139
|
post_install_message:
|
|
138
140
|
rdoc_options: []
|
metadata.gz.sig
CHANGED
|
Binary file
|