Sha256: b1b9a8f9532a307630d2df1fb808173a6524d9a7c9207cc66607c49f272a9701

Contents?: true

Size: 1.27 KB

Versions: 1

Compression:

Stored size: 1.27 KB

Contents

require_relative 'lib/tomosia_icons8_crawl/version'

Gem::Specification.new do |spec|
  spec.name          = "tomosia_icons8_crawl"
  spec.version       = TomosiaIcons8Crawl::VERSION
  spec.authors       = ["Ninh Tomosia"]
  spec.email         = ["tt.ninh.le@tomosia.com"]

  spec.summary       = %q{tomosia-icons8-crawl using download image from icons8.com}
  spec.homepage      = "https://github.com/ninh-tomosia/tomosia-icons8-crawl"
  spec.license       = "MIT"
  spec.required_ruby_version = Gem::Requirement.new(">= 2.3.0")

  spec.add_development_dependency "bundler"
  spec.add_development_dependency "rake"
  spec.add_runtime_dependency "thor", '~> 1.0', '>= 1.0.1'
  spec.add_development_dependency "rspec"
  spec.add_runtime_dependency "httparty", '~> 0.17.3'
  spec.add_runtime_dependency "writeexcel", '~> 1.0', '>= 1.0.5'
  spec.add_runtime_dependency "nokogiri", '~> 1.10', '>= 1.10.10'
  spec.add_runtime_dependency "pry", '~> 0.13.1'

  # 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         = `git ls-files`.split("\n")
  spec.bindir        = "exe"
  spec.executables   = 'tomosia_icons8_crawl'
  spec.require_paths = ["lib"]
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
tomosia_icons8_crawl-0.1.3 tomosia_icons8_crawl.gemspec