mongoid-time_with_named_zone 0.1.2 → 0.1.3

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: c61a3e68d9cdfc9e2750807a7c90492f976d2b7a
4
- data.tar.gz: aa9449717590d9d9c66cebae348523729b7e779a
3
+ metadata.gz: ba035ad698cb10c257f58a4684943682e5d85d4e
4
+ data.tar.gz: 544956176d75ee0b7714e243ad76fb7af67cc15a
5
5
  SHA512:
6
- metadata.gz: 0db725c1b5972779d238ff49cf23f21701bcdf49855e8aabab0972d3e3b71e40b536cdab2dc08b7fabef1eb1a37283bf95e45bda89c5865937af43bdd33b5966
7
- data.tar.gz: c04545b21a949b35d819ef85b7530e3b2151204fab75f939f840cfbad14122eeb12e7dca85056c8bc2caca4d1d4184bca7689494c52a078690718610a17789e1
6
+ metadata.gz: 52c92d80709ec0e5a193e9348c0b1bd2b4099a2790c9dacf92cdef7896df93eb48b8c78b7e1ce9b149f4ba41784b1c392e046912b6052dcca0b52c7a5575f627
7
+ data.tar.gz: ad0af86d9710484f3a27928cc481bad6e2b083aa28dbad1b97678588a9d5a84f8d7595b61ec25d2bb50cea04e70a04417e2fe0c22e819d6bcc7d9f694b6158c1
@@ -1,5 +1,5 @@
1
1
  module Mongoid
2
2
  class TimeWithNamedZone
3
- VERSION = '0.1.2'.freeze
3
+ VERSION = '0.1.3'.freeze
4
4
  end
5
5
  end
@@ -8,9 +8,9 @@ Gem::Specification.new do |spec|
8
8
  spec.version = Mongoid::TimeWithNamedZone::VERSION
9
9
  spec.authors = ['Carnival Mobile', 'Arthur Evstifeev', 'Artur Khantimirov']
10
10
  spec.email = ['toby@carnivallabs.com']
11
- spec.summary = %q{A Mongoid wrapper for Time objects that retains the timezone name}
12
- spec.description = %q{This gem works transparently with ActiveSupport::TimeWithZone Times. See more: https://github.com/carnivalmobile/time-with-zone}
13
- spec.homepage = 'https://github.com/carnivalmobile/time-with-zone'
11
+ spec.description = %q{A Mongoid wrapper for Time objects that retains the timezone name}
12
+ spec.summary = %q{This gem works with Mongoid and transparently maps ActiveSupport::TimeWithZone times to serializable times with timezone strings. See more: https://github.com/carnivalmobile/mongoid-time_with_named_zone}
13
+ spec.homepage = 'https://github.com/carnivalmobile/mongoid-time_with_named_zone'
14
14
  spec.license = 'Apache 2'
15
15
 
16
16
  spec.files = `git ls-files -z`.split("\x0")
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mongoid-time_with_named_zone
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Carnival Mobile
@@ -68,8 +68,7 @@ dependencies:
68
68
  - - "~>"
69
69
  - !ruby/object:Gem::Version
70
70
  version: 3.1.0
71
- description: 'This gem works transparently with ActiveSupport::TimeWithZone Times.
72
- See more: https://github.com/carnivalmobile/time-with-zone'
71
+ description: A Mongoid wrapper for Time objects that retains the timezone name
73
72
  email:
74
73
  - toby@carnivallabs.com
75
74
  executables: []
@@ -86,7 +85,7 @@ files:
86
85
  - lib/mongoid/time_with_named_zone/version.rb
87
86
  - mongoid-time_with_named_zone.gemspec
88
87
  - spec/time_with_zone_spec.rb
89
- homepage: https://github.com/carnivalmobile/time-with-zone
88
+ homepage: https://github.com/carnivalmobile/mongoid-time_with_named_zone
90
89
  licenses:
91
90
  - Apache 2
92
91
  metadata: {}
@@ -109,6 +108,7 @@ rubyforge_project:
109
108
  rubygems_version: 2.2.2
110
109
  signing_key:
111
110
  specification_version: 4
112
- summary: A Mongoid wrapper for Time objects that retains the timezone name
111
+ summary: 'This gem works with Mongoid and transparently maps ActiveSupport::TimeWithZone
112
+ times to serializable times with timezone strings. See more: https://github.com/carnivalmobile/mongoid-time_with_named_zone'
113
113
  test_files:
114
114
  - spec/time_with_zone_spec.rb