Skip to content

Commit

Permalink
Tag 0.1.6 release
Browse files Browse the repository at this point in the history
  • Loading branch information
obrie committed Dec 6, 2008
1 parent 305a741 commit b682a67
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.rdoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
== master

== 0.1.6 / 2008-12-06

* Remove all dependencies on plugin_test_helper when using the plugin_test_structure generator
* Add a test_helper to the plugin_test_structure generator [Jinzhu Zhang]
* Use the main application vendor/rails in which the plugin exists as the default vendor install if RAILS_FRAMEWORK_ROOT isn't defined [Jinzhu Zhang]
Expand Down
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ require 'rake/contrib/sshpublisher'

spec = Gem::Specification.new do |s|
s.name = 'plugin_test_helper'
s.version = '0.1.5'
s.version = '0.1.6'
s.platform = Gem::Platform::RUBY
s.summary = 'Simplifies plugin testing by creating an isolated Rails environment that simulates its usage in a real application.'

Expand Down

0 comments on commit b682a67

Please sign in to comment.