Skip to content

Commit

Permalink
publishing 0.3.0 gem
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Delsman committed Jul 12, 2013
1 parent acbcf28 commit 15bd5cc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Gemfile
@@ -1,3 +1,3 @@
source :rubygems
source 'https://rubygems.org'

gemspec
gemspec
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
0.2.0
0.3.0
2 changes: 1 addition & 1 deletion s3-static-site.gemspec
Expand Up @@ -12,7 +12,7 @@ Gem::Specification.new do |gem|
gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
gem.name = "s3-static-site"
gem.require_paths = ["lib"]
gem.version = "0.2.0"
gem.version = "0.3.0"

# Gem dependencies
gem.add_dependency("aws-sdk")
Expand Down

0 comments on commit 15bd5cc

Please sign in to comment.