From e6a475c4dd6fd8746c4e5b05c6932ff2270e1b99 Mon Sep 17 00:00:00 2001 From: Yaroslav Markin Date: Wed, 9 Dec 2009 11:27:50 +0300 Subject: [PATCH] 0.1.0 - Ruby 1.9 compat --- Rakefile | 2 +- lib/yandex_inflect/version.rb | 4 ++-- yandex_inflect.gemspec | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Rakefile b/Rakefile index 21673ac..66e763f 100644 --- a/Rakefile +++ b/Rakefile @@ -5,7 +5,7 @@ require 'rubygems/specification' require 'date' GEM = "yandex_inflect" -GEM_VERSION = "0.0.2" +GEM_VERSION = "0.1.0" AUTHOR = "Yaroslav Markin" EMAIL = "yaroslav@markin.net" HOMEPAGE = "http://github.com/yaroslav/yandex_inflect/" diff --git a/lib/yandex_inflect/version.rb b/lib/yandex_inflect/version.rb index f89fb75..06c64b7 100644 --- a/lib/yandex_inflect/version.rb +++ b/lib/yandex_inflect/version.rb @@ -1,8 +1,8 @@ module YandexInflect module VERSION #:nodoc: MAJOR = 0 - MINOR = 0 - TINY = 2 + MINOR = 1 + TINY = 0 STRING = [MAJOR, MINOR, TINY].join('.') end diff --git a/yandex_inflect.gemspec b/yandex_inflect.gemspec index 0ad8714..4db671e 100644 --- a/yandex_inflect.gemspec +++ b/yandex_inflect.gemspec @@ -2,12 +2,12 @@ Gem::Specification.new do |s| s.name = %q{yandex_inflect} - s.version = "0.0.2" + s.version = "0.1.0" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Yaroslav Markin"] s.autorequire = %q{yandex_inflect} - s.date = %q{2009-10-09} + s.date = %q{2009-12-09} s.description = %q{Yandex.Inflect webservice client (Russian language inflection)} s.email = %q{yaroslav@markin.net} s.extra_rdoc_files = ["README.rdoc", "LICENSE", "TODO"]