Skip to content

Commit

Permalink
Changed the version file to use the correct module name
Browse files Browse the repository at this point in the history
  • Loading branch information
cpetersen committed Jun 26, 2012
1 parent d8ab5e0 commit b83c210
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion assaydepot.gemspec
Expand Up @@ -15,5 +15,5 @@ Gem::Specification.new do |gem|
gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
gem.name = "assaydepot"
gem.require_paths = ["lib"]
gem.version = Assaydepot::VERSION
gem.version = AssayDepot::VERSION
end
2 changes: 1 addition & 1 deletion lib/assaydepot/version.rb
@@ -1,3 +1,3 @@
module Assaydepot
module AssayDepot
VERSION = "0.0.1"
end

0 comments on commit b83c210

Please sign in to comment.