date_utc_parser 1.0.2 → 1.1.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 3d5f7c65f8cbf1f2644dc89bdb2731fcc2601bfa
4
- data.tar.gz: cbf3417c40b2d196baf7a04f6d9d1ab551c098aa
3
+ metadata.gz: 017702b4af36e703ad90684aba2324a3826e8e85
4
+ data.tar.gz: 4dac375a78bf4c6e2c0561474c478c61a96bc91e
5
5
  SHA512:
6
- metadata.gz: cbd8e6d7b0f05d690936211124ebf606a01bc96ac8100d08e94d07c89e90e9b967c822fb55218476a37a4f77aab74c90d052ebd826bc38b252d0b823af5d01db
7
- data.tar.gz: 991ee85d92d5f9394b4b7d5a00f454bb5fcb51f211fb61c19cc68a551d2b051429af3ac90d7a402d8cbcb996efaec7258d95b83a0d4ff7b749da91aa53b29719
6
+ metadata.gz: bf723295ab8381499d75690d245fac5d2daa895ecfaaa337e532f83d95ea93a58c306037a9c02d5419dccc92bcc908cb25e29faa562073af9675460e2d2dcf05
7
+ data.tar.gz: 4d50765f03d8b0985180c3ac2f61b56edc8fffe0d84d1dacd9ad29c4bac0c1eca816b1dcb29389dd9f645bec3a73292e8adb9972e7b6c6e5bee8720bd855ce61
@@ -1,3 +1,3 @@
1
1
  module DateUtcParser
2
- VERSION = "1.0.2"
2
+ VERSION = "1.1.0"
3
3
  end
@@ -1,7 +1,7 @@
1
- require 'ruby-debug'
2
1
  require_relative '../../lib/date_utc_parser'
3
2
  require 'time'
4
- require 'active_support/core_ext/date/calculations'
3
+ require 'active_support/core_ext/numeric/time'
4
+ require 'active_support/core_ext/time/calculations'
5
5
 
6
6
  describe DateUtcParser, "Parsing:" do
7
7
  subject { described_class.parse(date) }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: date_utc_parser
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.2
4
+ version: 1.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matt Simpson
@@ -92,7 +92,7 @@ files:
92
92
  - LICENSE
93
93
  - README.md
94
94
  - spec/lib/date_utc_parser_spec.rb
95
- homepage: http://github.com/coffeencoke/date_utc_parser
95
+ homepage: http://github.com/ionicmobile/date_utc_parser
96
96
  licenses:
97
97
  - MIT
98
98
  metadata: {}