summernote-image-attributes-rails 0.8.5 → 0.8.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: e0db3b751707d46b9ad9a4d9f4c9e3e451a810a2
4
- data.tar.gz: a3e38a21847ace076fa0b3dac60313289f35065b
3
+ metadata.gz: e359a4edcebf1d40e24e6b630cce18f4f488fcc7
4
+ data.tar.gz: 41cba3fbf548a9fa2a711a435196ba0b0174972a
5
5
  SHA512:
6
- metadata.gz: 609e4dd7d6c09fed4d5d9913b9bc383155d40c52df78d5baafa3c61f716e637d5f97dc9a7a6cea0792a23fe994b3892264e9b4383801f3e26d33224d8498e23a
7
- data.tar.gz: 85c794bb4209601055b74c6391dbafc5ba7e94122c734b66e5aab59f20f79009ab71f4b2dd857d6af8da84e7044f552e25722a6c51620b6ad19713b9310cd743
6
+ metadata.gz: 03f8c986b74b916d88040959f7c3c43e86ce02f231d389ecee2878034a28069ba3fce732aba98760bb1ea1087fc127cbb3c3374ad71f5d1dfbd72c77f70ad201
7
+ data.tar.gz: c21a08e77e29a1661535161747cda8aa4045b6fe924dfaec82d2b0d165b61629cd921a945022e62257cd280b5a29782fe34679772bb70d27926f697b0b410a52
data/README.md CHANGED
@@ -14,7 +14,7 @@ Add the following gems to your application's `Gemfile`:
14
14
  ```ruby
15
15
  gem 'bootstrap-sass' # required
16
16
  gem 'summernote-rails' # required
17
- gem 'summernote-image-attributes-rails', '~> 0.8.5'
17
+ gem 'summernote-image-attributes-rails', '~> 0.8.6'
18
18
  ```
19
19
 
20
20
  And then execute on the terminal:
@@ -1,5 +1,5 @@
1
1
  module SummernoteImageAttributesRails
2
2
  module Rails
3
- VERSION = '0.8.5'
3
+ VERSION = '0.8.6'
4
4
  end
5
5
  end
@@ -1 +1 @@
1
- //= require ./ummernote-image-attributes
1
+ //= require ./summernote-image-attributes
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: summernote-image-attributes-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.5
4
+ version: 0.8.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dennis Suitters