Skip to content

Commit

Permalink
updated passworks.gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
lmmendes committed Oct 31, 2014
1 parent 2317b2c commit ed23b91
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
9 changes: 8 additions & 1 deletion Rakefile
Original file line number Diff line number Diff line change
@@ -1,2 +1,9 @@
require "bundler/gem_tasks"
require 'bundler/gem_tasks'
require 'rake/testtask'

Rake::TestTask.new :spec do |test|
test.test_files = Dir['spec/**/*_spec.rb']
test.verbose = true
end

task default: :spec
4 changes: 2 additions & 2 deletions passworks.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ require 'passworks/version'
Gem::Specification.new do |spec|
spec.name = "passworks"
spec.version = Passworks::VERSION
spec.authors = ["Luis Mendes", "Miguel Verissimo"]
spec.email = ["[email protected]", "[email protected]"]
spec.authors = ["Luis Mendes", "Miguel Verissimo", "Tiago Parreira"]
spec.email = ["[email protected]", "[email protected]", "[email protected]"]
spec.summary = %q{Passworks API client}
spec.description = %q{Provides a simple interface to Passworks API}
spec.homepage = "https://www.passworks.io"
Expand Down

0 comments on commit ed23b91

Please sign in to comment.