forked from welltok/bootstrap_forms
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
92 additions
and
98 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,24 @@ | ||
# encoding: utf-8 | ||
$:.push File.expand_path("../lib", __FILE__) | ||
$:.push File.expand_path('../lib', __FILE__) | ||
|
||
Gem::Specification.new do |s| | ||
s.name = "bootstrap_forms" | ||
s.version = "2.0.4" | ||
s.author = "Seth Vargo" | ||
s.email = "[email protected]" | ||
s.homepage = "https://github.com/sethvargo/bootstrap_forms" | ||
s.name = 'bootstrap_forms' | ||
s.version = '2.0.5' | ||
s.author = 'Seth Vargo' | ||
s.email = '[email protected]' | ||
s.homepage = 'https://github.com/sethvargo/bootstrap_forms' | ||
s.summary = %q{Bootstrap Forms makes Twitter's Bootstrap on Rails easy!} | ||
s.description = %q{Bootstrap Forms makes Twitter's Bootstrap on Rails easy to use by creating helpful form builders that minimize markup in your views.} | ||
|
||
s.files = `git ls-files`.split("\n") | ||
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") | ||
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) } | ||
s.require_paths = ["lib"] | ||
s.require_paths = ['lib'] | ||
|
||
s.add_development_dependency "rspec-rails", "~> 2.10.1" | ||
s.add_development_dependency "capybara", "~> 1.1.0" | ||
s.add_development_dependency "rake" | ||
s.add_development_dependency "rails", "~> 3.2.0" | ||
s.add_development_dependency "guard-rspec" | ||
s.add_development_dependency "sqlite3" | ||
s.add_development_dependency 'rspec-rails', '~> 2.12.0' | ||
s.add_development_dependency 'capybara', '~> 2.0.0' | ||
s.add_development_dependency 'rake' | ||
s.add_development_dependency 'rails', '~> 3.2.0' | ||
s.add_development_dependency 'guard-rspec' | ||
s.add_development_dependency 'sqlite3' | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters