selenium_spider 0.1.0 → 0.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 76ff5357511b1365df2358b3e41b17b252f4b026
4
- data.tar.gz: ebcc5c4c7226aedd5f8de4037d4ccff7e3025a61
3
+ metadata.gz: 2a79bd094934958dae8b0229f3f1d3c6388f939b
4
+ data.tar.gz: 83266a9fa73a03705a9c08d510bb2412279e1d65
5
5
  SHA512:
6
- metadata.gz: 214ea8cb65257f0213e40c97626cb8138c0c5f90ec5dfb6776fb265c3858096acb01edbde107f01e1ca918ec21a684891fa3ac09dd602d2f90f2460590757f0c
7
- data.tar.gz: 8ff7c57b423572a2158afb767477b6737fff986c7a6fc4d17fe242c3951823a471b0f54270a4b0333c56eb7926c0904dbbf2595ea13b993716e278d2cc1f6771
6
+ metadata.gz: d8e1d46f0db28740e88dbcf4cb99c82aee940aba9aaf1047d0e50094cee31c89487c612110bdf8b4dae3869cded5bf8cdf5b5e0112f88bf2fb050d34a93d1062
7
+ data.tar.gz: eb562d12c0b49549ee93d3bcb143d12228e0752a332dc0fce8cdf0728f2ec50f4a71578ad9077d2371894b1c2b6a16ce44b25fe6f306384163583a731c3517a8
data/README.md CHANGED
@@ -1,3 +1,4 @@
1
+ [![Gem Version](https://badge.fury.io/rb/selenium_spider.svg)](https://badge.fury.io/rb/selenium_spider)
1
2
  [![Build Status](https://travis-ci.org/acro5piano/selenium_spider.svg?branch=master)](https://travis-ci.org/acro5piano/selenium_spider)
2
3
 
3
4
  # Selenium Spider
@@ -1,3 +1,3 @@
1
1
  module SeleniumSpider
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
@@ -24,7 +24,7 @@ Gem::Specification.new do |spec|
24
24
 
25
25
  spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
26
26
  spec.bindir = "bin"
27
- spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
27
+ spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
28
28
  spec.require_paths = ["lib"]
29
29
  spec.required_ruby_version = '~> 2.3'
30
30
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: selenium_spider
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - gosho-kazuya
@@ -139,7 +139,8 @@ dependencies:
139
139
  description: Scrape websites using Firefox headlessly handled by Selenium
140
140
  email:
141
141
  - ketsume0211@gmail.com
142
- executables: []
142
+ executables:
143
+ - selenium-spider
143
144
  extensions: []
144
145
  extra_rdoc_files: []
145
146
  files: