Skip to content

Commit

Permalink
Release 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jfirebaugh committed Jul 1, 2012
1 parent 3e66edc commit ac1de55
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions History.md
@@ -1,5 +1,7 @@
# master

# 1.3.0

* `rake konacha:run` exits with exit code 1 when spec suite fails
* Add SPEC environment variable for running individual spec files
* Update mocha (1.2.1) and chai (1.1.0)
Expand Down
2 changes: 1 addition & 1 deletion konacha.gemspec
Expand Up @@ -17,7 +17,7 @@ the asset pipeline and engines.}
gem.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
gem.name = "konacha"
gem.require_paths = ["lib"]
gem.version = "1.2.4"
gem.version = "1.3.0"

gem.add_dependency "railties", "~> 3.1"
gem.add_dependency "actionpack", "~> 3.1"
Expand Down

0 comments on commit ac1de55

Please sign in to comment.