Sha256: 344077ccfe5aadacb7afa349b8d9de4879112b967d5f9c3396c3e1327512b664

Contents?: true

Size: 1.17 KB

Versions: 1

Compression:

Stored size: 1.17 KB

Contents

lib = File.expand_path('lib', __dir__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'instagram_basic_display/version'

Gem::Specification.new do |spec|
  spec.name          = 'instagram_basic_display'
  spec.version       = InstagramBasicDisplay::VERSION
  spec.authors       = ['Kit, LLC']
  spec.email         = ['engineering@kit.com']

  spec.summary       = 'A ruby wrapper for the Instagram Basic Display API'
  spec.description   = 'A ruby wrapper for the Instagram Basic Display API'
  spec.homepage      = 'https://github.com/Kit/instagram_basic_display'

  # Specify which files should be added to the gem when it is released.
  # The `git ls-files -z` loads the files in the RubyGem that have been added into git.
  spec.files = Dir.chdir(File.expand_path(__dir__)) do
    `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
  end
  spec.bindir        = 'exe'
  spec.executables   = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
  spec.require_paths = ['lib']

  spec.add_development_dependency 'bundler', '~> 2.5.23'
  spec.add_development_dependency 'rake', '~> 13.2'
  spec.add_development_dependency 'rspec', '~> 3.13.0'
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
instagram_basic_display-0.2.2 instagram_basic_display.gemspec