Sha256: 29730c44c0362ba6e29a6a890b6a4b54d45e0d8974c604f8e68ff07f818d0cde
Contents?: true
Size: 1022 Bytes
Versions: 2
Compression:
Stored size: 1022 Bytes
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'webrazzi/version' Gem::Specification.new do |spec| spec.name = "webrazzi" spec.version = Webrazzi::VERSION spec.authors = ["J.Fukaya"] spec.email = ["fukajun.shark@gmail.com"] spec.summary = %q{Capture web page.} spec.description = %q{Capture web page.} spec.homepage = "https://github.com/fukajun/webrazzi" spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) } spec.bindir = "exe" spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) } spec.require_paths = ["lib"] spec.add_dependency "thor", "0.19.1" spec.add_dependency "watir-webdriver", "0.9.1" spec.add_dependency "webdriver-user-agent", "7.1" spec.add_dependency "watir", "5.0.0" spec.add_development_dependency "bundler", "~> 1.9" spec.add_development_dependency "rake", "~> 10.0" end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
webrazzi-0.1.1 | webrazzi.gemspec |
webrazzi-0.1.0 | webrazzi.gemspec |