Skip to content

Commit

Permalink
fix camelcase for OmniAuth version namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
yevgenko committed Feb 13, 2012
1 parent 6db44f9 commit dd224ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/omniauth-shopify/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module Omniauth
module OmniAuth
module Shopify
VERSION = "0.0.1"
end
Expand Down
2 changes: 1 addition & 1 deletion omniauth-shopify.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ require "omniauth-shopify/version"

Gem::Specification.new do |s|
s.name = "omniauth-shopify"
s.version = Omniauth::Shopify::VERSION
s.version = OmniAuth::Shopify::VERSION
s.authors = ["Yevgeniy A. Viktorov"]
s.email = ["craftsman@yevgenko.me"]
s.homepage = ""
Expand Down

0 comments on commit dd224ed

Please sign in to comment.