simple_unique 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,3 @@
1
1
  module SimpleUnique
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
@@ -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{Validations for AWS::Record::Model}
12
- gem.summary = %q{Validations for AWS::Record::Model}
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.1
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: Validations for AWS::Record::Model
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: Validations for AWS::Record::Model
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