Skip to content

Commit

Permalink
Regenerate gemspec for version 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Anonyfox committed Jan 18, 2012
1 parent 6afcae5 commit c2ef522
Showing 1 changed file with 11 additions and 12 deletions.
23 changes: 11 additions & 12 deletions kioku.gemspec
Expand Up @@ -4,15 +4,14 @@
# -*- encoding: utf-8 -*-

Gem::Specification.new do |s|
s.name = %q{kioku}
s.version = "0.1.0"
s.name = "kioku"
s.version = "0.1.1"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = [%q{Maximilian Stroh}]
s.date = %q{2012-01-17}
s.description = %q{A leightweight key-value store solution written in pure Ruby.
See the Homepage for more Informations!}
s.email = %q{Fox56@gmx.de}
s.authors = ["Maximilian Stroh"]
s.date = "2012-01-18"
s.description = "A leightweight key-value store solution written in pure Ruby.\n See the Homepage for more Informations!"
s.email = "Fox56@gmx.de"
s.extra_rdoc_files = [
"LICENSE.txt",
"README.rdoc"
Expand All @@ -33,11 +32,11 @@ Gem::Specification.new do |s|
"test/sample.yml",
"test/test_kioku_basics.rb"
]
s.homepage = %q{http://github.com/Anonyfox/kioku}
s.licenses = [%q{MIT}]
s.require_paths = [%q{lib}]
s.rubygems_version = %q{1.8.6}
s.summary = %q{A leightweight key-value store solution written in pure Ruby.}
s.homepage = "http://github.com/Anonyfox/kioku"
s.licenses = ["MIT"]
s.require_paths = ["lib"]
s.rubygems_version = "1.8.10"
s.summary = "A leightweight key-value store solution written in pure Ruby."

if s.respond_to? :specification_version then
s.specification_version = 3
Expand Down

0 comments on commit c2ef522

Please sign in to comment.