Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
0.1.0 - Ruby 1.9 compat
  • Loading branch information
yaroslav committed Dec 9, 2009
1 parent ba73349 commit e6a475c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -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/"
Expand Down
4 changes: 2 additions & 2 deletions 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
Expand Down
4 changes: 2 additions & 2 deletions yandex_inflect.gemspec
Expand Up @@ -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"]
Expand Down

0 comments on commit e6a475c

Please sign in to comment.