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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b6a339ca647643355e5769352e72be952ec4cc99
4
- data.tar.gz: 7a8087aaff1683fccc6210ff9f06a5a20ea5da16
3
+ metadata.gz: 1830d9172f8f67b79bb7770fc81b6be66fa65ea1
4
+ data.tar.gz: cbbcd520e5df58c5e0b72f99401b056c664701d0
5
5
  SHA512:
6
- metadata.gz: 9e1925b35a9e28f94073fac981a3d38717b7227f704e31a0ec3adfd973720feadda45fa8846c58acd51788d749a49cc119f7c23bdc8ff6d1715a93bb9f14eb28
7
- data.tar.gz: 306f665207950030d65991cea572bb0acdc2d2b09b211dca0d3f84ec06ed5c35ecfe65472ee449bdf1cebcedcb486ceb6657264de1553dfa99d8fb68bdcf273c
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
@@ -1,3 +1,3 @@
1
1
  module UserTimeZones
2
- VERSION = "0.1.2"
2
+ VERSION = "0.1.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: user_time_zones
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
  - Justin Tomich