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
|
-
|
4
|
+
M2I3ZDJmM2MyODMyNTM5NWEwNGY2ZWRjNzE1ZDc5N2Q4MTNhZmJjMQ==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
6
|
+
MTI4ZjY3MGE2ZWM1YzhmNGMzNTU3MjdhMzcxNmU0MmUyYjA2MThhYQ==
|
7
7
|
SHA512:
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
MTllNmJjOTQwZmRhZTllNjY2ZTkwNDVlNDEwMzVmZDI2YTRkZDBmZDAzZDAy
|
10
|
+
MzgwNDRmMTVkMWQ4ODNkMzc0YmIzNzgxZjgwNDU5NDM3MmFlOTE1Y2I2ZDRl
|
11
|
+
MzI3YzA0MTVhNDM0MDlkYWMxOWM4OTk3NWYyM2E2ZWEzMmJiM2Q=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
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
|
-
|
499
|
-
|
500
|
-
|
501
|
-
|
502
|
-
|
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 => @
|
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>
|
data/lib/inline_forms/version.rb
CHANGED
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.
|
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-
|
11
|
+
date: 2014-07-20 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rvm
|