Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Nerian committed Aug 3, 2013
1 parent a2636eb commit 7a966bf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Bootstrap Wysihtml5 for Rails

[![Gem Version](https://badge.fury.io/rb/bootstrap-wysihtml5-rails.png)](http://badge.fury.io/rb/bootstrap-wysihtml5-rails)

[![endorse](https://api.coderwall.com/nerian/endorsecount.png)](https://coderwall.com/nerian)

Bootstrap is a toolkit from Twitter designed to kickstart development of webapps and sites.
Expand Down
2 changes: 1 addition & 1 deletion bootstrap-wysihtml5-rails.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Gem::Specification.new do |gem|

gem.name = "bootstrap-wysihtml5-rails"
gem.require_paths = ["lib"]
gem.files = `git ls-files`.split("\n")
gem.files = `git ls-files`.split("\n").reject { |i| i=~/testapp/}
gem.version = BootstrapWysihtml5Rails::Rails::VERSION

gem.add_dependency "railties", ">= 3.0"
Expand Down

0 comments on commit 7a966bf

Please sign in to comment.