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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/autoup.rb +1 -0
  3. metadata +5 -5
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 21e583b96fa94cb3873f12d6f66e23580ff6c210
4
- data.tar.gz: 1975f181868c51c9fb4fbc2fbdf409fa450f1a9c
3
+ metadata.gz: 37d6844aaf0d905e6f91e285a7d631db961d7900
4
+ data.tar.gz: fbba24db22655b3603df5513b6ef6531b0a97a65
5
5
  SHA512:
6
- metadata.gz: 625847ed04be68574b10bb9506610b39ebfa1881016abdc58eb2222a6253d323f3c223d59794a4cfcafe8174b7cc96b2aae22ddc8dcfb500110ff75f4f2c5824
7
- data.tar.gz: 70812642bdf9b0418f8b28c06fec4d4c2d48e4e4e2c015ac72d819a8364d4eaa033630e08ecee70033ec7888c907f79878243c4ef233a9bc08c7b8b4ef67d152
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
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: 2015-10-16 00:00:00.000000000 Z
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.45'
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.45'
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@yahoo.com
29
+ email: vasily.korytov@yandex.com
30
30
  executables:
31
31
  - autoup
32
32
  extensions: []