fondant-rails 0.2.2 → 0.2.3

Sign up to get free protection for your applications and to get access to all the features.
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.2.1', github: 'ovenbits-ingredients/fondant-rails'
9
+ gem 'fondant-rails', '~> 0.2.2'
10
10
 
11
11
  ## Contributing
12
12
 
@@ -7,8 +7,8 @@ class SourceFile < Thor
7
7
  def fetch
8
8
  self.destination_root = 'vendor/assets'
9
9
  remote = 'https://raw.github.com/ovenbits-ingredients/fondant/master'
10
- get "#{remote}/fondant.coffee", 'javascripts/fondant.coffee'
11
- get "#{remote}/fondant.scss", 'stylesheets/fondant.scss'
10
+ get "#{remote}/src/fondant.coffee", 'javascripts/fondant.coffee'
11
+ get "#{remote}/src/fondant.scss", 'stylesheets/fondant.scss'
12
12
  get "#{remote}/VERSION", 'VERSION'
13
13
 
14
14
  bump_version
@@ -1,5 +1,5 @@
1
1
  module Fondant
2
2
  module Rails
3
- VERSION = '0.2.2'
3
+ VERSION = '0.2.3'
4
4
  end
5
5
  end
@@ -1,4 +1,4 @@
1
- # ## Fondant v0.2.2
1
+ # ## Fondant v0.2.3
2
2
  #
3
3
  # The icing on the cake for user input. A simple jQuery HTML5 WYSIWYG editor
4
4
  # using `contenteditable`.
@@ -1,4 +1,4 @@
1
- // Fondant v0.2.2
1
+ // Fondant v0.2.3
2
2
  // see http://github.com/ovenbits-ingredients/fondant for more information
3
3
  //
4
4
  .fondant-toolbar {
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fondant-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.2
4
+ version: 0.2.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-02-12 00:00:00.000000000 Z
12
+ date: 2013-02-15 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: railties