autoup 1.1.0 → 1.1.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 26507df74667ac9bd61735809d4e0d4ab7f13842
|
4
|
+
data.tar.gz: 46c0c55f0ac37c58984a514b96419abcc5c2fa5c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 296da85dbbcb458d87f51f25663eca19d312ea8122ec0bd815b132a05c251ba464b68d046052ab9e23d9b73da311f8479ef2d56bb4147efd299039f33af4a9ab
|
7
|
+
data.tar.gz: 033c9e36aa9c062d6b9b3c65a45410edf4bb04da8db4e865a494196e0c935b006147843853b78f6ee1165b1e938102ee41d5ffef72033445365f113c21fbf39f
|
data/README.md
CHANGED
@@ -6,7 +6,7 @@
|
|
6
6
|
* Prints to stdout the UP/SKIP status for every thread
|
7
7
|
|
8
8
|
### Installation
|
9
|
-
* Install [Ruby](https://www.ruby-lang.org/en/documentation/installation/) and [PhantomJS](http://phantomjs.org
|
9
|
+
* Install [Ruby](https://www.ruby-lang.org/en/documentation/installation/) and [PhantomJS](http://phantomjs.org)
|
10
10
|
* Run `gem install autoup`
|
11
11
|
* Write a [configuration file](examples/autoup.yml) to `~/.config/autoup.yml`
|
12
12
|
* Run `autoup` and check if everything's working
|
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.1.
|
4
|
+
version: 1.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Vasily Korytov
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2017-04-04 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: selenium-webdriver
|
@@ -16,17 +16,17 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - ~>
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: '
|
19
|
+
version: '3.3'
|
20
20
|
type: :runtime
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
24
|
- - ~>
|
25
25
|
- !ruby/object:Gem::Version
|
26
|
-
version: '
|
26
|
+
version: '3.3'
|
27
27
|
description: Logs in onto vBulletin forum boards, finds all user's threads and bumps
|
28
28
|
all the posts
|
29
|
-
email: vasily.korytov@
|
29
|
+
email: vasily.korytov@icloud.com
|
30
30
|
executables:
|
31
31
|
- autoup
|
32
32
|
extensions: []
|