global_uid 1.2.5 → 1.2.6
Sign up to get free protection for your applications and to get access to all the features.
- data/global_uid.gemspec +1 -1
- data/lib/global_uid/base.rb +1 -1
- metadata +1 -1
data/global_uid.gemspec
CHANGED
@@ -13,7 +13,7 @@ Gem::Specification.new do |s|
|
|
13
13
|
## If your rubyforge_project name is different, then edit it and comment out
|
14
14
|
## the sub! line in the Rakefile
|
15
15
|
s.name = 'global_uid'
|
16
|
-
s.version = '1.2.
|
16
|
+
s.version = '1.2.6'
|
17
17
|
s.date = '2012-03-13'
|
18
18
|
s.rubyforge_project = 'global_uid'
|
19
19
|
|
data/lib/global_uid/base.rb
CHANGED