moment-timezone-rails 1.0.0 → 1.1.0

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
  SHA256:
3
- metadata.gz: 5da59838386cad897cf3f5d0cdc62b7910f9af943861db531d4871ed32dae44b
4
- data.tar.gz: f88d2a59366375bb4f36dd83a9eaed6ae865e87ab751311ec6213947f3230230
3
+ metadata.gz: f99361aa1c06f8c77d6684b9fd5940170c5412ad985f51a9e9e13cdf4322a3c4
4
+ data.tar.gz: 2d609e9153cb7c3458104ae37caa626201f943e2cfd16a5bce5af665da750ee7
5
5
  SHA512:
6
- metadata.gz: 525444fc6a224a4b6541b785b92e4873604089e4802642bf2b9199ff51f1d45f1a2abe7415f25b388074c7b37d97372360549b52848fa4fb83d9d25bc24fa6d6
7
- data.tar.gz: b22ef3b8b3f728083459c6cda04a3d6558184ee099c899794fc14bac7a838777e896be454aef39b5b76017211a6eae4d77453ea871c93afc07d71d4e4c7de22b
6
+ metadata.gz: b454f48100da63f88dd7248e1b1de6d8eab575aa6753fc5c7d1ee8673d3482085f9fc9a4e1bace6b4040571a85ab0eff13964eb0450cc027879b74b9f691ec18
7
+ data.tar.gz: b6965427af82b0dd328eb2a2c0ac8692aac872dfc87748fde2dc14cad70d97b4392b096e512a4d32bee46f679af918318131c1709923d129bdac6d4d7c240f90
data/README.md CHANGED
@@ -1,5 +1,7 @@
1
1
  This gem exposes:
2
2
 
3
+ * `moment-timezone-with-data-10-year-range.js`
4
+ * `moment-timezone-with-data-1970-2030.js`
3
5
  * `moment-timezone-with-data-2012-2022.js`
4
6
  * `moment-timezone-with-data.js`
5
7
  * `moment-timezone.js`
@@ -4,7 +4,7 @@ module MomentTimezoneRails
4
4
  module Rails
5
5
  class Engine < ::Rails::Engine
6
6
  initializer 'moment-timezone-rails.assets.precompile' do |app|
7
- app.config.assets.precompile += %w[moment-timezone-with-data-2012-2022.js moment-timezone-with-data.js moment-timezone.js]
7
+ app.config.assets.precompile += %w[moment-timezone-with-data-10-year-range.js moment-timezone-with-data-1970-2030.js moment-timezone-with-data-2012-2022.js moment-timezone-with-data.js moment-timezone.js]
8
8
  end
9
9
  end
10
10
  end
@@ -1,6 +1,6 @@
1
1
  module MomentTimezoneRails
2
2
  module Rails
3
- VERSION = '1.0.0'
4
- MOMENT_TZ_VERSION = '0.5.14'
3
+ VERSION = '1.1.0'
4
+ MOMENT_TZ_VERSION = '0.5.41'
5
5
  end
6
6
  end