ice_cube 0.5.8 → 0.5.9
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/ice_cube/rule.rb +1 -0
- data/lib/ice_cube/version.rb +1 -1
- metadata +4 -4
data/lib/ice_cube/rule.rb
CHANGED
@@ -134,6 +134,7 @@ module IceCube
|
|
134
134
|
representation = ''
|
135
135
|
representation = (@interval == 1 ? singular : plural)
|
136
136
|
representation << @validation_types.values.map { |v| ' ' + v.send(:to_s) }.join()
|
137
|
+
representation << " #{occurrence_count} #{@occurrence_count == 1 ? 'time' : 'times'}" if @occurrence_count
|
137
138
|
representation
|
138
139
|
end
|
139
140
|
|
data/lib/ice_cube/version.rb
CHANGED
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ice_cube
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 25
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 5
|
9
|
-
-
|
10
|
-
version: 0.5.
|
9
|
+
- 9
|
10
|
+
version: 0.5.9
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- John Crepezzi
|
@@ -15,7 +15,7 @@ autorequire:
|
|
15
15
|
bindir: bin
|
16
16
|
cert_chain: []
|
17
17
|
|
18
|
-
date: 2010-09-
|
18
|
+
date: 2010-09-27 00:00:00 -04:00
|
19
19
|
default_executable:
|
20
20
|
dependencies:
|
21
21
|
- !ruby/object:Gem::Dependency
|