autoup 0.9 → 0.9.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 (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +1 -1
  3. data/autoup.gemspec +11 -11
  4. metadata +17 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d21c954b573f033479c3b848b83f8b3bfd8139a1
4
- data.tar.gz: 49a79b7392d3ce796cde67d456e79c18323871a3
3
+ metadata.gz: 7ef0d9fc11e7ec074f78ddb895ac7bd3850e28ef
4
+ data.tar.gz: 089d9af43dcc8ca78b2d3562bee712124c7fe0cc
5
5
  SHA512:
6
- metadata.gz: ef0dc9feef2a527b02ecc0155b5bd35a0dab81f2c98268a969cf1a2544860a5ef7b187bb64b318dff72337c6e55dfa4d355b3e63629e6380e9f3a0222ce5308a
7
- data.tar.gz: 5568e38ec865ad3723a077750066a48d87e9a0629dd6c069e200ae33dcb39e94699fb6f2a5759f7f8cbf14eb2970be334b48f7c123b8b78e865787381b121858
6
+ metadata.gz: 0a4ffaf74f0719fc1497eb2c1980a9574422aa0c353576ee25f809aea8f43c18e2ff06d693e361ba067af1c13b01b4cbd771aa5e31904a7d14e206e460e477cf
7
+ data.tar.gz: 805f66cd7f2cec8017327540f1c6cde4f9e41a5b716c78b8d2fccb5b7d5824382cc244f302cd810f3d5fedc31e6d3911eef5848b5d04ddf853e50b590a6b6b3e
data/README.md CHANGED
@@ -1,4 +1,4 @@
1
- ## autoup
1
+ ## autoup [![Gem Version](https://badge.fury.io/rb/autoup.svg)](http://badge.fury.io/rb/autoup)
2
2
  * Ruby + Selenium robot
3
3
  * Logs in onto [vBulletin](http://www.vbulletin.com) forum boards
4
4
  * Finds all user's threads
data/autoup.gemspec CHANGED
@@ -1,13 +1,13 @@
1
1
  Gem::Specification.new do |s|
2
- s.name = 'autoup'
3
- s.version = '0.9'
4
- s.license = 'Apache-2.0'
5
- s.summary = 'Selenium robot for auto-bumping vBulletin posts'
6
- s.description = "Logs in onto vBulletin forum boards, finds all user's threads and bumps all the posts"
7
- s.author = 'Vasily Korytov'
8
- s.email = 'vasily.korytov@yahoo.com'
9
- s.files = ['LICENSE.txt', 'README.md', 'examples/autoup.yml',
10
- 'autoup.gemspec', 'lib/autoup.rb']
11
- s.executables << 'autoup'
12
- s.homepage = 'https://github.com/chillum/autoup'
2
+ s.name = 'autoup'
3
+ s.version = '0.9.1'
4
+ s.license = 'Apache-2.0'
5
+ s.summary = 'Selenium robot for auto-bumping vBulletin posts'
6
+ s.description = "Logs in onto vBulletin forum boards, finds all user's threads and bumps all the posts"
7
+ s.author = 'Vasily Korytov'
8
+ s.email = 'vasily.korytov@yahoo.com'
9
+ s.files = ['LICENSE.txt', 'README.md', 'examples/autoup.yml', 'autoup.gemspec', 'lib/autoup.rb']
10
+ s.executables << 'autoup'
11
+ s.homepage = 'https://github.com/chillum/autoup'
12
+ s.add_dependency 'selenium-webdriver', '~> 2.43'
13
13
  end
metadata CHANGED
@@ -1,15 +1,29 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: autoup
3
3
  version: !ruby/object:Gem::Version
4
- version: '0.9'
4
+ version: 0.9.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: 2014-11-03 00:00:00.000000000 Z
12
- dependencies: []
11
+ date: 2014-11-04 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: selenium-webdriver
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - "~>"
18
+ - !ruby/object:Gem::Version
19
+ version: '2.43'
20
+ type: :runtime
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - "~>"
25
+ - !ruby/object:Gem::Version
26
+ version: '2.43'
13
27
  description: Logs in onto vBulletin forum boards, finds all user's threads and bumps
14
28
  all the posts
15
29
  email: vasily.korytov@yahoo.com