autoup 1.1.0 → 1.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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +1 -1
  3. metadata +5 -5
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a16c2cdb58bc613f5969fe02c3e661c16cdb621a
4
- data.tar.gz: d932bab62dc63151709c52908c2a2bee27306203
3
+ metadata.gz: 26507df74667ac9bd61735809d4e0d4ab7f13842
4
+ data.tar.gz: 46c0c55f0ac37c58984a514b96419abcc5c2fa5c
5
5
  SHA512:
6
- metadata.gz: b43a2ba5a9a81f73d241dda0c7581fbfe93f3d556fad3df4d1c5276f1080412385b760a7300b6b3d702d31c43b20c9d21f686ac5068649f2c0a162274c86a4a2
7
- data.tar.gz: 99639db4bb18f142cec3404b70294e077d0fb595a78c796e99b31dfb5e481fbc102eac9a0b36f520e96df95b3fee4eb6f3c925c215d53c2b42b5097ed4759b67
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.0
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: 2016-04-21 00:00:00.000000000 Z
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: '2.53'
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: '2.53'
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@yandex.com
29
+ email: vasily.korytov@icloud.com
30
30
  executables:
31
31
  - autoup
32
32
  extensions: []