Skip to content

Commit

Permalink
Version 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy Adams committed Oct 2, 2012
1 parent 294c8dc commit 3eeac90
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 9 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -6,7 +6,7 @@

-----

Current Version: **0.3.0**
Current Version: **0.5.0**

Install Forge (requires [Ruby](http://www.ruby-lang.org/) and [RubyGems](http://rubygems.org/)):

Expand Down
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
0.4.4
0.5.0
10 changes: 3 additions & 7 deletions forge.gemspec
Expand Up @@ -5,11 +5,11 @@

Gem::Specification.new do |s|
s.name = "forge"
s.version = "0.4.4"
s.version = "0.5.0"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Andy Adams", "Drew Strojny", "Matt Button"]
s.date = "2012-08-12"
s.date = "2012-10-02"
s.description = "A toolkit for bootstrapping and developing WordPress themes."
s.email = "aadams@jestro.com"
s.executables = ["forge"]
Expand All @@ -33,10 +33,10 @@ Gem::Specification.new do |s|
"features/support/env.rb",
"forge.gemspec",
"layouts/config/config.tt",
"layouts/config/stylesheet_header.erb",
"layouts/default/functions/functions.php.erb",
"layouts/default/javascripts/admin.js",
"layouts/default/javascripts/theme.js",
"layouts/default/stylesheets/_header.scss.erb",
"layouts/default/stylesheets/_reset.scss",
"layouts/default/stylesheets/_typography.scss",
"layouts/default/stylesheets/style.css.scss.erb",
Expand Down Expand Up @@ -66,10 +66,6 @@ Gem::Specification.new do |s|
"lib/guard/forge/config.rb",
"lib/guard/forge/functions.rb",
"lib/guard/forge/templates.rb",
"pkg/forge-0.4.0.gem",
"pkg/forge-0.4.1.gem",
"pkg/forge-0.4.2.gem",
"pkg/forge-0.4.3.gem",
"spec/lib/forge/config_spec.rb",
"spec/lib/forge/project_spec.rb",
"spec/spec_helper.rb"
Expand Down

0 comments on commit 3eeac90

Please sign in to comment.