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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ba035ad698cb10c257f58a4684943682e5d85d4e
|
4
|
+
data.tar.gz: 544956176d75ee0b7714e243ad76fb7af67cc15a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 52c92d80709ec0e5a193e9348c0b1bd2b4099a2790c9dacf92cdef7896df93eb48b8c78b7e1ce9b149f4ba41784b1c392e046912b6052dcca0b52c7a5575f627
|
7
|
+
data.tar.gz: ad0af86d9710484f3a27928cc481bad6e2b083aa28dbad1b97678588a9d5a84f8d7595b61ec25d2bb50cea04e70a04417e2fe0c22e819d6bcc7d9f694b6158c1
|
@@ -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.
|
12
|
-
spec.
|
13
|
-
spec.homepage = 'https://github.com/carnivalmobile/
|
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.
|
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:
|
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/
|
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:
|
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
|