johnhenry 1.0.9 → 1.0.10

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: 696c81707d09d08fcd9cd225a7c2a5ed59664ef5
4
- data.tar.gz: 297eb8bc094d9252fe4794b2bd789ff0cc027481
3
+ metadata.gz: 05d53368c408ca617aca46bd92678b3a420cc813
4
+ data.tar.gz: 9bd02164dcb22881191deedda0fb67646fc3610f
5
5
  SHA512:
6
- metadata.gz: 88109db3dcffe4ac4e36905f0099aa20da224c1aa287bee173ecb8689cae6fa3b6b780aa45fdc828f3bb836ddb1309c45086a5c687eac49e2fb4ba6d427e3ceb
7
- data.tar.gz: 62faf4e13aec79b1ade7de4736dd17e69b0f0222811f022c35723e6195cd792614c09dd9f870ca5fb02e21b7d98fbe74c059ca2fb92bc2d0e3bc418a5fd266d6
6
+ metadata.gz: 07e9831345a739a24f31295cb1aa9454c0bc3a96e01d462ee50f73f9c93b2561353ca16c91979478e99f4559d01eec633c9c038eeb86916670885305efc611d0
7
+ data.tar.gz: 0c934d4871835a87aae74f802b79743f19b08bb9eb30c49777de4ce434d8bc5f930d285b290052ddf4fd0945a8d3301001029b686028085803bb53e9ebf0a391
@@ -1,3 +1,3 @@
1
1
  module JohnHenry
2
- VERSION = '1.0.9'
2
+ VERSION = '1.0.10'
3
3
  end
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.9
4
+ version: 1.0.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Adam Derewecki
@@ -187,6 +187,7 @@ files:
187
187
  - app/mailers/john_henry_mailer.rb
188
188
  - app/models/payment.rb
189
189
  - app/models/user.rb
190
+ - app/views/john_henry_mailer/signup.html.haml
190
191
  - app/views/johnhenry/devise/confirmations/new.html.haml
191
192
  - app/views/johnhenry/devise/mailer/confirmation_instructions.html.haml
192
193
  - app/views/johnhenry/devise/mailer/reset_password_instructions.html.haml
@@ -212,7 +213,6 @@ files:
212
213
  - app/views/johnhenry/shared/_signin_form.html.haml
213
214
  - app/views/johnhenry/shared/_signup_form.html.haml
214
215
  - app/views/layouts/johnhenry/application.html.haml
215
- - app/views/user_mailer/signup.html.haml
216
216
  - config/initializers/devise.rb
217
217
  - config/routes.rb
218
218
  - db/development.sqlite3