autoup 1.1.1 → 1.1.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.
- checksums.yaml +4 -4
- data/NOTICE +1 -1
- metadata +10 -10
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 86067039c22b7353ab6da5c247a993d7baa19386
|
|
4
|
+
data.tar.gz: ab84bc20f781a69f004a2aa2391fcd4c3e283192
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4ab2bfea9c8fdc49087ef2f84a88e7947083bc8757c46a5a78d673694555ba8efd90efa4986647299e37c3594b6c2d5566227118144aef19c9cdc9dd50d7e86d
|
|
7
|
+
data.tar.gz: 0c9ebf38f4086c7f16a2062221f90c5e7a3cd43ad6ea9065f284ff97fd1030a8513767396ef487ca8b438220e8208bb364a7ace295839910df655a1cf8603479
|
data/NOTICE
CHANGED
metadata
CHANGED
|
@@ -1,29 +1,29 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: autoup
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.1.
|
|
4
|
+
version: 1.1.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:
|
|
11
|
+
date: 2018-03-06 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: selenium-webdriver
|
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
|
16
16
|
requirements:
|
|
17
|
-
- -
|
|
17
|
+
- - '='
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
|
-
version:
|
|
19
|
+
version: 3.5.2
|
|
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:
|
|
26
|
+
version: 3.5.2
|
|
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@icloud.com
|
|
@@ -34,9 +34,9 @@ extra_rdoc_files: []
|
|
|
34
34
|
files:
|
|
35
35
|
- NOTICE
|
|
36
36
|
- README.md
|
|
37
|
+
- bin/autoup
|
|
37
38
|
- examples/autoup.yml
|
|
38
39
|
- lib/autoup.rb
|
|
39
|
-
- bin/autoup
|
|
40
40
|
homepage: https://github.com/chillum/autoup
|
|
41
41
|
licenses:
|
|
42
42
|
- Apache-2.0
|
|
@@ -47,17 +47,17 @@ require_paths:
|
|
|
47
47
|
- lib
|
|
48
48
|
required_ruby_version: !ruby/object:Gem::Requirement
|
|
49
49
|
requirements:
|
|
50
|
-
- -
|
|
50
|
+
- - ">="
|
|
51
51
|
- !ruby/object:Gem::Version
|
|
52
52
|
version: 1.9.2
|
|
53
53
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
54
54
|
requirements:
|
|
55
|
-
- -
|
|
55
|
+
- - ">="
|
|
56
56
|
- !ruby/object:Gem::Version
|
|
57
57
|
version: '0'
|
|
58
58
|
requirements: []
|
|
59
59
|
rubyforge_project:
|
|
60
|
-
rubygems_version: 2.
|
|
60
|
+
rubygems_version: 2.6.14
|
|
61
61
|
signing_key:
|
|
62
62
|
specification_version: 4
|
|
63
63
|
summary: Selenium robot for auto-bumping vBulletin posts
|