greenwich 2.0.0 → 2.0.1
Sign up to get free protection for your applications and to get access to all the features.
- data/Gemfile.lock +1 -1
- data/lib/greenwich.rb +1 -0
- data/lib/greenwich/extensions/time_zone.rb +8 -0
- data/lib/greenwich/version.rb +1 -1
- metadata +2 -1
data/Gemfile.lock
CHANGED
data/lib/greenwich.rb
CHANGED
data/lib/greenwich/version.rb
CHANGED
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.
|
4
|
+
version: 2.0.1
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -194,6 +194,7 @@ files:
|
|
194
194
|
- greenwich.gemspec
|
195
195
|
- lib/greenwich.rb
|
196
196
|
- lib/greenwich/conversion.rb
|
197
|
+
- lib/greenwich/extensions/time_zone.rb
|
197
198
|
- lib/greenwich/time_zone.rb
|
198
199
|
- lib/greenwich/utilities.rb
|
199
200
|
- lib/greenwich/version.rb
|