Skip to content

Commit 7b06a14

Browse files
author
spox
committed
version bump
1 parent 76713f8 commit 7b06a14

2 files changed

Lines changed: 7 additions & 3 deletions

File tree

CHANGELOG

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
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

actiontimer.gemspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
spec = 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

0 commit comments

Comments
 (0)