Skip to content

Commit

Permalink
Merge pull request #4 from solidusio-contrib/update_gemspec
Browse files Browse the repository at this point in the history
Update Gemspec
  • Loading branch information
qr8r committed Mar 14, 2016
2 parents 3f1f263 + 2112b8d commit ceb89f7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions spree_easypost.gemspec
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# encoding: UTF-8
Gem::Specification.new do |s|
s.platform = Gem::Platform::RUBY
s.name = 'spree_easypost'
s.name = 'solidus_easypost'
s.version = '1.0.0'
s.summary = 'Easy post integration for spree'
s.description = 'Easy post integration for spree'
s.summary = 'Easy post integration for Solidus'
s.description = 'Easy post integration for Solidus'
s.required_ruby_version = '>= 1.9.3'

s.author = 'Brendan Deere'
s.email = '[email protected]'
s.homepage = 'http://www.stembolt.com'
s.homepage = 'https://github.com/solidusio-contrib/solidus_easypost'

#s.files = `git ls-files`.split("\n")
#s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
Expand Down

0 comments on commit ceb89f7

Please sign in to comment.