Skip to content

Commit

Permalink
Fixup gemspec for version 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
arr2036 committed Sep 27, 2013
1 parent e7ecfed commit a3f8aaa
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions omnigollum.gemspec
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
Gem::Specification.new do |s|
s.name = "omnigollum"
s.version = '0.1.0'
s.version = '0.1.1'
s.date = Time.now.strftime('%Y-%m-%d')
s.summary =
"Omnigollum makes it easy to use OmniAuth with Gollum"
s.summary = "Omnigollum makes it easy to use OmniAuth with Gollum"
s.homepage = "https://github.com/arr2036/omnigollum"
s.email = "cockmomgler@gmail.com"
s.email = "a.cudbardb@gmail.com"
s.authors = [ "Arran Cudbard-Bell", "Tenshi Hinanawi" ]

s.licenses = [ "MIT" ]

s.rdoc_options = ["--charset=UTF-8"]
s.extra_rdoc_files = %w[Readme.md LICENSE]

Expand Down

0 comments on commit a3f8aaa

Please sign in to comment.