termodoro 0.3.9 → 0.3.10

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e518a65c3e6189e99c90384c409760fe2b297ff9
4
- data.tar.gz: 529100cf12dc3d46cac5011a8b3dfcee20a39df1
3
+ metadata.gz: 3db9c6c962a0dc82df4abca7c64002f80c296744
4
+ data.tar.gz: 1da22fe2151c4784ee994868a6cb486bd76ede4a
5
5
  SHA512:
6
- metadata.gz: 852d02567d1d8910c038b5a260b56a6df98706498d6695050be8a11e65aac39f4378048642488eddbf39064de6e6340c77917fc86fa32d39943bad655b5138b6
7
- data.tar.gz: d6ac35032b2ff72c6c9ee5ec86f16d6f41ed305e95ab362f1f4f23b001adbbd1e4c7527f49b946815270aa67ac7f9b6abb1c8a4c5d0877ecfda86592ffdec34b
6
+ metadata.gz: 24d2ec284e3ee888b08a785af8defa5f6ee3a41d6c9f7d7d4f32c8eeec36e5864f116b85bd17ceedaca9634e329e370d39b3894e16095ab61f43762cce01a502
7
+ data.tar.gz: ce46e1c306fa3254b788c815a56be97b2a586a8c8e86afc33c4dc4d5433da4b780e6450ef1aef980f875a7562df94270193d6efd44e520f6f434d25bc5070f52
data/CHANGELOG.md CHANGED
@@ -1,6 +1,10 @@
1
+ ### 0.3.10 (10/30/2013)
2
+
3
+ - Fix typo that was actually breaking code. - [@vcavallo](http://github.com/vcavallo)
4
+
1
5
  ### 0.3.9 (10/30/2013)
2
6
 
3
- - Implement VERSION constant and update Gemspec to use that. Added test for the same. Other minor updates to Gemspec file.
7
+ - Implement VERSION constant and update Gemspec to use that. Added test for the same. Other minor updates to Gemspec file. - [@vcavallo](http://github.com/vcavallo)
4
8
 
5
9
  ### 0.3.5 (10/30/2013)
6
10
 
@@ -24,4 +28,4 @@
24
28
 
25
29
  ### 0.1.9 (10/24/2013)
26
30
 
27
- - First working public release. - [@vcavallo](http://github.com/vcavallo)
31
+ - First working public release. - [@vcavallo](http://github.com/vcavallo)
@@ -1,4 +1,4 @@
1
- require_relative 'version'
1
+ require_relative './version'
2
2
  # A new instance of this class takes user-input as command line arguments and
3
3
  # prepares a string to be execute as a Bash system command. The user specifies an
4
4
  # amount of time and an optional message to display. After the amount of time elapses
@@ -1,4 +1,4 @@
1
1
  module Version
2
- VERSION = "0.3.9"
2
+ VERSION = "0.3.10"
3
3
  end
4
4
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: termodoro
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.9
4
+ version: 0.3.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Vinney Cavallo