moment_timezone-rails 0.0.3.1 → 0.0.3.2

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: 47fd1af517c6736281cb17cd155c5a5719edbe3d
4
- data.tar.gz: 436541ca838a323fd0507436257ba635086438d2
3
+ metadata.gz: 132b8a300e1ac0c7c4ec19e0702db077f7563bf7
4
+ data.tar.gz: 9373e559821c0920531b757c2419b82ec01dea4b
5
5
  SHA512:
6
- metadata.gz: c9ec1c45916abac2a22fca13f24a5d96ff99367f16d456fc160ed3c8059dbce071923488b50ce177559a10cd63cb598511d3efeb5e1cc4ce6f2be5d02b9804b4
7
- data.tar.gz: c4faa3ceef8c9c4ba6dba767e7e291798cabe8068d57e206617fa18f732d62b181ed59ba34dbe2a91af244983a8c8072b9eff3acad7b2b6c1fae1e265af6c367
6
+ metadata.gz: 299eea3330b906bd515994c97c132100baff6db7cc65c2a1f08ae32caeafbad013ad8151a54d777738ed22ee6eb61dae85a3f1a26e458d82d689ed5abc90753a
7
+ data.tar.gz: 9ca6ccb7fa2d21500686090dfcdb52905ba8caf319dcbc12109cb135f7696efc235281c48690be8ebc87208e499ec72a32d01420f7fc28c9aa4dcffeec1e3ba5
data/Gemfile CHANGED
@@ -1,3 +1,5 @@
1
1
  source 'https://rubygems.org'
2
2
 
3
3
  gemspec
4
+
5
+ gem 'momentjs-rails', '~> 2.1'
data/README.md CHANGED
@@ -4,12 +4,6 @@
4
4
 
5
5
  ## Installation
6
6
 
7
- Add this line if your application don't have momentjs installed:
8
-
9
- ```ruby
10
- gem 'momentjs-rails', '~> 2.1.0'
11
- ```
12
-
13
7
  Add this line to your application's Gemfile:
14
8
 
15
9
  ```ruby
@@ -5,7 +5,7 @@ require 'moment_timezone/rails/version'
5
5
 
6
6
  Gem::Specification.new do |spec|
7
7
  spec.name = "moment_timezone-rails"
8
- spec.version = "#{MomentTimezone::Rails::VERSION}.1"
8
+ spec.version = "#{MomentTimezone::Rails::VERSION}.2"
9
9
  spec.authors = ["Lim Victor"]
10
10
  spec.email = ["github.victor@gmail.com"]
11
11
  spec.description = "moment-timezone for Rails"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: moment_timezone-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3.1
4
+ version: 0.0.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Lim Victor