breacan 0.6.0 → 0.6.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/bin/console +14 -0
- data/lib/breacan/client/chat.rb +1 -1
- data/lib/breacan/version.rb +1 -1
- metadata +5 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ae5fbffaa56989c2f81d98080c07c5098210f3c4
|
4
|
+
data.tar.gz: 5e000b5a44d13a8eae2fa295b0f6acd7bc2887bc
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8fb8ac1def98d7e47bc812152e106f9d525ba32d1bafefbf7d0fb2e0efa872bcd1cd6af31a3f39c7186d65cc204ac8825113df8a752b6cfd595551fce8a2ca38
|
7
|
+
data.tar.gz: 7cad1fad4ef29a0fe4a7de075c503f6bda0e9afbc8999479c387daf65c9efd19071b42dc530072180e58a0bbeb986b6904fe3e0f776688720135d21d08e463fc
|
data/bin/console
ADDED
@@ -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
|
data/lib/breacan/client/chat.rb
CHANGED
data/lib/breacan/version.rb
CHANGED
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.
|
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
|
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
|