can_has_validations 0.4.1 → 0.4.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.
checksums.yaml CHANGED
@@ -1,7 +1,15 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: a473e81111cafcc6b4d223880caad7052942be2a
4
- data.tar.gz: f115deab48a5d436d8c920226aa1ff1ff98be0fe
2
+ !binary "U0hBMQ==":
3
+ metadata.gz: !binary |-
4
+ ZTc3ZDIyYWM3Y2ExNWY3YWNjZmM4MDZlZWM3Y2RmNDkzZjA0MDUxNA==
5
+ data.tar.gz: !binary |-
6
+ OGEyMmM2YjM2OWJlYzAzNTM1ODExMDM2YzJkZDA2MDU5ODNjZTk4MA==
5
7
  SHA512:
6
- metadata.gz: bfdf907a40155f1ed52938d83ec9b1ce1b1e58f8091ba90857210ac2596d058746e4563a0aaee7c2f9b51380471120b698558541e8042d88d5f617743c04a14e
7
- data.tar.gz: e6525ec77bd6550b54de3793be89e2e5562934aac4ad06d3c2688e3f3a1fda8abeba12f7e7089a46bbf5497908f8cda7751a993834b52be94c88def415c0b008
8
+ metadata.gz: !binary |-
9
+ N2FjMGUzNjkxOTA2ODQ0N2ViOTQxYmQ3NDZiZWEyM2Y3ZDg4MGNmMDY4N2Y2
10
+ NDM3MjkxZTdhMDVlMWU1NTNlMjAyZDQzZmNkMTQ0MGU4Y2UzZjFkMjg2YTFl
11
+ NzMwY2ZjZDlhY2I0M2VjOThlNzJmYmMyNDM2OTQ4YzVkOWJjOTA=
12
+ data.tar.gz: !binary |-
13
+ ZDk1NGM3NTZkY2NiZjQwNDQ1NDRiOTQ5OGI1ZDk3MmIyOGRhOTQ3ZmZlYjZi
14
+ YzY0OTIzOTcyM2JmNWMxZWRkOThmMTBhOTMzMTQ5Mzc2NDFhMmZkYTY3NWU1
15
+ YzA1NjIwMGE3NjkwMWJhMmY5N2U4YWI2M2Q2YTgzNzJkOWJiNDg=
@@ -1,3 +1,3 @@
1
1
  module CanHasValidations
2
- VERSION = '0.4.1'
2
+ VERSION = '0.4.2'
3
3
  end
metadata CHANGED
@@ -1,50 +1,50 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: can_has_validations
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.1
4
+ version: 0.4.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - thomas morgan
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-07-21 00:00:00.000000000 Z
11
+ date: 2016-02-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - ">="
17
+ - - ! '>='
18
18
  - !ruby/object:Gem::Version
19
19
  version: '3.0'
20
- - - "<"
20
+ - - <
21
21
  - !ruby/object:Gem::Version
22
- version: '5.0'
22
+ version: '5.1'
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
26
26
  requirements:
27
- - - ">="
27
+ - - ! '>='
28
28
  - !ruby/object:Gem::Version
29
29
  version: '3.0'
30
- - - "<"
30
+ - - <
31
31
  - !ruby/object:Gem::Version
32
- version: '5.0'
32
+ version: '5.1'
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: sqlite3
35
35
  requirement: !ruby/object:Gem::Requirement
36
36
  requirements:
37
- - - ">="
37
+ - - ! '>='
38
38
  - !ruby/object:Gem::Version
39
39
  version: '0'
40
40
  type: :development
41
41
  prerelease: false
42
42
  version_requirements: !ruby/object:Gem::Requirement
43
43
  requirements:
44
- - - ">="
44
+ - - ! '>='
45
45
  - !ruby/object:Gem::Version
46
46
  version: '0'
47
- description: Assorted Rails 3.x-4.x validators.
47
+ description: Assorted Rails 4.x-5.x validators.
48
48
  email:
49
49
  - tm@iprog.com
50
50
  executables: []
@@ -104,20 +104,20 @@ require_paths:
104
104
  - lib
105
105
  required_ruby_version: !ruby/object:Gem::Requirement
106
106
  requirements:
107
- - - ">="
107
+ - - ! '>='
108
108
  - !ruby/object:Gem::Version
109
109
  version: '0'
110
110
  required_rubygems_version: !ruby/object:Gem::Requirement
111
111
  requirements:
112
- - - ">="
112
+ - - ! '>='
113
113
  - !ruby/object:Gem::Version
114
114
  version: '0'
115
115
  requirements: []
116
116
  rubyforge_project:
117
- rubygems_version: 2.4.3
117
+ rubygems_version: 2.4.6
118
118
  signing_key:
119
119
  specification_version: 4
120
- summary: Assorted Rails 3.x-4.x validators
120
+ summary: Assorted Rails 4.x-5.x validators
121
121
  test_files:
122
122
  - test/can_has_validations_test.rb
123
123
  - test/dummy/app/assets/javascripts/application.js