Skip to content

Commit

Permalink
Merge pull request #6 from jusleg/v0.3.0
Browse files Browse the repository at this point in the history
added httparty gemspec
  • Loading branch information
jusleg authored Jan 31, 2018
2 parents 95c1faa + 76a3062 commit 8b7f969
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
PATH
remote: .
specs:
quotify (0.2.0)
quotify (0.3.0)
httparty
json

GEM
Expand All @@ -12,11 +13,14 @@ GEM
simplecov
url
docile (1.1.5)
httparty (0.15.6)
multi_xml (>= 0.5.2)
json (2.1.0)
metaclass (0.0.4)
minitest (5.11.3)
mocha (1.3.0)
metaclass (~> 0.0.1)
multi_xml (0.6.0)
rake (12.3.0)
simplecov (0.15.1)
docile (~> 1.1.0)
Expand Down
1 change: 0 additions & 1 deletion bin/quotify
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
require 'quotify'
require 'HTTParty'
require 'yaml'
require 'pry'

if ARGV[0] == 'update' || ARGV[0] == 'u'
puts "-------------------------------------\n"\
Expand Down
1 change: 1 addition & 0 deletions quotify.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ Gem::Specification.new do |s|
}

s.add_dependency 'json'
s.add_dependency 'httparty'
s.add_development_dependency 'rake'
s.add_development_dependency 'mocha'
s.add_development_dependency 'minitest'
Expand Down

0 comments on commit 8b7f969

Please sign in to comment.