active_model_serializers_validator 0.1.4 → 1.0
Sign up to get free protection for your applications and to get access to all the features.
@@ -8,10 +8,10 @@ Gem::Specification.new do |spec|
|
|
8
8
|
spec.version = ActiveModel::Serializer::Validator::VERSION
|
9
9
|
spec.authors = ['Rémi Prévost']
|
10
10
|
spec.email = ['rprevost@mirego.com']
|
11
|
-
spec.description = '
|
12
|
-
spec.summary = '
|
13
|
-
spec.homepage = 'https://github.com/mirego/
|
14
|
-
spec.license = 'BSD
|
11
|
+
spec.description = 'This gem has been moved to http://rubygems.org/gems/composition'
|
12
|
+
spec.summary = 'This gem has been moved to http://rubygems.org/gems/composition'
|
13
|
+
spec.homepage = 'https://github.com/mirego/composition'
|
14
|
+
spec.license = 'New BSD'
|
15
15
|
|
16
16
|
spec.files = `git ls-files`.split($/)
|
17
17
|
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: active_model_serializers_validator
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version:
|
4
|
+
version: '1.0'
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2013-
|
12
|
+
date: 2013-06-24 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: bundler
|
@@ -123,8 +123,7 @@ dependencies:
|
|
123
123
|
- - ~>
|
124
124
|
- !ruby/object:Gem::Version
|
125
125
|
version: '1.1'
|
126
|
-
description:
|
127
|
-
against a JSON schema
|
126
|
+
description: This gem has been moved to http://rubygems.org/gems/composition
|
128
127
|
email:
|
129
128
|
- rprevost@mirego.com
|
130
129
|
executables: []
|
@@ -146,9 +145,9 @@ files:
|
|
146
145
|
- spec/support/macros/fixtures.rb
|
147
146
|
- spec/support/macros/serializers.rb
|
148
147
|
- spec/validator_spec.rb
|
149
|
-
homepage: https://github.com/mirego/
|
148
|
+
homepage: https://github.com/mirego/composition
|
150
149
|
licenses:
|
151
|
-
- BSD
|
150
|
+
- New BSD
|
152
151
|
post_install_message:
|
153
152
|
rdoc_options: []
|
154
153
|
require_paths:
|
@@ -161,7 +160,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
161
160
|
version: '0'
|
162
161
|
segments:
|
163
162
|
- 0
|
164
|
-
hash:
|
163
|
+
hash: 2564918616226570303
|
165
164
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
166
165
|
none: false
|
167
166
|
requirements:
|
@@ -170,14 +169,13 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
170
169
|
version: '0'
|
171
170
|
segments:
|
172
171
|
- 0
|
173
|
-
hash:
|
172
|
+
hash: 2564918616226570303
|
174
173
|
requirements: []
|
175
174
|
rubyforge_project:
|
176
175
|
rubygems_version: 1.8.23
|
177
176
|
signing_key:
|
178
177
|
specification_version: 3
|
179
|
-
summary:
|
180
|
-
against a JSON schema
|
178
|
+
summary: This gem has been moved to http://rubygems.org/gems/composition
|
181
179
|
test_files:
|
182
180
|
- spec/fixtures/product.jsonschema
|
183
181
|
- spec/spec_helper.rb
|