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 +4 -4
- data/lib/johnhenry/version.rb +1 -1
- data/lib/tasks/johnhenry_tasks.rake +1 -1
- metadata +5 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 63b6c7e76cabffc3f8a174413697840f7be54658
|
4
|
+
data.tar.gz: 0a5b766d6653dad6969e48734664f46211cc69fa
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8ad09dd40ad7d5f73db990709ac99fdabf6f1ae1be70fa03dc260bbe0b5039625c4ac0f888b5edc335d264f1425eed417b008d1e9c098ad2fc4fd420ffff29da
|
7
|
+
data.tar.gz: 8519c00c76d72ab6ca6dc2011227252769ee0141bd3020df99c7f1863b7f983d932e9f1399fec0242b3446a4fa8b135e6418fa4d2a8ed0318213c5fc8b017191
|
data/lib/johnhenry/version.rb
CHANGED
@@ -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
|
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
|
+
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://
|
254
|
+
homepage: http://github.com/derwiki/johnhenry
|
255
255
|
licenses:
|
256
|
-
- MIT
|
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
|