Skip to content

Commit

Permalink
Bump gemspec to v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sporkd committed May 12, 2011
1 parent e906f14 commit abe1841
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
0.3.3 1.0.0
8 changes: 4 additions & 4 deletions html5-boilerplate.gemspec
@@ -1,8 +1,8 @@
# -*- encoding: utf-8 -*- # -*- encoding: utf-8 -*-


Gem::Specification.new do |s| Gem::Specification.new do |s|
s.version = "0.3.3" s.version = "1.0.0"
s.date = "2011-04-16" s.date = "2011-05-11"


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


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

0 comments on commit abe1841

Please sign in to comment.