autoup 1.0.1 → 1.0.2
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 +4 -4
- data/README.md +2 -2
- 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: c47caaed06fec45cd49de8ed2881f902953ebf6e
|
|
4
|
+
data.tar.gz: c27f97f9f8b117db968cc446fbc78d1063bd9924
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d5055ab333e74224c80969cc83ce46cd1181006b397a21c5d45911584016db88b7c016a48b41d18f2baa6015b728468ec3787728aa5aa8530650763585eb55f4
|
|
7
|
+
data.tar.gz: c0fa13b9482cb0579c17fd53edf7e0f84b432d0be32d11057ffaa67ec8503a5c7381aab1d44e241edb2027695c407c0f107e668a54aa5658ce9d3c7c2bb62229
|
data/README.md
CHANGED
|
@@ -6,8 +6,8 @@
|
|
|
6
6
|
* Prints to stdout the UP/SKIP status for every thread
|
|
7
7
|
|
|
8
8
|
### Installation
|
|
9
|
-
* Install [Firefox](http://www.mozilla.org/
|
|
10
|
-
[Ruby](https://www.ruby-lang.org/en/installation/)
|
|
9
|
+
* Install [Firefox](http://www.mozilla.org/firefox/new/) and
|
|
10
|
+
[Ruby](https://www.ruby-lang.org/en/documentation/installation/)
|
|
11
11
|
* Run `gem install autoup`
|
|
12
12
|
* Write a [configuration file](examples/autoup.yml) to `~/.config/autoup.yml`
|
|
13
13
|
* 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.0.
|
|
4
|
+
version: 1.0.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Vasily Korytov
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-
|
|
11
|
+
date: 2015-03-27 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: selenium-webdriver
|
|
@@ -16,14 +16,14 @@ dependencies:
|
|
|
16
16
|
requirements:
|
|
17
17
|
- - "~>"
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
|
-
version: '2.
|
|
19
|
+
version: '2.45'
|
|
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: '2.
|
|
26
|
+
version: '2.45'
|
|
27
27
|
description: Logs in onto vBulletin forum boards, finds all user's threads and bumps
|
|
28
28
|
all the posts
|
|
29
29
|
email: vasily.korytov@yahoo.com
|
|
@@ -49,7 +49,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
49
49
|
requirements:
|
|
50
50
|
- - ">="
|
|
51
51
|
- !ruby/object:Gem::Version
|
|
52
|
-
version: '
|
|
52
|
+
version: '1.9'
|
|
53
53
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
54
54
|
requirements:
|
|
55
55
|
- - ">="
|