Skip to content

Commit

Permalink
Version bump to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pjaspers committed Mar 5, 2011
1 parent 43e2849 commit 6cc79d4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.1
0.3.0
10 changes: 5 additions & 5 deletions capfire.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@

Gem::Specification.new do |s|
s.name = %q{capfire}
s.version = "0.2.1"
s.version = "0.3.0"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["pjaspers", "atog"]
s.date = %q{2010-10-28}
s.date = %q{2011-03-05}
s.description = %q{Inspired by http://github.com/blog/609-tracking-deploys-with-compare-view}
s.email = %q{junkiesxl@gmail.com}
s.email = %q{piet@10to1.be}
s.extra_rdoc_files = [
"LICENSE",
"README.rdoc"
Expand All @@ -24,10 +24,10 @@ Gem::Specification.new do |s|
"generators/capfire_generator.rb",
"generators/lib/insert_commands.rb",
"generators/templates/capistrano_hook.rb",
"lib/Capfire.rb",
"lib/capfire.rb",
"lib/capfire/capistrano.rb"
]
s.homepage = %q{http://github.com/pjaspers/Capfire}
s.homepage = %q{http://github.com/pjaspers/capfire}
s.rdoc_options = ["--charset=UTF-8"]
s.require_paths = ["lib"]
s.rubygems_version = %q{1.3.7}
Expand Down

0 comments on commit 6cc79d4

Please sign in to comment.