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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +2 -2
  3. metadata +5 -5
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a1d42cb8fd41411c1ab387fb3d0651a0809bc854
4
- data.tar.gz: fb6c975c9fd5d10ee68bbb2549848ed88d369bc3
3
+ metadata.gz: c47caaed06fec45cd49de8ed2881f902953ebf6e
4
+ data.tar.gz: c27f97f9f8b117db968cc446fbc78d1063bd9924
5
5
  SHA512:
6
- metadata.gz: a2d51ff6b73fad5e97faa3f363f4d8f2169d2894d4ff5897b6c8a9400461ed5996c203af4f53fc2a97d138c1487d112d33aec0db70c6812a8eb6df71f6ae930b
7
- data.tar.gz: 5fa48c9d75ec5d86c3ba0b53c7880fd80947823ec5fcc208ae96cda8564fd115d0f82e10dbe16ec52fb0440031caf3af7c43ab55697c6829a0eedec78157a92e
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/ru/firefox/new/) and
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.1
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-01-12 00:00:00.000000000 Z
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.43'
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.43'
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: '0'
52
+ version: '1.9'
53
53
  required_rubygems_version: !ruby/object:Gem::Requirement
54
54
  requirements:
55
55
  - - ">="