breacan 0.6.0 → 0.6.1

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: 81ec998af8614ae237ca1a42295a932f526088cb
4
- data.tar.gz: 51b97f0aceae1d6421fc36b160d7c060177def0b
3
+ metadata.gz: ae5fbffaa56989c2f81d98080c07c5098210f3c4
4
+ data.tar.gz: 5e000b5a44d13a8eae2fa295b0f6acd7bc2887bc
5
5
  SHA512:
6
- metadata.gz: 26bd69f9b58b1238a6e26f8f68dd850a87bcb48823355476fea913bda75abf0f5c3e543fd61afd58ccc5f9ba2dda9ef70095954b5d5d9b4520506768be87e9c3
7
- data.tar.gz: 677669aa145c19bb90ffc924a25428cc19a4bce7dcb9fcafcc19353a64e9ce21b70bd52d5f7fb12edf9b6446c6a3187f9eb9bf0d0be160670fb6d8a815786356
6
+ metadata.gz: 8fb8ac1def98d7e47bc812152e106f9d525ba32d1bafefbf7d0fb2e0efa872bcd1cd6af31a3f39c7186d65cc204ac8825113df8a752b6cfd595551fce8a2ca38
7
+ data.tar.gz: 7cad1fad4ef29a0fe4a7de075c503f6bda0e9afbc8999479c387daf65c9efd19071b42dc530072180e58a0bbeb986b6904fe3e0f776688720135d21d08e463fc
@@ -0,0 +1,14 @@
1
+ #!/usr/bin/env ruby
2
+
3
+ require "bundler/setup"
4
+ require "breacan"
5
+
6
+ # You can add fixtures and/or initialization code here to make experimenting
7
+ # with your gem easier. You can also use a different console, if you like.
8
+
9
+ # (If you use this, don't forget to add pry to your Gemfile!)
10
+ # require "pry"
11
+ # Pry.start
12
+
13
+ require "pry"
14
+ Pry.start
@@ -6,7 +6,7 @@ module Breacan
6
6
  end
7
7
 
8
8
  def chat_post_message(args)
9
- get 'chat.getMessage', query: args
9
+ get 'chat.postMessage', query: args
10
10
  end
11
11
 
12
12
  def chat_update(args)
@@ -1,3 +1,3 @@
1
1
  module Breacan
2
- VERSION = '0.6.0'
2
+ VERSION = '0.6.1'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: breacan
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.0
4
+ version: 0.6.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - linyows
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-04-18 00:00:00.000000000 Z
11
+ date: 2016-08-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: sawyer
@@ -55,7 +55,8 @@ dependencies:
55
55
  description: Simple Ruby wrapper for Slack API.
56
56
  email:
57
57
  - linyows@gmail.com
58
- executables: []
58
+ executables:
59
+ - console
59
60
  extensions: []
60
61
  extra_rdoc_files: []
61
62
  files:
@@ -64,6 +65,7 @@ files:
64
65
  - LICENSE.txt
65
66
  - README.md
66
67
  - Rakefile
68
+ - bin/console
67
69
  - breacan.gemspec
68
70
  - lib/breacan.rb
69
71
  - lib/breacan/authentication.rb