Skip to content

Commit

Permalink
Regenerate gemspec for version 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
miks committed Apr 21, 2015
1 parent 10428ba commit 68ad380
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions declension.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,23 @@
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
# -*- encoding: utf-8 -*-
# stub: declension 0.0.1 ruby lib
# stub: declension 0.0.2 ruby lib

Gem::Specification.new do |s|
s.name = "declension"
s.version = "0.0.1"
s.version = "0.0.2"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.require_paths = ["lib"]
s.authors = ["Miks Mikelsons"]
s.date = "2015-04-16"
s.date = "2015-04-21"
s.description = "Apply grammatical cases to words."
s.email = "[email protected]"
s.extra_rdoc_files = [
"CHANGELOG.md",
"LICENSE.txt",
"README.rdoc"
]
s.files = [
"lib/declension.rb",
"lib/declension/cases.rb",
Expand Down

0 comments on commit 68ad380

Please sign in to comment.