user_time_zones 0.1.2 → 0.1.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -1
- data/lib/user_time_zones/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1830d9172f8f67b79bb7770fc81b6be66fa65ea1
|
|
4
|
+
data.tar.gz: cbbcd520e5df58c5e0b72f99401b056c664701d0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: aa1d8212a93b17109b6e8a530cf2b46fbe0c977b7fe8f573b3adfdad4becd1c608b0d2876f5ed969006b8911ddf8641e327746e6c030d39b020b27edcbe6721b
|
|
7
|
+
data.tar.gz: e2c8eb6608c3d975c6c310533f240b9b8f3a9134a392ebf218fb4f402ca2b6f9f413f99367d8a4f48f0468da0470099d398702014b966a278e27c42c6964a6aa
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,10 @@
|
|
|
1
1
|
# User Time Zones Changelog
|
|
2
2
|
|
|
3
3
|
|
|
4
|
+
## [0.1.3] - September 29, 2017
|
|
5
|
+
|
|
6
|
+
No code changes, just additional permissions fixes to files in the gem build.
|
|
7
|
+
|
|
4
8
|
## [0.1.2] - September 29, 2017
|
|
5
9
|
|
|
6
10
|
No code changes, just permissions fixes to files in the gem build.
|
|
@@ -15,6 +19,6 @@ Added javascript support to install generator.
|
|
|
15
19
|
|
|
16
20
|
Initial release
|
|
17
21
|
|
|
18
|
-
|
|
22
|
+
[0.1.3]: https://github.com/tomichj/user_time_zones/compare/v0.1.2...v0.1.3
|
|
19
23
|
[0.1.2]: https://github.com/tomichj/user_time_zones/compare/v0.1.1...v0.1.2
|
|
20
24
|
[0.1.1]: https://github.com/tomichj/user_time_zones/compare/v0.1.0...v0.1.1
|