Sha256: 17ef6e616079b6974ca3de58326059c6a7ec5fd17c676f5b33dcd183907da377

Contents?: true

Size: 1.51 KB

Versions: 1

Compression:

Stored size: 1.51 KB

Contents

# -*- encoding: utf-8 -*-
require File.expand_path('../lib/instagram/version', __FILE__)

Gem::Specification.new do |s|
  s.add_development_dependency('rspec', '~> 2.4')
  s.add_development_dependency('webmock', '~> 1.6')
  s.add_development_dependency('bluecloth', '~> 2.0.11')
  s.add_runtime_dependency('faraday')
  s.add_runtime_dependency('faraday_middleware')
  s.add_runtime_dependency('multi_json')
  s.add_runtime_dependency('hashie')
  s.authors = ["Shayne Sweeney"]
  s.description = %q{A Ruby wrapper for the Instagram REST and Search APIs}
  s.post_install_message =<<eos
********************************************************************************

  Follow @instagram on Twitter for announcements, updates, and news.
  https://twitter.com/instagramapi

  Join the mailing list!
  https://groups.google.com/group/instagram-ruby-gem

********************************************************************************
eos
  s.email = ['shayne@instagr.am']
  s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
  s.files = `git ls-files`.split("\n")
  s.homepage = 'https://github.com/Instagram/instagramrb'
  s.name = 'instagram-fixed'
  s.platform = Gem::Platform::RUBY
  s.require_paths = ['lib']
  s.required_rubygems_version = Gem::Requirement.new('>= 1.3.6') if s.respond_to? :required_rubygems_version=
  s.rubyforge_project = s.name
  s.summary = %q{Ruby wrapper for the Instagram API}
  s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
  s.version = Instagram::VERSION.dup
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
instagram-fixed-0.8 instagram.gemspec