Skip to content

Commit

Permalink
Bump new version
Browse files Browse the repository at this point in the history
  • Loading branch information
rnaveiras committed Jun 20, 2012
1 parent 25378f2 commit da5f5b4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion LICENSE
@@ -1,4 +1,4 @@
Copyright (c) 2012 Raúl Naveiras
Copyright (c) 2012 Raúl Naveiras

MIT License

Expand Down
2 changes: 1 addition & 1 deletion lib/lolcommits-uploader.rb
Expand Up @@ -2,6 +2,6 @@
require "fog"
require "git"
require "rmagick"
require "progressbar"
require "lolcommits-uploader/uploader"
require "lolcommits-uploader/version"
require "progressbar"
2 changes: 1 addition & 1 deletion lib/lolcommits-uploader/version.rb
@@ -1,5 +1,5 @@
module Lolcommits
class Uploader
VERSION = "0.0.1"
VERSION = "0.0.2"
end
end
2 changes: 1 addition & 1 deletion lolcommits-uploader.gemspec
Expand Up @@ -6,7 +6,7 @@ Gem::Specification.new do |gem|
gem.email = ["rnaveiras@gmail.com"]
gem.description = %q{lolcommits uploader to s3}
gem.summary = %q{lolcommits uploader to s3}
gem.homepage = ""
gem.homepage = "https://github.com/rnaveiras/lolcommits-uploader"

gem.files = `git ls-files`.split($\)
gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
Expand Down

0 comments on commit da5f5b4

Please sign in to comment.