autoup 1.0.5 → 1.1.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/NOTICE +1 -1
- data/README.md +1 -2
- data/lib/autoup.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a16c2cdb58bc613f5969fe02c3e661c16cdb621a
|
4
|
+
data.tar.gz: d932bab62dc63151709c52908c2a2bee27306203
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b43a2ba5a9a81f73d241dda0c7581fbfe93f3d556fad3df4d1c5276f1080412385b760a7300b6b3d702d31c43b20c9d21f686ac5068649f2c0a162274c86a4a2
|
7
|
+
data.tar.gz: 99639db4bb18f142cec3404b70294e077d0fb595a78c796e99b31dfb5e481fbc102eac9a0b36f520e96df95b3fee4eb6f3c925c215d53c2b42b5097ed4759b67
|
data/NOTICE
CHANGED
data/README.md
CHANGED
@@ -6,8 +6,7 @@
|
|
6
6
|
* Prints to stdout the UP/SKIP status for every thread
|
7
7
|
|
8
8
|
### Installation
|
9
|
-
* Install [
|
10
|
-
[Ruby](https://www.ruby-lang.org/en/documentation/installation/)
|
9
|
+
* Install [Ruby](https://www.ruby-lang.org/en/documentation/installation/) and [PhantomJS](http://phantomjs.org/)
|
11
10
|
* Run `gem install autoup`
|
12
11
|
* Write a [configuration file](examples/autoup.yml) to `~/.config/autoup.yml`
|
13
12
|
* Run `autoup` and check if everything's working
|
data/lib/autoup.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: autoup
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0
|
4
|
+
version: 1.1.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Vasily Korytov
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-
|
11
|
+
date: 2016-04-21 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: selenium-webdriver
|
@@ -57,7 +57,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
57
57
|
version: '0'
|
58
58
|
requirements: []
|
59
59
|
rubyforge_project:
|
60
|
-
rubygems_version: 2.0.14
|
60
|
+
rubygems_version: 2.0.14.1
|
61
61
|
signing_key:
|
62
62
|
specification_version: 4
|
63
63
|
summary: Selenium robot for auto-bumping vBulletin posts
|