nike_v2 0.3.2 → 0.3.3

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.
data/Gemfile CHANGED
@@ -1,3 +1,2 @@
1
1
  source :rubygems
2
- gemspec
3
- gem 'debugger'
2
+ gemspec
@@ -40,11 +40,11 @@ module NikeV2
40
40
  end
41
41
 
42
42
  def started_at
43
- @started_at ||= Time.parse(self.start_time.gsub(/Z$/,'') + " #{self.activity_time_zone}")
43
+ @started_at ||= Time.parse(self.start_time.gsub(/Z$/,''))
44
44
  end
45
45
 
46
46
  def ended_at
47
- @started_at ||= Time.parse(self.end_time.gsub(/Z$/,'') + " #{self.activity_time_zone}")
47
+ @started_at ||= Time.parse(self.end_time.gsub(/Z$/,''))
48
48
  end
49
49
 
50
50
  private
@@ -1,3 +1,3 @@
1
1
  module NikeV2
2
- VERSION = '0.3.2'
2
+ VERSION = '0.3.3'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nike_v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.2
4
+ version: 0.3.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: