inline_forms 5.2.5 → 5.2.6
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 +4 -4
- data/bin/inline_forms_installer_core.rb +2 -2
- data/lib/inline_forms/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9ea65a4e20e753d86681a5727edb61b32a2daf53
|
4
|
+
data.tar.gz: 06855e03cdda0a75eb7c286ffe755d9909e91d89
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4cec5c41cba5e1fa6331348171e9ab7d5de514b407fb179577f283cc52a329e387f2129b0441e84a69af8b32a0df219e479d86a6a8c4f88a07e5ef2ab8fde8ac
|
7
|
+
data.tar.gz: 51564154e2ff4cae7f4c47a7ec5846a8be99670d3cecffe7b3703ca204a55d41a313e2f79c6135355b8f8ebede3e40ec0be50c228a134e16f60ce07f46095740
|
@@ -295,8 +295,8 @@ say "- Add ckeditor autoload_paths to application.rb..."
|
|
295
295
|
application "config.autoload_paths += %W(\#{config.root}/app/models/ckeditor)"
|
296
296
|
|
297
297
|
# see https://github.com/galetahub/ckeditor/issues/579
|
298
|
-
say "- Set languages for ckeditor to ['en', 'nl'] in config/initializers/ckeditor.rb..."
|
299
|
-
insert_into_file "config/initializers/ckeditor.rb", " config.assets_languages = ['en', 'nl']\n", :after => "config.assets_languages = ['en', 'uk']\n"
|
298
|
+
#say "- Set languages for ckeditor to ['en', 'nl'] in config/initializers/ckeditor.rb..."
|
299
|
+
#insert_into_file "config/initializers/ckeditor.rb", " config.assets_languages = ['en', 'nl']\n", :after => "config.assets_languages = ['en', 'uk']\n"
|
300
300
|
|
301
301
|
say "- Paper_trail install..."
|
302
302
|
generate "paper_trail:install --with-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: 5.2.
|
4
|
+
version: 5.2.6
|
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: 2019-12-
|
13
|
+
date: 2019-12-24 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: rvm
|