greenwich 2.0.2 → 2.0.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- greenwich (2.0.2)
4
+ greenwich (2.0.3)
5
5
  activerecord (~> 3.0)
6
6
  activesupport (~> 3.0)
7
7
  tzinfo (~> 0.3)
@@ -15,7 +15,7 @@ module Greenwich
15
15
  define_method "#{time_field}_utc=" do |value|
16
16
  greenwich_time_fields_converted["#{time_field}_utc"] = true
17
17
 
18
- super(value)
18
+ write_attribute("#{time_field}_utc", value)
19
19
  end
20
20
 
21
21
  define_method time_field do
@@ -1,3 +1,3 @@
1
1
  module Greenwich
2
- VERSION = '2.0.2'
2
+ VERSION = '2.0.3'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: greenwich
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.2
4
+ version: 2.0.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2012-10-31 00:00:00.000000000 Z
13
+ date: 2012-11-07 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: activerecord