johnhenry 1.0.4 → 1.0.5

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: 2555d040af6adedcbd13fae9ff54334139724d2f
4
- data.tar.gz: 17eca4ab9fb6475a52ca238556462b53acc69e16
3
+ metadata.gz: 63b6c7e76cabffc3f8a174413697840f7be54658
4
+ data.tar.gz: 0a5b766d6653dad6969e48734664f46211cc69fa
5
5
  SHA512:
6
- metadata.gz: 1754eeb19ee657cb283891942817acf3032100e7c6c1dc8fa01fc5362b4aa8b2828a6345f0c75e76bdf8844555e9877a64a1c2778ea328a100215655287147a5
7
- data.tar.gz: 519ebd21d97f938080fc8e1a8560a1ee029160225174b3772dc9f4b284294c2b8a7eb4d1fc20dd3d3aafd1be1885042c5530e691f9e10c2a959bdf3415a29b59
6
+ metadata.gz: 8ad09dd40ad7d5f73db990709ac99fdabf6f1ae1be70fa03dc260bbe0b5039625c4ac0f888b5edc335d264f1425eed417b008d1e9c098ad2fc4fd420ffff29da
7
+ data.tar.gz: 8519c00c76d72ab6ca6dc2011227252769ee0141bd3020df99c7f1863b7f983d932e9f1399fec0242b3446a4fa8b135e6418fa4d2a8ed0318213c5fc8b017191
@@ -1,3 +1,3 @@
1
1
  module JohnHenry
2
- VERSION = '1.0.4'
2
+ VERSION = '1.0.5'
3
3
  end
@@ -116,7 +116,7 @@ resources :payments, controller: 'johnhenry/payments'
116
116
 
117
117
  Installation complete! If you're using git, you should:
118
118
 
119
- git add app/assets/javascripts/application.js app/assets/stylesheets/application.css app/views/layouts/application.html.haml config/initializers/stripe.rb
119
+ git add app config Gemfile*
120
120
  git rm app/views/layouts/application.html.erb
121
121
 
122
122
  You can check out the demo page:
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: johnhenry
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.4
4
+ version: 1.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Adam Derewecki
@@ -251,11 +251,12 @@ files:
251
251
  - test/dummy/public/favicon.ico
252
252
  - test/integration/navigation_test.rb
253
253
  - test/test_helper.rb
254
- homepage: http://johnhenryrails.herokuapp.com
254
+ homepage: http://github.com/derwiki/johnhenry
255
255
  licenses:
256
- - MIT License
256
+ - MIT
257
257
  metadata: {}
258
- post_install_message:
258
+ post_install_message: Thanks for installing the JohnHenry gem. To install to the current
259
+ project, please run `bundle exec rake johnhenry:install`
259
260
  rdoc_options: []
260
261
  require_paths:
261
262
  - lib