uuid_validator 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,4 +1,4 @@
1
- require 'active_model/validations'
1
+ require 'active_model/validator'
2
2
 
3
3
  module ActiveModel
4
4
  module Validations
@@ -1,3 +1,3 @@
1
1
  module UuidValidator
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
@@ -10,7 +10,7 @@ Gem::Specification.new do |gem|
10
10
  gem.email = ["holysugar@gmail.com"]
11
11
  gem.description = %q{UUID Validator for ActiveModel}
12
12
  gem.summary = %q{UUID Validator for ActiveModel}
13
- gem.homepage = ""
13
+ gem.homepage = "https://github.com/holysugar/uuid_validator"
14
14
 
15
15
  gem.files = `git ls-files`.split($/)
16
16
  gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: uuid_validator
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:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-12-06 00:00:00.000000000 Z
12
+ date: 2012-12-11 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: activemodel
@@ -63,7 +63,7 @@ files:
63
63
  - test/test_helper.rb
64
64
  - test/uuid_validator_test.rb
65
65
  - uuid_validator.gemspec
66
- homepage: ''
66
+ homepage: https://github.com/holysugar/uuid_validator
67
67
  licenses: []
68
68
  post_install_message:
69
69
  rdoc_options: []