# -*- encoding: utf-8 -*- require File.expand_path('../lib/instagram/version', __FILE__) Gem::Specification.new do |s| s.add_development_dependency('rake', '~> 0.9.2.2') s.add_development_dependency('rspec', '~> 2.4') s.add_development_dependency('webmock', '~> 1.6') s.add_development_dependency('bluecloth', '~> 2.2.0') s.add_runtime_dependency('faraday', ['>= 0.7', '< 0.11']) s.add_runtime_dependency('faraday_middleware', ['>= 0.8', '< 0.15']) s.add_runtime_dependency('multi_json', '>= 1.0.3', '~> 1.0') s.add_runtime_dependency('hashie', '>= 0.4.0') s.authors = ["Adapted from original author Shayne Sweeney"] s.description = %q{A Ruby wrapper for the Instagram REST and Search APIs - Community Maintained} s.post_install_message =<= 1.3.6') if s.respond_to? :required_rubygems_version= s.rubyforge_project = s.name s.summary = %q{Ruby wrapper for the Instagram API - Community Maintained} s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") s.version = Instagram::VERSION.dup end