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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 01397992883a1147f81b166cc1c2902412b3e17a
4
- data.tar.gz: 4b3132b2fd738cb8412b2417b82b2ce3a22f2ceb
3
+ metadata.gz: 9ea65a4e20e753d86681a5727edb61b32a2daf53
4
+ data.tar.gz: 06855e03cdda0a75eb7c286ffe755d9909e91d89
5
5
  SHA512:
6
- metadata.gz: d9f52f1649b48ec11798c9b93f174a03a87ddb3ec51a4ee68e3c103ba1a28d6b022385c9d0c0a3d7d37970eae8f1d734c348004c71cf475f7bbd9a3d0fe662fa
7
- data.tar.gz: ac8985fdd72bba0e5eb74ee296d8af9a16e18b926678a6220dfdea679ba356da7369ef23688411d316db54d5d9382e72e2d696a3fbddef0fdd44663c735b8444
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"
@@ -1,4 +1,4 @@
1
1
  # -*- encoding : utf-8 -*-
2
2
  module InlineForms
3
- VERSION = "5.2.5"
3
+ VERSION = "5.2.6"
4
4
  end
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.5
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-18 00:00:00.000000000 Z
13
+ date: 2019-12-24 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: rvm