Skip to content

Commit

Permalink
Remove VERSION and use lib/i18n/version.
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim committed Dec 29, 2009
1 parent e4334c9 commit ff426c8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Rakefile
Expand Up @@ -4,10 +4,13 @@ task :test do
ruby "test/all.rb"
end

require File.expand_path("lib/i18n/version", File.dirname(__FILE__))

begin
require 'jeweler'
Jeweler::Tasks.new do |s|
s.name = "i18n"
s.version = I18n::VERSION
s.rubyforge_project = "i18n"
s.summary = "New wave Internationalization support for Ruby"
s.email = "rails-i18n@googlegroups.com"
Expand Down
1 change: 0 additions & 1 deletion VERSION

This file was deleted.

3 changes: 3 additions & 0 deletions lib/i18n/version.rb
@@ -0,0 +1,3 @@
module I18n
VERSION = "0.3.2"
end

0 comments on commit ff426c8

Please sign in to comment.