fondant-rails 0.6.1 → 0.6.2

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: a7028e81efbbf21b4bf12567583e50fd1609c97d
4
- data.tar.gz: b7da188037a374d75ed172e578a7f6b36ede2268
3
+ metadata.gz: 99b05efbe1ea347ce2e219ffde173e7783f86dc6
4
+ data.tar.gz: 822a2311f19886b03edf6f72b0f71604663a184e
5
5
  SHA512:
6
- metadata.gz: 2951de4314c5801f922e35cfbdd800355c8f883502e062e6d894c7162f4d87bb0fce744385b838abd520720cdab7fd931b3f18673ff4512817f67671beffb6c4
7
- data.tar.gz: b9040fc44ad20048ff0864074df0b92370a43b82b4394bfa5a97ba02bfeb5c459c99bf8155a2480d29bfb7b2fde3177a5844c3730ff4d77a5ef97a2d3a51b907
6
+ metadata.gz: 654a2b0cf7ed48367d8a7f733cc0202ceddd4a5127663c5f91684536fcfd31fecd7cd31deb39aa813d17e2507984aa54ebd44a0be5a84282700f8142838f0ba1
7
+ data.tar.gz: 5451b6c1262e16b8097c2447c8825f6f18ee6da6ac44437f4ae49215090e29cee3c8cc177e1caa171cc26f1278eec67a76727ab8907a89611161381986907eab
data/README.md CHANGED
@@ -6,7 +6,7 @@ Use [fondant](https://github.com/ovenbits-ingredients/fondant) in Rails' asset p
6
6
 
7
7
  Add this line to your application's Gemfile:
8
8
 
9
- gem 'fondant-rails', '~> 0.6.1'
9
+ gem 'fondant-rails', '~> 0.6.2'
10
10
 
11
11
  ## Contributing
12
12
 
@@ -1,5 +1,5 @@
1
1
  module Fondant
2
2
  module Rails
3
- VERSION = '0.6.1'
3
+ VERSION = '0.6.2'
4
4
  end
5
5
  end
@@ -1,4 +1,4 @@
1
- # ## Fondant v0.6.1
1
+ # ## Fondant v0.6.2
2
2
  #
3
3
  # The icing on the cake for user input. A simple jQuery HTML5 WYSIWYG editor
4
4
  # using `contenteditable`.
@@ -56,7 +56,7 @@ if typeof $ isnt 'undefined'
56
56
  # is called.
57
57
  #
58
58
  class Fondant
59
- version: "0.6.1"
59
+ version: "0.6.2"
60
60
 
61
61
  # ## Methods
62
62
 
@@ -1,4 +1,4 @@
1
- // Fondant v0.6.1
1
+ // Fondant v0.6.2
2
2
  // see http://github.com/ovenbits-ingredients/fondant for more information
3
3
  //
4
4
  .fondant-toolbar {
@@ -12,13 +12,13 @@
12
12
  margin-right: 3px;
13
13
 
14
14
  a {
15
- background: #eee;
15
+ background-color: #eee;
16
16
  border: 1px solid #ddd;
17
17
  border-radius: 0.3rem;
18
18
  color: #777;
19
19
  padding: 0.2rem 0.4rem;
20
20
  &:hover {
21
- background: #e0e0e0;
21
+ background-color: #e0e0e0;
22
22
  text-decoration: none;
23
23
  }
24
24
  }
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fondant-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.1
4
+ version: 0.6.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Phillip Ridlen
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-03-07 00:00:00.000000000 Z
11
+ date: 2013-03-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: railties