inline_forms 6.2.3 → 6.2.4
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,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: da0da56f70167a18cad534ee9ec06721c11a5402e51662b6d9ef474556ef0de9
|
|
4
|
+
data.tar.gz: fe14b6e4912095742e3244e563756271a7a3bf8cd707d1669c70401b5c838f96
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9e6bc7963f7e64512bfedd1e5ad742b07f7063a1153e9cea5f158708e446f23b58517bf1bae41a6d2eaf8c818530f8ca39ebc2d182805507d7b87d230736e3cc
|
|
7
|
+
data.tar.gz: c31de7d071bf503999f0b03b1b3bea0e46dbe376935478874682eee033ad13d2b1ebab09802972b9975e2ca8e6286b16c4cb93054d36816382319e6f32edb653
|
|
@@ -324,6 +324,10 @@ copy_file File.join(GENERATOR_PATH, 'lib/generators/templates/application_record
|
|
|
324
324
|
say "- Install ckeditor..."
|
|
325
325
|
generate "ckeditor:install --orm=active_record --backend=carrierwave"
|
|
326
326
|
|
|
327
|
+
say "- Copy ckeditor/config.js to app/javascripts..."
|
|
328
|
+
empty_directory "app/assets/javascripts/ckeditor"
|
|
329
|
+
copy_file File.join(GENERATOR_PATH,'lib/generators/assets/javascripts/ckeditor/config.js'), "app/assets/javascripts/ckeditor/config.js"
|
|
330
|
+
|
|
327
331
|
say "- Add ckeditor/config.js to precompile assets..."
|
|
328
332
|
append_to_file 'config/initializers/assets.rb',
|
|
329
333
|
'Rails.application.config.assets.precompile += %w[ckeditor/config.js]'
|
data/{app/assets/javascripts/inline_forms → lib/generators/assets/javascripts}/ckeditor/config.js
RENAMED
|
File without changes
|
data/lib/inline_forms/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: inline_forms
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 6.2.
|
|
4
|
+
version: 6.2.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Ace Suares
|
|
@@ -10,7 +10,7 @@ authors:
|
|
|
10
10
|
autorequire:
|
|
11
11
|
bindir: bin
|
|
12
12
|
cert_chain: []
|
|
13
|
-
date: 2021-08-
|
|
13
|
+
date: 2021-08-06 00:00:00.000000000 Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: rvm
|
|
@@ -100,7 +100,6 @@ files:
|
|
|
100
100
|
- README.rdoc
|
|
101
101
|
- Rakefile
|
|
102
102
|
- app/assets/images/inline_forms/glass_plate.gif
|
|
103
|
-
- app/assets/javascripts/inline_forms/ckeditor/config.js
|
|
104
103
|
- app/assets/javascripts/inline_forms/inline_forms.js
|
|
105
104
|
- app/assets/stylesheets/inline_forms/devise.scss
|
|
106
105
|
- app/assets/stylesheets/inline_forms/foundation_and_overrides.scss
|
|
@@ -204,6 +203,7 @@ files:
|
|
|
204
203
|
- bin/inline_forms_installer_core.rb
|
|
205
204
|
- inline_forms.gemspec
|
|
206
205
|
- lib/generators/USAGE
|
|
206
|
+
- lib/generators/assets/javascripts/ckeditor/config.js
|
|
207
207
|
- lib/generators/assets/stylesheets/inline_forms.scss
|
|
208
208
|
- lib/generators/assets/stylesheets/inline_forms_devise.css
|
|
209
209
|
- lib/generators/inline_forms_generator.rb
|
|
@@ -246,7 +246,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
246
246
|
- !ruby/object:Gem::Version
|
|
247
247
|
version: '0'
|
|
248
248
|
requirements: []
|
|
249
|
-
rubygems_version: 3.
|
|
249
|
+
rubygems_version: 3.1.4
|
|
250
250
|
signing_key:
|
|
251
251
|
specification_version: 4
|
|
252
252
|
summary: Inline editing of forms.
|