slackbot-notifier 1.0.1 → 1.0.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 129936b6b78944953206b095d882a796a0c3c249
4
- data.tar.gz: 8a8adf52ef441363695968b02647d90ab0fcc12e
3
+ metadata.gz: 75d146e639aef08ea9f40c3aedad1d7cf7e9e96b
4
+ data.tar.gz: b891919cd9e769f0d21e3ef08558d8fce4c1a775
5
5
  SHA512:
6
- metadata.gz: 1fe9ae64e411c44427f116dc43560b89d291b6d56a8bf9a47f228b7c4bd99d1b4bf9901d67a1feed77fb9b28e3428796bc9eb2fdddf31261f213d6b3ada59f21
7
- data.tar.gz: 02641d93cbd3d82ad00b2a3c71e1265946cf9da867a059ccdc0152b5e11e4807b687e4e9a4ae60d51bf4529bab364367dcde1703c4da64b3ff69f5688a5eeb47
6
+ metadata.gz: 0a4078f39563b2c31b739af0bdb1cd59a37e82d6ce95253477a99ec824f2d2864e2ace968e94aaccb674671e5fd5d3eb6fcd5132f6a4ee7577b3c739cf6326bc
7
+ data.tar.gz: 7a247808979f53d96c0d1481a9b54f8c0202dcd6ac60f47a4bd3610c85cdb5829e12f346f40978bcecf0e0753ce2a96ec8415d7bf5e938da4d836bd65b41a7fd
@@ -25,5 +25,7 @@ class SlackbotNotifier
25
25
  end
26
26
  end
27
27
 
28
- class << self; attr_accessor :slackbot_url; end;
28
+ class << self
29
+ attr_accessor :slackbot_url, :development_room, :production
30
+ end
29
31
  end
@@ -1,7 +1,7 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.platform = Gem::Platform::RUBY
3
3
  s.name = 'slackbot-notifier'
4
- s.version = '1.0.1'
4
+ s.version = '1.0.2'
5
5
  s.date = '2015-05-30'
6
6
  s.summary = "Slackbot notifier"
7
7
  s.description = "This gem wraps the notification to a slack's room by through slackbot"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: slackbot-notifier
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mariano Matayoshi