Skip to content

Commit

Permalink
Update gemspec and Gemfile.
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanneculai committed Feb 4, 2014
1 parent b72a211 commit 069bc8a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
@@ -1,3 +1,3 @@
source 'https://rubygems.org'

gem "font-awesome-rails", "4.0.3.1"
gemspec
4 changes: 1 addition & 3 deletions wysiwyg-rails.gemspec
Expand Up @@ -5,7 +5,7 @@ Gem::Specification.new do |gem|
gem.authors = ["stefan"]
gem.email = ["stefan.neculai@gmail.com"]
gem.description = "Integrate Froala WYSIWYG Editor into the Rails assets pipeline."
gem.summary = ""
gem.summary = "an asset gemification of the Froala WYSIWYG Editor library"
gem.homepage = "https://github.com/stefanneculai/wysiwyg-rails"
gem.licenses = ["MIT"]

Expand All @@ -16,6 +16,4 @@ Gem::Specification.new do |gem|

gem.add_dependency "railties", ">= 3.2", "< 5.0"
gem.add_dependency "font-awesome-rails", "= 4.0.3.1"

gem.add_development_dependency "activesupport"
end

0 comments on commit 069bc8a

Please sign in to comment.