pomodoro_timer 0.0.3 → 0.0.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -15,8 +15,8 @@ module PomodoroTimer
15
15
  }
16
16
 
17
17
  LIMITS = {
18
- WORK_NAME => 25,#25.minutes,
19
- BREAK_NAME => 5#5.minutes
18
+ WORK_NAME => 25.minutes,
19
+ BREAK_NAME => 5.minutes
20
20
  }
21
21
 
22
22
  class << self
@@ -1,3 +1,3 @@
1
1
  module PomodoroTimer
2
- VERSION = "0.0.3"
2
+ VERSION = "0.0.4"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pomodoro_timer
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -53,5 +53,5 @@ rubyforge_project:
53
53
  rubygems_version: 1.8.15
54
54
  signing_key:
55
55
  specification_version: 3
56
- summary: pomodoro_timer (0.0.3)
56
+ summary: pomodoro_timer (0.0.4)
57
57
  test_files: []