lib/gettext_rails/version.rb in gettext_rails-2.0.0 vs lib/gettext_rails/version.rb in gettext_rails-2.0.1
- old
+ new
@@ -1,6 +1,5 @@
-#! /usr/bin/ruby
=begin
version - version information of Ruby-GetText-Package
Copyright (C) 2005-2008 Masao Mutoh
@@ -8,7 +7,7 @@
license terms as Ruby.
=end
module GetTextRails
RAILS_VERSION = "2.3.2"
- VERSION = "2.0.0"
+ VERSION = "2.0.1"
end