Skip to content

Commit

Permalink
Bumped gemspec to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sporkd committed Jan 26, 2011
1 parent 28580b4 commit 84fa081
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
0.2.6
0.3.0
6 changes: 3 additions & 3 deletions html5-boilerplate.gemspec
@@ -1,8 +1,8 @@
# -*- encoding: utf-8 -*-

Gem::Specification.new do |s|
s.version = "0.2.6"
s.date = "2010-11-19"
s.version = "0.3.0"
s.date = "2011-01-25"

s.name = "html5-boilerplate"
s.authors = ["Peter Gumeson"]
Expand All @@ -19,6 +19,6 @@ Gem::Specification.new do |s|

s.has_rdoc = false
s.require_paths = ["lib"]
s.rubygems_version = %q{1.3.6}
s.rubygems_version = %q{1.3.7}
s.add_dependency("compass", [">= 0.10.0"])
end

0 comments on commit 84fa081

Please sign in to comment.