inline_forms 3.0.6 → 3.0.7

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,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- ZDg5MWUzOTM1NTUxYzE3NGFhOTAxZmQwYWMwZjFjZjczYjBhOTY2OA==
4
+ M2I3ZDJmM2MyODMyNTM5NWEwNGY2ZWRjNzE1ZDc5N2Q4MTNhZmJjMQ==
5
5
  data.tar.gz: !binary |-
6
- ODAyMDJjYTBjZGIyYWQ5ZDVmNzYxMGZjYmFkYmU3MzVkN2IwNTA5OA==
6
+ MTI4ZjY3MGE2ZWM1YzhmNGMzNTU3MjdhMzcxNmU0MmUyYjA2MThhYQ==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- ZTNiNmUzYzZmNmRiYzNhYjM2OGI4NGVjMTM1YmJlZjNjZmM0YTcyOWVmMzJl
10
- MGNjNDQ4ZTgyNTJhZGIzZGUxMTg2YzIwZGM0NzFjODRhYzFjMjM4NGEzYTc0
11
- ODJkNDZmOGUzNzI2ZWM4MTVlZjk1Y2FkMjYyYjdjZDA1ZDdkM2I=
9
+ MTllNmJjOTQwZmRhZTllNjY2ZTkwNDVlNDEwMzVmZDI2YTRkZDBmZDAzZDAy
10
+ MzgwNDRmMTVkMWQ4ODNkMzc0YmIzNzgxZjgwNDU5NDM3MmFlOTE1Y2I2ZDRl
11
+ MzI3YzA0MTVhNDM0MDlkYWMxOWM4OTk3NWYyM2E2ZWEzMmJiM2Q=
12
12
  data.tar.gz: !binary |-
13
- MWQwZmYyODhlYTI5NjU0Zjg2NDAwNDk3ZTBjODY5NDM5NTQzM2M3ZjMzYjIw
14
- NTE1MmQzNTg4NDQwNDI0M2QxMGQyOTQzOTM5MmQ4MjM3YzU5ZWJiMjE0Nzll
15
- MzY0MTA4OTRiZjMxM2E3YjA0NWJmYmUxYzk4NTdjMjIwNTJkZGI=
13
+ MWQwZTI0ZTJiMDBkNGEwMjUwMjY1N2ZiYjJjYmE1YTlmYjBlZmRmMDFlZDdk
14
+ ODU4NzUxMjZlNjYzMzUxODM0MWE3Mzg2ZDI4N2JiZWEwNTEwZWVhNjdjYjM1
15
+ M2Q1ZGU3MzBiMDEzMzllNzM5NjgzNjJjYjc3MTE1NzdjNzE4MDE=
@@ -495,11 +495,11 @@ remove_file 'spec/factories/users.rb'
495
495
  remove_file 'spec/models/user_spec.rb'
496
496
 
497
497
  # environments/production.rb
498
- #create_file "#{app_name}/config/environments/production.rb", " #config.assets.precompile += %w( search.js )\nend\n" if dry_run?
499
- # say "- Injecting precompile assets stuff in environments/production.rb..."
500
- # insert_into_file "config/environments/production.rb",
501
- # " config.assets.precompile += %w(inline_forms_application.js inline_forms_application.css devise.css)\n",
502
- # :after => " # config.assets.precompile += %w( search.js )\n"
498
+ create_file "#{app_name}/config/environments/production.rb", " #config.assets.precompile += %w( search.js )\nend\n" if dry_run?
499
+ say "- Injecting precompile assets stuff in environments/production.rb..."
500
+ insert_into_file "config/environments/production.rb",
501
+ " config.assets.precompile += %w(inline_forms_application.js inline_forms_application.css devise.css)\n",
502
+ :after => " # config.assets.precompile += %w( search.js )\n"
503
503
 
504
504
 
505
505
  # add stuff to application.css
@@ -2,7 +2,7 @@
2
2
 
3
3
  <p>Someone has requested a link to change your password, and you can do this through the link below.</p>
4
4
 
5
- <p><%= link_to 'Change my password', edit_password_url(@resource, :reset_password_token => @resource.reset_password_token) %></p>
5
+ <p><%= link_to 'Change my password', edit_password_url(@resource, :reset_password_token => @token) %></p>
6
6
 
7
7
  <p>If you didn't request this, please ignore this email.</p>
8
8
  <p>Your password won't change until you access the link above and create a new one.</p>
@@ -1,4 +1,4 @@
1
1
  # -*- encoding : utf-8 -*-
2
2
  module InlineForms
3
- VERSION = "3.0.6"
3
+ VERSION = "3.0.7"
4
4
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: inline_forms
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.6
4
+ version: 3.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ace Suares
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-05-23 00:00:00.000000000 Z
11
+ date: 2014-07-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rvm