Skip to content

Commit

Permalink
version bump + colored rspec output
Browse files Browse the repository at this point in the history
  • Loading branch information
sethvargo committed Apr 8, 2012
1 parent cf3843e commit 8efe1b2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .rspec
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
--color
4 changes: 2 additions & 2 deletions bootstrap_forms.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ $:.push File.expand_path("../lib", __FILE__)

Gem::Specification.new do |s|
s.name = "bootstrap_forms"
s.version = "1.0.5"
s.version = "2.0.0"
s.author = "Seth Vargo"
s.email = "sethvargo@gmail.com"
s.homepage = "https://github.com/sethvargo/bootstrap_forms"
Expand All @@ -15,7 +15,7 @@ Gem::Specification.new do |s|
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
s.require_paths = ["lib"]

s.add_development_dependency "rspec-rails", "~> 2.8.0"
s.add_development_dependency "rspec-rails", "~> 2.9.0"
s.add_development_dependency "capybara", "~> 1.1.0"
s.add_development_dependency "rake"
s.add_development_dependency "rails", "~> 3.2.0"
Expand Down

0 comments on commit 8efe1b2

Please sign in to comment.