autoup 1.0.5 → 1.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (5) hide show
  1. checksums.yaml +4 -4
  2. data/NOTICE +1 -1
  3. data/README.md +1 -2
  4. data/lib/autoup.rb +1 -1
  5. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 37d6844aaf0d905e6f91e285a7d631db961d7900
4
- data.tar.gz: fbba24db22655b3603df5513b6ef6531b0a97a65
3
+ metadata.gz: a16c2cdb58bc613f5969fe02c3e661c16cdb621a
4
+ data.tar.gz: d932bab62dc63151709c52908c2a2bee27306203
5
5
  SHA512:
6
- metadata.gz: 7fd4659a82d8c64a12c4cda8f81d3010b703b642e8cc5bd1c348fb9d32e7094142655f35a85cf1e9ec62742a0a50629df80b096f4706193a61534ee21a9c301a
7
- data.tar.gz: c5550a7effa126874c374cc672fdb6b4eaa809dbf404422c4cc4616f0505e68ecaddfc23073177c6d4394d065093c2e411041ba3c7aec5b9c8e9735e6ff703a6
6
+ metadata.gz: b43a2ba5a9a81f73d241dda0c7581fbfe93f3d556fad3df4d1c5276f1080412385b760a7300b6b3d702d31c43b20c9d21f686ac5068649f2c0a162274c86a4a2
7
+ data.tar.gz: 99639db4bb18f142cec3404b70294e077d0fb595a78c796e99b31dfb5e481fbc102eac9a0b36f520e96df95b3fee4eb6f3c925c215d53c2b42b5097ed4759b67
data/NOTICE CHANGED
@@ -1,6 +1,6 @@
1
1
  autoup: https://github.com/chillum/autoup
2
2
 
3
- Copyright 2014 Vasily Korytov
3
+ Copyright 2014-2016 Vasily Korytov
4
4
 
5
5
  Licensed under the Apache License, Version 2.0 (the "License");
6
6
  you may not use this software except in compliance with the License.
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 [Firefox](http://www.mozilla.org/firefox/new/) and
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
@@ -45,7 +45,7 @@ class AutoUp
45
45
  cfg['stats'] ||= 'Show All Statistics'
46
46
  cfg['up'] ||= 'Bump the thread!'
47
47
 
48
- web = Selenium::WebDriver.for :firefox
48
+ web = Selenium::WebDriver.for :phantomjs
49
49
  begin
50
50
  browse(web, cfg)
51
51
  ensure
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.5
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-03-20 00:00:00.000000000 Z
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