Skip to content

Commit

Permalink
Merge pull request #13 from stitchfix/fixup-gemspec
Browse files Browse the repository at this point in the history
make gemspec more consistent
  • Loading branch information
davetron5000 committed Jul 28, 2015
2 parents 509c554 + 94161a1 commit 155bd0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions stitches.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ Gem::Specification.new do |s|
s.name = "stitches"
s.version = Stitches::VERSION
s.platform = Gem::Platform::RUBY
s.authors = ['Dave Copeland']
s.email = ['dave@stitchfix.com', 'opensource@stitchfix.com']
s.authors = ["Stitch Fix Engineering","Andrew Peterson","Dave Copeland","Jonathan Dean"]
s.email = ["opensource@stitchfix.com","andy@ndpsoftware.com","[email protected]","[email protected]"]
s.homepage = "https://github.com/stitchfix/stitches"
s.summary = "You'll be in stitches at how easy it is to create a service at Stitch Fix"
s.description = "You'll be in stitches at how easy it is to create a service at Stitch Fix"
Expand Down

0 comments on commit 155bd0f

Please sign in to comment.