Skip to content

Commit

Permalink
Release 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jfirebaugh committed Mar 23, 2012
1 parent fdc9e30 commit 74151d6
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

# 0.10.0

* Rename `konacha:ci` and `konacha:server` task to `konacha:run` and
`konacha:serve`
* Really don't require spec dependencies multiple times (#3)
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 = "0.9.1"
gem.version = "0.10.0"

gem.add_dependency "jquery-rails"
gem.add_dependency "rails", "~> 3.1"
Expand Down

0 comments on commit 74151d6

Please sign in to comment.