spirit_hands 2.0.13 → 2.0.14

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: a03d7061dd7a0b3ae480570243e8f195a3eea76c
4
- data.tar.gz: 5ec803bb43da390380ff64f29c8ca8b6a73c653d
3
+ metadata.gz: 7efb39015f23fe286321f83a5e97be174d5b5bf0
4
+ data.tar.gz: 136758eeddbc6ab756d0c0cf97ae563b0f6701d9
5
5
  SHA512:
6
- metadata.gz: 2f4c7e0ad9c45a2941b4a170e5fab28fd11809f11c5667193bbae92b9cc8eb8a9773726dae18a91f0f5f3557854eaf267d0a5c63f960f416958b1a346e3a35c7
7
- data.tar.gz: aaa37bcbec8bc55f297a4d704c25ab446eb72f2ed26ae9c1ad03b5454e24425139a88cf3f12330ea11be88943b369ab6ed4b60425e0f6ba4ed79c2f7f5fb1ca2
6
+ metadata.gz: bee8500727f5fceeb898b6d161700146e3d9240dd18e5e5bdee52f3aa92b5d5ceae280109a02292671698c2311708a92f05b52577d8d61b0315310a7451f6df0
7
+ data.tar.gz: 5355504229376d8eac09537a68d3abd79a51a769af42b7dfd3b355bfc7741399517771c498c9d5a568ca23d234bda1f1d649b0e46728b4b0511c748dbff71b00
checksums.yaml.gz.sig CHANGED
Binary file
data.tar.gz.sig CHANGED
Binary file
data/Rakefile CHANGED
@@ -100,7 +100,7 @@ def bump(idx)
100
100
  new_version = v.map(&:to_s).join('.')
101
101
 
102
102
  version_file = 'lib/spirit_hands/version.rb'
103
- sh "sed -i '' -e 's/#{old_version}/#{new_version}/' #{version_file}"
103
+ sh "sed -i'' -e 's/#{old_version}/#{new_version}/' #{version_file}"
104
104
  sh "git add #{version_file}"
105
105
  sh "git commit -sS -m 'bump to #{new_version}'"
106
106
  sh "git push --tags origin master"
@@ -1,7 +1,11 @@
1
1
  class Railtie < Rails::Railtie
2
2
  initializer 'spirit_hands.initialize' do |app|
3
+ @@app = app
4
+ end
5
+
6
+ config.after_initialize do
3
7
  silence_warnings do
4
- ::SpiritHands.melody!(app)
8
+ ::SpiritHands.melody!(@@app)
5
9
  end
6
10
  end
7
11
  end # Railtie
@@ -1,3 +1,3 @@
1
1
  module SpiritHands
2
- VERSION = '2.0.13'
2
+ VERSION = '2.0.14'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: spirit_hands
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.13
4
+ version: 2.0.14
5
5
  platform: ruby
6
6
  authors:
7
7
  - Barry Allard
@@ -41,7 +41,7 @@ cert_chain:
41
41
  b4WKJs00+KO3etYQG7qD/wH7WEwu3QoLNapYz58Jc0OsDnwBWW0IDPSAFsENoTcY
42
42
  8m+dgfPonsYSqnDDfLuAmtKhLAA=
43
43
  -----END CERTIFICATE-----
44
- date: 2016-10-21 00:00:00.000000000 Z
44
+ date: 2016-11-18 00:00:00.000000000 Z
45
45
  dependencies:
46
46
  - !ruby/object:Gem::Dependency
47
47
  name: pry
metadata.gz.sig CHANGED
Binary file