Skip to content

Commit

Permalink
O pessoal do Rubyforge ajustou o que eu queria. Agora todas as gems t…
Browse files Browse the repository at this point in the history
…erão o mesmo número.
  • Loading branch information
tapajos committed Sep 9, 2008
1 parent ee3a22f commit 905fbdc
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions Rakefile
Expand Up @@ -52,7 +52,7 @@ Rake::RDocTask.new do |rdoc|
end


PKG_VERSION = "2.0.4"
PKG_VERSION = "2.0.6"

# Create compressed packages
spec = Gem::Specification.new do |s|
Expand All @@ -77,7 +77,7 @@ spec = Gem::Specification.new do |s|

s.autorequire = PROJECTS

s.files = [ "README.mkdn", "lib/brazilian_rails.rb"]
s.files = [ "README.mkdn", "lib/brazilian-rails.rb"]
end

Rake::GemPackageTask.new(spec) do |p|
Expand Down
2 changes: 1 addition & 1 deletion brcep/lib/brcep/version.rb
Expand Up @@ -4,6 +4,6 @@ module VERSION #:nodoc:



STRING = "2.0.4"
STRING = "2.0.6"
end
end
2 changes: 1 addition & 1 deletion brdata/lib/brdata/version.rb
Expand Up @@ -4,6 +4,6 @@ module VERSION #:nodoc:



STRING = "2.0.4"
STRING = "2.0.6"
end
end
2 changes: 1 addition & 1 deletion brdinheiro/lib/brdinheiro/version.rb
Expand Up @@ -4,6 +4,6 @@ module VERSION #:nodoc:



STRING = "2.0.4"
STRING = "2.0.6"
end
end
2 changes: 1 addition & 1 deletion brhelper/lib/brhelper/version.rb
Expand Up @@ -4,6 +4,6 @@ module VERSION #:nodoc:



STRING = "2.0.4"
STRING = "2.0.6"
end
end
2 changes: 1 addition & 1 deletion brnumeros/lib/brnumeros/version.rb
Expand Up @@ -4,6 +4,6 @@ module VERSION #:nodoc:



STRING = "2.0.4"
STRING = "2.0.6"
end
end
2 changes: 1 addition & 1 deletion brstring/lib/brstring/version.rb
Expand Up @@ -4,6 +4,6 @@ module VERSION #:nodoc:



STRING = "2.0.4"
STRING = "2.0.6"
end
end
2 changes: 1 addition & 1 deletion brtraducao/lib/brtraducao/version.rb
Expand Up @@ -4,6 +4,6 @@ module VERSION #:nodoc:



STRING = "2.0.4"
STRING = "2.0.6"
end
end

0 comments on commit 905fbdc

Please sign in to comment.