i18n-migrations 1.0.3 → 1.0.4

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
  SHA256:
3
- metadata.gz: 5f059dbfd5097a87bb672d4e7f902ce214eb7e66fb0db5ff6cbb4aa2b59fe40f
4
- data.tar.gz: 40c5225ca8a4de47b99e35cfe6403e74dfa8e4a96944c9f31d814634aeaa0cf5
3
+ metadata.gz: 6cf06ce94831a3db464fec1f057e8173a675b13744003500e725fb050df3ce88
4
+ data.tar.gz: 8352b627eb457335812b20940cef7e83244924dd932e19c7539c49aa48c74533
5
5
  SHA512:
6
- metadata.gz: a5f51b3db8bf668c05fa02e2c57b6288d4a3d29bbfd35fa6625ab43cb4acc42e61cec864fb9f87b833386c768213ecf6594385f5adc60c8a60b92d3a87dbbeec
7
- data.tar.gz: 1a920ec93aedeb53c803fbcdabb8a344e20b5dce79f4b3ee0c4b25ac373ea26b5a62c571cd0da13ac11ad0381da540e8865612a9f160401ddcfbba23cf96f5c0
6
+ metadata.gz: 33f1089447082fa93b7bffa1f761ed80250730f43af0b4475a033b181d80fa0ce647e9559a3aee54260d17a812dbd12f4991d488099fd125628f529d39f4cf1a
7
+ data.tar.gz: c4314b264a13b97c22b9f7defde244bcd641ae5664d953b6b2ac37d88fba704fb75fc13bc3138d6bf961cc06825ad9c97e65b52cf892739c7c8bf41be880eba0
@@ -1,7 +1,6 @@
1
1
  require 'fileutils'
2
2
  require 'yaml'
3
- require 'active_support/inflector'
4
- require 'active_support/core_ext/object'
3
+ require 'active_support'
5
4
  require 'colorize'
6
5
 
7
6
  # this class does all the work, but doesn't hold config or do more than one locale
@@ -1,5 +1,5 @@
1
1
  module I18n
2
2
  module Migrations
3
- VERSION = "1.0.3"
3
+ VERSION = "1.0.4"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: i18n-migrations
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.3
4
+ version: 1.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jeremy Lightsmith
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-03-02 00:00:00.000000000 Z
11
+ date: 2019-04-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler