voltron-translate 0.1.2 → 0.1.3

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: a9f22fea96122996488662651bfa7c633845525b
4
- data.tar.gz: c48a44d4d9b69eadfd354a84ee257a613c567f8a
3
+ metadata.gz: 90a0c3837ac015eaee9d5edcc527c0119816bf34
4
+ data.tar.gz: d1f04d666df62844bdf33a0dd02e733ff1b93023
5
5
  SHA512:
6
- metadata.gz: 2782a7f25f514aee929750704f9790fddf6788647e14cd450028fa594e8d650606dbf109e7c180700660ace9f9d3fead82d2458e287458192dec1156f5a780aa
7
- data.tar.gz: 3ce6ab9f0d85a48083d2507cc70a3ad8b72ddadbaa0c1f3d3cc350c70bafb374874ea88e2658f4c452fb92fad42c214988052877fba7074e7ee66eee570d6d43
6
+ metadata.gz: 61cdd26ad3548073db00b929ae1ae67c2267b23e16160d580bc7f6309e7e94c951875d689baef66d7953e69651e9f653ce3ce7bbd331c5270b67d206a6e48ff3
7
+ data.tar.gz: 6820eb9a27c69a3e4b01cabfae70b0c707872fe7f8711d461150a1f12d34e035d3f36571ff6551d1151bfba5aa4d9a9deb99c991a346b9ea7fd4466ce2b7c42a
data/.travis.yml CHANGED
@@ -2,4 +2,5 @@ sudo: false
2
2
  language: ruby
3
3
  rvm:
4
4
  - 2.2.3
5
+ - 2.3.1
5
6
  before_install: gem install bundler -v 1.12.5
data/README.md CHANGED
@@ -112,8 +112,6 @@ Disabling translations simply disables any IO related actions that would occur n
112
112
 
113
113
  After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
114
114
 
115
- To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).
116
-
117
115
  ## Contributing
118
116
 
119
117
  Bug reports and pull requests are welcome on GitHub at https://github.com/ehainer/voltron-translate. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
@@ -18,7 +18,7 @@ module Voltron
18
18
 
19
19
  current_initiailzer = File.read voltron_initialzer_path
20
20
 
21
- unless current_initiailzer.match(Regexp.new(/^# === Voltron Translate Configuration ===/))
21
+ unless current_initiailzer.match(Regexp.new(/# === Voltron Translate Configuration ===/))
22
22
  inject_into_file(voltron_initialzer_path, after: "Voltron.setup do |config|\n") do
23
23
  <<-CONTENT
24
24
 
@@ -1,5 +1,5 @@
1
1
  module Voltron
2
2
  module Translate
3
- VERSION = "0.1.2".freeze
3
+ VERSION = "0.1.3".freeze
4
4
  end
5
5
  end
@@ -19,7 +19,7 @@ Gem::Specification.new do |spec|
19
19
  spec.require_paths = ["lib"]
20
20
 
21
21
  spec.add_dependency "rails", ">= 4.2"
22
- spec.add_dependency "voltron", ">= 0.1.0"
22
+ spec.add_dependency "voltron", "~> 0.1.7", ">= 0.1.7"
23
23
  spec.add_dependency "google_hash", ">= 0.9.0"
24
24
 
25
25
  spec.add_development_dependency "bundler", ">= 1.12"
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: voltron-translate
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
  - Eric Hainer
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2016-09-25 00:00:00.000000000 Z
11
+ date: 2016-10-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -28,16 +28,22 @@ dependencies:
28
28
  name: voltron
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
+ - - "~>"
32
+ - !ruby/object:Gem::Version
33
+ version: 0.1.7
31
34
  - - ">="
32
35
  - !ruby/object:Gem::Version
33
- version: 0.1.0
36
+ version: 0.1.7
34
37
  type: :runtime
35
38
  prerelease: false
36
39
  version_requirements: !ruby/object:Gem::Requirement
37
40
  requirements:
41
+ - - "~>"
42
+ - !ruby/object:Gem::Version
43
+ version: 0.1.7
38
44
  - - ">="
39
45
  - !ruby/object:Gem::Version
40
- version: 0.1.0
46
+ version: 0.1.7
41
47
  - !ruby/object:Gem::Dependency
42
48
  name: google_hash
43
49
  requirement: !ruby/object:Gem::Requirement