autoup 1.0.4 → 1.0.5
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/lib/autoup.rb +1 -0
- 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: 37d6844aaf0d905e6f91e285a7d631db961d7900
|
|
4
|
+
data.tar.gz: fbba24db22655b3603df5513b6ef6531b0a97a65
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7fd4659a82d8c64a12c4cda8f81d3010b703b642e8cc5bd1c348fb9d32e7094142655f35a85cf1e9ec62742a0a50629df80b096f4706193a61534ee21a9c301a
|
|
7
|
+
data.tar.gz: c5550a7effa126874c374cc672fdb6b4eaa809dbf404422c4cc4616f0505e68ecaddfc23073177c6d4394d065093c2e411041ba3c7aec5b9c8e9735e6ff703a6
|
data/lib/autoup.rb
CHANGED
|
@@ -8,6 +8,7 @@ require 'yaml'
|
|
|
8
8
|
# Docs: https://github.com/chillum/autoup/blob/master/README.md
|
|
9
9
|
#
|
|
10
10
|
# Offline copies of README and example config are also included in this gem.
|
|
11
|
+
#
|
|
11
12
|
class AutoUp
|
|
12
13
|
# Read config file and launch AutoUp (specify the config file to override the default).
|
|
13
14
|
def initialize(yml = File.expand_path('~/.config/autoup.yml'))
|
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.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Vasily Korytov
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2016-03-20 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.
|
|
19
|
+
version: '2.53'
|
|
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.53'
|
|
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@
|
|
29
|
+
email: vasily.korytov@yandex.com
|
|
30
30
|
executables:
|
|
31
31
|
- autoup
|
|
32
32
|
extensions: []
|