ice_cube 0.5.2 → 0.5.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -53,7 +53,7 @@ module IceCube
53
53
 
54
54
  end
55
55
 
56
- def adjust(goal, date)
56
+ def self.adjust(goal, date)
57
57
  return goal if goal.utc_offset == date.utc_offset
58
58
  goal - goal.utc_offset + date.utc_offset
59
59
  end
@@ -1,5 +1,5 @@
1
1
  module IceCube
2
2
 
3
- VERSION = '0.5.2'
3
+ VERSION = '0.5.3'
4
4
 
5
5
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ice_cube
3
3
  version: !ruby/object:Gem::Version
4
- hash: 15
4
+ hash: 13
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 5
9
- - 2
10
- version: 0.5.2
9
+ - 3
10
+ version: 0.5.3
11
11
  platform: ruby
12
12
  authors:
13
13
  - John Crepezzi