File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11= CHANGELOG
22
3+ == 0.1.1
4+ * fix for float calculations
5+ * downcased gem name
6+
37== 0.1.0
48* remove excess exceptions
59* use logger directly
Original file line number Diff line number Diff line change 11spec = Gem ::Specification . new do |s |
2- s . name = 'ActionTimer '
2+ s . name = 'actiontimer '
33 s . author = 'spox'
44 s . email = 'spox@modspox.com'
5- s . version = '0.1.0 '
5+ s . version = '0.1.1 '
66 s . summary = 'Simple timer for a complex world'
77 s . platform = Gem ::Platform ::RUBY
88 s . has_rdoc = true
@@ -14,4 +14,4 @@ spec = Gem::Specification.new do |s|
1414 s . required_ruby_version = '>= 1.8.6'
1515 s . homepage = 'https://github.com/spox/actiontimer'
1616 s . description = 'ActionTimer is a simple timer for recurring actions. It supports single and recurring actions with an easy to use API.'
17- end
17+ end
You can’t perform that action at this time.
0 commit comments