Skip to content

Commit

Permalink
Adds the require for the omniauth solution and adds my email to the g…
Browse files Browse the repository at this point in the history
…emspec.
  • Loading branch information
David Underwood committed May 9, 2012
1 parent 2589f57 commit 61183ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions lib/shopify_app.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
require 'shopify_api'
require 'omniauth-shopify-oauth2'

module ShopifyApp

Expand Down
2 changes: 1 addition & 1 deletion shopify_app.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Gem::Specification.new do |s|
s.version = ShopifyApp::VERSION
s.platform = Gem::Platform::RUBY
s.author = "Shopify"
s.email = ["edward@shopify.com", "willem@shopify.com"]
s.email = ["edward@shopify.com", "willem@shopify.com", "david.underwood@shopify.com"]
s.homepage = "http://www.shopify.com/developers"
s.summary = %q{This gem is used to get quickly started with the Shopify API}
s.description = %q{Creates a basic login controller for authenticating with your Shop and also a product controller which lets your edit your products easily.}
Expand Down

0 comments on commit 61183ce

Please sign in to comment.