runkeeper 0.0.1 → 0.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -21,7 +21,7 @@ class Runkeeper
21
21
  end
22
22
 
23
23
  def formatted_start_time
24
- start_time.strftime("%a, %d %b %Y %H:%M:%S")
24
+ start_time.strftime("%a, %d %b %Y %H:%M:%S %Z")
25
25
  end
26
26
 
27
27
  def to_hash
@@ -1,3 +1,3 @@
1
1
  class Runkeeper
2
- VERSION = "0.0.1".freeze
2
+ VERSION = "0.0.2".freeze
3
3
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: runkeeper
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.0.1
5
+ version: 0.0.2
6
6
  platform: ruby
7
7
  authors:
8
8
  - Sandro Turriate