Skip to content

Commit

Permalink
updated gem spec
Browse files Browse the repository at this point in the history
  • Loading branch information
lmmendes committed Oct 30, 2014
1 parent 079aa72 commit 04afb4a
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions passworks.gemspec
Original file line number Diff line number Diff line change
@@ -1,16 +1,18 @@
# coding: utf-8

lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)

require 'passworks/version'

Gem::Specification.new do |spec|
spec.name = "passworks"
spec.version = Passworks::VERSION
spec.authors = ["Luis Mendes"]
spec.email = ["luis.mendes@passworks.io"]
spec.summary = %q{TODO: Write a short summary. Required.}
spec.description = %q{TODO: Write a longer description. Optional.}
spec.homepage = "https://github.com/passworks/passworks-ruby"
spec.authors = ["Luis Mendes", "Miguel Verissimo"]
spec.email = ["luis@passworks.io", "miguel@passworks.io"]
spec.summary = %q{Passworks API client}
spec.description = %q{Provides a simple interface to Passworks API}
spec.homepage = "https://www.passworks.io"
spec.license = "MIT"

spec.files = `git ls-files -z`.split("\x0")
Expand All @@ -25,4 +27,8 @@ Gem::Specification.new do |spec|
spec.add_development_dependency "rake"
spec.add_development_dependency "pry"
spec.add_development_dependency "pry-byebug"

spec.add_development_dependency "minitest"
spec.add_development_dependency "webmock"
spec.add_development_dependency "vcr"
end

0 comments on commit 04afb4a

Please sign in to comment.