default_validations 1.0.1 → 1.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.
@@ -9,7 +9,7 @@ Gem::Specification.new do |s|
9
9
  s.author = 'Pavel Astraukh'
10
10
  s.email = 'paladin111333@gmail.com'
11
11
  s.description = 'Default validations for string and integer attributes'
12
- s.homepage = 'http://github.com/enotpoloskun/iam'
12
+ s.homepage = 'http://github.com/enotpoloskun/default_validations'
13
13
  s.summary = 'Simple default validations creator for Rails'
14
14
 
15
15
  s.files = `git ls-files`.split("\n")
@@ -1,3 +1,3 @@
1
1
  module DefaultValidations
2
- VERSION = '1.0.1'
2
+ VERSION = '1.0.2'
3
3
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 1
7
7
  - 0
8
- - 1
9
- version: 1.0.1
8
+ - 2
9
+ version: 1.0.2
10
10
  platform: ruby
11
11
  authors:
12
12
  - Pavel Astraukh
@@ -46,7 +46,7 @@ files:
46
46
  - lib/default_validations/validations_creator.rb
47
47
  - lib/default_validations/version.rb
48
48
  has_rdoc: true
49
- homepage: http://github.com/enotpoloskun/iam
49
+ homepage: http://github.com/enotpoloskun/default_validations
50
50
  licenses:
51
51
  - MIT
52
52
  post_install_message: