Skip to content

Commit

Permalink
fix gem version number
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Morgan committed Nov 2, 2009
1 parent 0f9f3d1 commit 3f878c5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion History.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
20091102: 0.1.15 Changed session variable that stores redirect information, to avoid conflicts.
20091102: 0.1.5 Changed session variable that stores redirect information, to avoid conflicts.
20090925: Packaged as Gem
4 changes: 2 additions & 2 deletions wizard_controller.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

Gem::Specification.new do |s|
s.name = %q{wizard_controller}
s.version = "0.1.4"
s.version = "0.1.5"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Patrick Morgan"]
s.date = %q{2009-09-25}
s.date = %q{2009-11-02}
s.description = %q{Wizard Controller is an inheritable class to ease the creation of Wizards}
s.email = %q{patrick.morgan@masterwebdesign.net}
s.files = ["README", "README.rdoc" , "History.txt" , "lib/wizard_controller.rb" ]
Expand Down

0 comments on commit 3f878c5

Please sign in to comment.