Advertisement
Guest User

Untitled

a guest
Apr 18th, 2014
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.24 KB | None | 0 0
  1. Unable to activate faraday_middleware-0.9.0, because faraday-0.9.0 conflicts with faraday
  2. (< 0.9, >= 0.7.4)
  3.  
  4. require File.expand_path('../lib/pocket/version', __FILE__)
  5.  
  6. Gem::Specification.new do |s|
  7. s.add_development_dependency('sinatra', '~> 1.3.3')
  8. s.add_development_dependency('multi_xml')
  9.  
  10. s.add_runtime_dependency('faraday', ['>= 0.7', '< 0.9'])
  11. s.add_runtime_dependency('faraday_middleware', '~> 0.8')
  12.  
  13. s.add_runtime_dependency('multi_json', '>= 1.0.3', '~> 1.0')
  14. s.add_runtime_dependency('hashie', '>= 0.4.0')
  15. s.authors = ["Turadg Aleahmad","Jason Ng PT"]
  16. s.description = %q{A Ruby wrapper for the Pocket API v3 (Add, Modify and Retrieve)}
  17. s.email = ['turadg@aleahmad.net',"me@jasonngpt.com"]
  18. s.executables = `git ls-files -- bin/*`.split("n").map{ |f| File.basename(f) }
  19. s.files = `git ls-files`.split("n")
  20. s.homepage = 'https://github.com/turadg/pocket-ruby'
  21. s.name = 'pocket-ruby'
  22. s.platform = Gem::Platform::RUBY
  23. s.require_paths = ['lib']
  24. s.required_rubygems_version = Gem::Requirement.new('>= 1.3.6')
  25. if s.respond_to? :required_rubygems_version=
  26. s.rubyforge_project = s.name
  27. s.summary = %q{Ruby wrapper for the Pocket API v3}
  28. s.test_files = `git ls-files -- {test,spec,features}/*`.split("n")
  29. s.version = Pocket::VERSION
  30. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement