Sha256: 02691094affc3e40713d6735c41fe291e23ec50c45de2e52ac2fe991341f20ff

Contents?: true

Size: 1.05 KB

Versions: 9

Compression:

Stored size: 1.05 KB

Contents

lib = File.expand_path("../lib", __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require "video_chat_get/version"

Gem::Specification.new do |spec|
  spec.name          = "video_chat_get"
  spec.version       = VideoChatGet::VERSION
  spec.authors       = ["tf0101"]
  spec.email         = ["tf0101sh@gmail.com"]

  spec.summary       = %q{videochat scraping package}
  spec.description   = %q{videochat scraping}
  spec.homepage      = "https://github.com/tf0101/VideoChatGet"
  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.16"
  spec.add_development_dependency "rake", "~> 10.0"
  spec.add_development_dependency "rspec", "~> 3.0"

  spec.add_dependency "httpclient", "~> 2.8.3"
  spec.add_dependency "json", "~> 2.3.0"
  spec.add_dependency "nokogiri", "~> 1.10.9"

end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
video_chat_get-0.2.1 video_chat_get.gemspec
video_chat_get-0.2.0 video_chat_get.gemspec
video_chat_get-0.1.9 video_chat_get.gemspec
video_chat_get-0.1.6 video_chat_get.gemspec
video_chat_get-0.1.5 video_chat_get.gemspec
video_chat_get-0.1.4 video_chat_get.gemspec
video_chat_get-0.1.3 video_chat_get.gemspec
video_chat_get-0.1.2 video_chat_get.gemspec
video_chat_get-0.1.1 video_chat_get.gemspec