Skip to content

Commit

Permalink
move version file to lib/globalize3
Browse files Browse the repository at this point in the history
  • Loading branch information
Sven Fuchs committed Oct 27, 2010
1 parent d7d330c commit 1f5b179
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions globalize3.gemspec
@@ -1,10 +1,10 @@
$: << File.expand_path('../lib', __FILE__)

require 'globalize/version'
require 'globalize3/version'

Gem::Specification.new do |s|
s.name = 'globalize3'
s.version = Globalize::VERSION
s.version = Globalize3::VERSION
s.authors = ['Sven Fuchs', 'Joshua Harvey', 'Clemens Kofler', 'John-Paul Bader']
s.email = 'nobody@globalize-rails.org'
s.homepage = 'http://github.com/svenfuchs/globlize3'
Expand Down
3 changes: 0 additions & 3 deletions lib/globalize/version.rb

This file was deleted.

3 changes: 3 additions & 0 deletions lib/globalize3/version.rb
@@ -0,0 +1,3 @@
module Globalize3
VERSION = '0.0.8'
end

0 comments on commit 1f5b179

Please sign in to comment.