Skip to content

Commit

Permalink
Update gemspec
Browse files Browse the repository at this point in the history
Add files, update deps
  • Loading branch information
jstorimer committed Jun 24, 2011
1 parent 1302fb9 commit da61cba
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions sinatra-shopify.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@ Gem::Specification.new do |s|
s.homepage = "https://github.com/jstorimer/sinatra-shopify/"

s.files = Dir.glob('lib/**/*.rb')
s.files += ['README.md', 'LICENSE']
s.files += ['README.md', 'LICENSE', 'sinatra-shopify.gemspec']

s.add_dependency 'sinatra', '~> 1.0'
s.add_dependency 'sinatra', '~> 1.0'
s.add_dependency 'shopify_api', '~> 1.2'
end

0 comments on commit da61cba

Please sign in to comment.