Skip to content

Commit

Permalink
Regenerate gemspec for version 0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
miks committed Apr 16, 2015
1 parent 6a1aed4 commit 3289f7a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions declension.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,16 @@
# 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

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

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-15"
s.date = "2015-04-16"
s.description = "Apply grammatical cases to words."
s.email = "[email protected]"
s.files = [
Expand All @@ -28,8 +30,7 @@ Gem::Specification.new do |s|
]
s.homepage = "http://github.com/miks/declension"
s.licenses = ["MIT"]
s.require_paths = ["lib"]
s.rubygems_version = "2.0.14"
s.rubygems_version = "2.4.6"
s.summary = "Apply grammatical cases to words"

if s.respond_to? :specification_version then
Expand Down

0 comments on commit 3289f7a

Please sign in to comment.