mirror of
https://github.com/samsonjs/instapaper.git
synced 2026-03-25 08:55:49 +00:00
add values gem dependency
This commit is contained in:
parent
9427881029
commit
775fdf854e
1 changed files with 1 additions and 0 deletions
|
|
@ -7,6 +7,7 @@ Gem::Specification.new do |spec|
|
|||
spec.add_dependency 'multi_json', '~> 1'
|
||||
spec.add_dependency 'rash'
|
||||
spec.add_dependency 'simple_oauth'
|
||||
spec.add_dependency 'values'
|
||||
spec.add_development_dependency 'bundler', '~> 1.0'
|
||||
spec.author = 'Steve Agalloco'
|
||||
spec.description = "Ruby Client for Instapaper's Full API"
|
||||
|
|
|
|||
Loading…
Reference in a new issue