Skip to content

Commit

Permalink
Update gemspec to 0.17.0b1
Browse files Browse the repository at this point in the history
  • Loading branch information
vmg committed Jun 11, 2012
1 parent e2e0cc9 commit 8451c35
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/rugged/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Rugged
Version = VERSION = '0.16.0'
Version = VERSION = '0.17.0b1'
end
4 changes: 2 additions & 2 deletions rugged.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ Gem::Specification.new do |s|
s.date = Time.now.strftime('%Y-%m-%d')
s.summary = "Rugged is a Ruby binding to the libgit2 linkable library"
s.homepage = "http://github.com/libgit2/rugged"
s.email = "schacon@gmail.com"
s.authors = [ "Scott Chacon", "Vicent Marti" ]
s.email = "libgit2@librelist.org"
s.authors = ['GitHub, Inc']
s.files = %w( README.md Rakefile LICENSE )
s.files += Dir.glob("lib/**/*.rb")
s.files += Dir.glob("man/**/*")
Expand Down

0 comments on commit 8451c35

Please sign in to comment.