Skip to content

Commit

Permalink
Fixing version module name
Browse files Browse the repository at this point in the history
  • Loading branch information
aubreyrhodes committed Nov 21, 2011
1 parent 5a75e63 commit fdc87b8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions lib/scribd-carrierwave/version.rb
@@ -1,5 +1,3 @@
module Scribd
module Carrierwave
VERSION = "0.0.5"
end
module ScribdCarrierwave
VERSION = "0.0.5"
end
2 changes: 1 addition & 1 deletion scribd-carrierwave.gemspec
Expand Up @@ -4,7 +4,7 @@ require "scribd-carrierwave/version"

Gem::Specification.new do |s|
s.name = "scribd-carrierwave"
s.version = Scribd::Carrierwave::VERSION
s.version = ScribdCarrierwave::VERSION
s.authors = ["Aubrey Rhodes"]
s.email = ["aubrey.c.rhodes@gmail.com"]
s.homepage = ""
Expand Down

0 comments on commit fdc87b8

Please sign in to comment.