formagic 0.2.5 → 0.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: 5b03dc0a52060aac37925bb13cfb132af6073841
4
- data.tar.gz: d7ca3659fc899e73a9eb3eb9c953d8195563c198
3
+ metadata.gz: b8a459d8ffe30f2007d2e6cc0aa170aff335a9c2
4
+ data.tar.gz: 906ba6688a0bd46e76ae089812336d35783f73c0
5
5
  SHA512:
6
- metadata.gz: d262ebec3c701d80415a780eeda8b336584b5827d985977526fa021fd9e2e1308f9a86f7f412be5db4cf0ebc4ff831a5001134a23b8d8ca41afc7ca9891e5d33
7
- data.tar.gz: b45ea0148e06c4fbb9d156898a0ed6a09758bda71185b061ed42949a4ba9bb93809f275457ecc74c3aa3a45038270069d11f85fc949b1d73eb9908e157374598
6
+ metadata.gz: 4b2efadf0def205ad9f43c6c76229c8df0937e21cc2eb51d493e174e6e17b86e9dbac1ec7e5648f8c4fed0483c1a22ccf85cb69cd407a2b2115e81ca3286060a
7
+ data.tar.gz: 58dd3656525fd1fd488bbf9f173703e9207e50230c1121ae89c5733dd49e3c4db02bf4bb928f11f4e660e6f366c5e8ea79a69396baeb6a4dc810f95a776e8328
data/Gemfile.lock ADDED
@@ -0,0 +1,20 @@
1
+ PATH
2
+ remote: .
3
+ specs:
4
+ formagic (0.2.6)
5
+
6
+ GEM
7
+ remote: http://rubygems.org/
8
+ specs:
9
+ rake (10.4.2)
10
+
11
+ PLATFORMS
12
+ ruby
13
+
14
+ DEPENDENCIES
15
+ bundler (~> 1.9)
16
+ formagic!
17
+ rake (~> 10.0)
18
+
19
+ BUNDLED WITH
20
+ 1.10.6
@@ -11,7 +11,6 @@
11
11
  # -----------------------------------------------------------------------------
12
12
  #
13
13
  # Dependencies:
14
- #= require redactor
15
14
  #= require vendor/redactor.table
16
15
  #= require vendor/redactor.fixedtoolbar
17
16
  #= require ./redactor_character
@@ -1,6 +1,6 @@
1
- // redactor
2
-
3
- @import "redactor";
1
+ // --------------------------------------
2
+ // Redactor styles improvements for chr
3
+ // --------------------------------------
4
4
 
5
5
  // input
6
6
 
@@ -8,7 +8,7 @@
8
8
  @import "formagic/image";
9
9
  @import "formagic/list";
10
10
  @import "formagic/nested-form";
11
- @import "formagic/redactor1";
11
+ @import "formagic/redactor-character";
12
12
  @import "formagic/select";
13
13
  @import "formagic/select2";
14
14
  @import "formagic/string";
@@ -1,3 +1,3 @@
1
1
  module Formagic
2
- VERSION = "0.2.5"
2
+ VERSION = "0.2.6"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: formagic
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.5
4
+ version: 0.2.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alexander Kravets
@@ -50,6 +50,7 @@ files:
50
50
  - ".gitignore"
51
51
  - CONTRIBUTING.md
52
52
  - Gemfile
53
+ - Gemfile.lock
53
54
  - LICENSE.md
54
55
  - README.md
55
56
  - Rakefile
@@ -110,7 +111,7 @@ files:
110
111
  - app/assets/stylesheets/formagic/label.scss
111
112
  - app/assets/stylesheets/formagic/list.scss
112
113
  - app/assets/stylesheets/formagic/nested-form.scss
113
- - app/assets/stylesheets/formagic/redactor1.scss
114
+ - app/assets/stylesheets/formagic/redactor-character.scss
114
115
  - app/assets/stylesheets/formagic/select.scss
115
116
  - app/assets/stylesheets/formagic/select2.scss
116
117
  - app/assets/stylesheets/formagic/string.scss