Sha256: a1f68c28506a64863704a92427e2ddcf2ab489c4a4565397b8059dcf38866c58

Contents?: true

Size: 998 Bytes

Versions: 2

Compression:

Stored size: 998 Bytes

Contents

# coding: utf-8
lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'imdb_term/version'

Gem::Specification.new do |spec|
  spec.name          = "imdb_term"
  spec.version       = ImdbTerm::VERSION
  spec.authors       = ["Hiram Cruz"]
  spec.email         = ["hiram0101@gmail.com"]

  spec.summary       = "IMDb cli"
  spec.description   = "IMDb CLI with searching, movie info, and showings"
  spec.homepage      = "https://github.com/forgiv/imdb_term"
  spec.license       = "MIT"

  spec.files         = `git ls-files -z`.split("\x0").reject do |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", "~> 1.14"
  spec.add_development_dependency "rake", "~> 10.0"
  spec.add_development_dependency "rspec", "~> 3.0"

  spec.add_dependency "nokogiri", "~> 1.7.0"
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
imdb_term-1.0.2 imdb_term.gemspec
imdb_term-1.0.1 imdb_term.gemspec