ice_cube 0.2.3.1 → 0.2.4
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/ice_cube/version.rb +5 -0
- metadata +4 -4
metadata
CHANGED
@@ -5,9 +5,8 @@ version: !ruby/object:Gem::Version
|
|
5
5
|
segments:
|
6
6
|
- 0
|
7
7
|
- 2
|
8
|
-
-
|
9
|
-
|
10
|
-
version: 0.2.3.1
|
8
|
+
- 4
|
9
|
+
version: 0.2.4
|
11
10
|
platform: ruby
|
12
11
|
authors:
|
13
12
|
- John Crepezzi
|
@@ -58,6 +57,7 @@ files:
|
|
58
57
|
- lib/ice_cube/validations/minute_of_hour.rb
|
59
58
|
- lib/ice_cube/validations/month_of_year.rb
|
60
59
|
- lib/ice_cube/validations/second_of_minute.rb
|
60
|
+
- lib/ice_cube/version.rb
|
61
61
|
- lib/ice_cube.rb
|
62
62
|
has_rdoc: true
|
63
63
|
homepage: http://github.com/seejohnrun/ice_cube
|
@@ -84,7 +84,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
84
84
|
version: "0"
|
85
85
|
requirements: []
|
86
86
|
|
87
|
-
rubyforge_project:
|
87
|
+
rubyforge_project: ice-cube
|
88
88
|
rubygems_version: 1.3.6
|
89
89
|
signing_key:
|
90
90
|
specification_version: 3
|