simple_unique 0.0.1 → 0.0.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.
- data/lib/simple_unique/version.rb +1 -1
- data/simple_unique.gemspec +2 -2
- metadata +5 -3
data/simple_unique.gemspec
CHANGED
|
@@ -8,8 +8,8 @@ Gem::Specification.new do |gem|
|
|
|
8
8
|
gem.version = SimpleUnique::VERSION
|
|
9
9
|
gem.authors = ["Jeremy Green"]
|
|
10
10
|
gem.email = ["jeremy@octolabs.com"]
|
|
11
|
-
gem.description = %q{
|
|
12
|
-
gem.summary = %q{
|
|
11
|
+
gem.description = %q{A simple gem to add `validates_uniqueness_of` to `AWS::Record::Model` supplied by `aws-sdk`.}
|
|
12
|
+
gem.summary = %q{A simple gem to add `validates_uniqueness_of` to `AWS::Record::Model` supplied by `aws-sdk`.}
|
|
13
13
|
gem.homepage = ""
|
|
14
14
|
|
|
15
15
|
gem.files = `git ls-files`.split($/)
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: simple_unique
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.2
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -43,7 +43,8 @@ dependencies:
|
|
|
43
43
|
- - ! '>='
|
|
44
44
|
- !ruby/object:Gem::Version
|
|
45
45
|
version: 2.0.0
|
|
46
|
-
description:
|
|
46
|
+
description: A simple gem to add `validates_uniqueness_of` to `AWS::Record::Model`
|
|
47
|
+
supplied by `aws-sdk`.
|
|
47
48
|
email:
|
|
48
49
|
- jeremy@octolabs.com
|
|
49
50
|
executables: []
|
|
@@ -87,7 +88,8 @@ rubyforge_project:
|
|
|
87
88
|
rubygems_version: 1.8.24
|
|
88
89
|
signing_key:
|
|
89
90
|
specification_version: 3
|
|
90
|
-
summary:
|
|
91
|
+
summary: A simple gem to add `validates_uniqueness_of` to `AWS::Record::Model` supplied
|
|
92
|
+
by `aws-sdk`.
|
|
91
93
|
test_files:
|
|
92
94
|
- spec/simple_unique/validations_spec.rb
|
|
93
95
|
- spec/spec_helper.rb
|