eddieroger-rwikibot 2.0.2 → 2.0.3

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. data/lib/pages.rb +2 -2
  2. data/lib/utilities.rb +0 -1
  3. metadata +1 -1
data/lib/pages.rb CHANGED
@@ -12,9 +12,9 @@ module Pages
12
12
  # Creates a new Page object.
13
13
  def initialize(bot, title='')
14
14
  @bot = bot
15
-
15
+ puts @bot.config
16
+
16
17
  info = info(title)
17
-
18
18
  @title = info['title']
19
19
  @namespace = info['ns']
20
20
  @new = info.has_key?('new')
data/lib/utilities.rb CHANGED
@@ -1,6 +1,5 @@
1
1
  module RWBUtilities
2
2
 
3
- private
4
3
 
5
4
  # is_redirect?
6
5
  #
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: eddieroger-rwikibot
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.2
4
+ version: 2.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Eddie Roger