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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/NOTICE +1 -1
  3. metadata +10 -10
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 26507df74667ac9bd61735809d4e0d4ab7f13842
4
- data.tar.gz: 46c0c55f0ac37c58984a514b96419abcc5c2fa5c
3
+ metadata.gz: 86067039c22b7353ab6da5c247a993d7baa19386
4
+ data.tar.gz: ab84bc20f781a69f004a2aa2391fcd4c3e283192
5
5
  SHA512:
6
- metadata.gz: 296da85dbbcb458d87f51f25663eca19d312ea8122ec0bd815b132a05c251ba464b68d046052ab9e23d9b73da311f8479ef2d56bb4147efd299039f33af4a9ab
7
- data.tar.gz: 033c9e36aa9c062d6b9b3c65a45410edf4bb04da8db4e865a494196e0c935b006147843853b78f6ee1165b1e938102ee41d5ffef72033445365f113c21fbf39f
6
+ metadata.gz: 4ab2bfea9c8fdc49087ef2f84a88e7947083bc8757c46a5a78d673694555ba8efd90efa4986647299e37c3594b6c2d5566227118144aef19c9cdc9dd50d7e86d
7
+ data.tar.gz: 0c9ebf38f4086c7f16a2062221f90c5e7a3cd43ad6ea9065f284ff97fd1030a8513767396ef487ca8b438220e8208bb364a7ace295839910df655a1cf8603479
data/NOTICE CHANGED
@@ -1,6 +1,6 @@
1
1
  autoup: https://github.com/chillum/autoup
2
2
 
3
- Copyright 2014-2016 Vasily Korytov
3
+ Copyright 2014-2018 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.
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.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: 2017-04-04 00:00:00.000000000 Z
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: '3.3'
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: '3.3'
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.0.14.1
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