setsumei 0.0.12 → 0.0.13

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 3ed66d6642b9aa0f6e115bae45ee429c0112e70f
4
- data.tar.gz: d927bc2bb3d1df4a38fed82b9c65d60a18d6fdd7
3
+ metadata.gz: 2144970ed5104e247f519fc0d1d86490e5636b4b
4
+ data.tar.gz: 1d4524527eabbd0e447cfd5250375c1079bbf603
5
5
  SHA512:
6
- metadata.gz: 17f822edef6b4b2a23a57d6b74b5ed3834d0085842231998df12e8fce800ca0569f247ad307ce230b1c2bfc8e44e3db7f95f26cabc70e5a766748181187319e6
7
- data.tar.gz: 1db588dd87cd2362cc1742c1fd7c8b6fccf32f1abd60028754c672bf8c3f4886e5b73875047e943c30aa46b2e29ebe4a671bb995bc92aafea058865e7397b24a
6
+ metadata.gz: 07209352db6ccb0518376fc3147743db4672aafc6f68bb1f215d56b8123faafd61b9dddadc69e24b3db73bb72dd3718d4273b462ef691f486649e24b55615c54
7
+ data.tar.gz: 0a4fd984c10390e3d0769b539458ac408d8652ba8cb7ae204981c6b560405125ba481ad4c712d5e7072eb102a54affc3ef54da49f85138aa2f24f68ea343af5c
Binary file
data.tar.gz.sig CHANGED
@@ -1 +1,2 @@
1
- �e(՝I�C)�X���I�<�]}�d�-!Ar�\��Mk�=(�{�f^��4F[�:d���ez�����r��#Z������ ��&@n�1�I���V_�����&�k?尓�(ݿ��1�ϫՊt����˩k���ߵ�N�AXc��i���������Y����q<v�s@������ �mr6��b9zt_8;���t��蕝�7�����G�*��mPs}2ô7
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�
@@ -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.
@@ -1,3 +1,3 @@
1
1
  module Setsumei
2
- VERSION = "0.0.12"
2
+ VERSION = "0.0.13"
3
3
  end
@@ -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.12
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-16 00:00:00.000000000 Z
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