spirit_hands 2.0.10-java → 2.0.11-java

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: 9f43c291e46c6228502af55678a96c2e01d1dbff
4
- data.tar.gz: bb3ce108237f86764d294c2b23b2b45e71e19424
3
+ metadata.gz: f251365a85277849e74cc71c647a492af7e05b4c
4
+ data.tar.gz: 1db82d85e3e68c601eaeb9b975db5ee1895b7399
5
5
  SHA512:
6
- metadata.gz: fe8db372be20bf48b60d95ef286b2a2e5472b6d197c2747c526c269c19694e2070e93a4d5abb61cb00295690a756e9aa6a7623c00e15b209593c1340d452aa45
7
- data.tar.gz: 6449bb64b4d8af51242e79b96b982d3f9a6e612a3ecd12d54c2ce1ff7689ba4b804368d76ac8cfc2cf46e2707ca05951590e3f7465ce7d1843f7876b354e9fff
6
+ metadata.gz: 972692883e642a9b367c2aac8a25e4ed404840664bbf4ca9d8f061bd19434703e27a0bacd2c475fdd2d892c530dda2b8cbcd891256d82bde98a3635c8400460b
7
+ data.tar.gz: 9d2eb08f7b00e11906daf30815679ba9ebafdbdadad2c22ecec7e0bfa513e49345d06c2d02d488ed5cc1d2baf6cf5bbe1e8dc4296b569a9c6cbc5e8a0d220d5b
checksums.yaml.gz.sig CHANGED
Binary file
@@ -1,7 +1,6 @@
1
1
  class Railtie < Rails::Railtie
2
2
  initializer 'spirit_hands.initialize' do |app|
3
3
  silence_warnings do
4
- require 'pry-rails'
5
4
  ::SpiritHands.melody!(app)
6
5
  end
7
6
  end
@@ -1,3 +1,3 @@
1
1
  module SpiritHands
2
- VERSION = '2.0.10'
2
+ VERSION = '2.0.11'
3
3
  end
data/lib/spirit_hands.rb CHANGED
@@ -15,6 +15,7 @@ end
15
15
  require 'spirit_hands/options'
16
16
  require 'spirit_hands/melody'
17
17
  if defined? ::Rails
18
+ require 'pry-rails'
18
19
  require 'spirit_hands/railtie'
19
20
  else
20
21
  SpiritHands.melody!
data.tar.gz.sig CHANGED
Binary file
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.10
4
+ version: 2.0.11
5
5
  platform: java
6
6
  authors:
7
7
  - Barry Allard
metadata.gz.sig CHANGED
Binary file