Sha256: 21bee5431473832a88cdd58e176e75e65599e05149ce3cd2cf932b6a8fd99f0b
Contents?: true
Size: 1.18 KB
Versions: 2
Compression:
Stored size: 1.18 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" spec.add_development_dependency "rspec" spec.add_runtime_dependency "httparty" spec.add_runtime_dependency "writeexcel" spec.add_runtime_dependency "nokogiri" spec.add_runtime_dependency "pry" # 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
tomosia_icons8_crawl-0.1.2 | tomosia_icons8_crawl.gemspec |
tomosia_icons8_crawl-0.1.1 | tomosia_icons8_crawl.gemspec |