beepboop 0.0.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 +7 -0
- data/lib/beepboop.rb +5 -0
- metadata +48 -0
checksums.yaml
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
---
|
|
2
|
+
SHA1:
|
|
3
|
+
metadata.gz: 3c36684434aa817b0ef95efa3128da54aee337c1
|
|
4
|
+
data.tar.gz: 43cbe37a4ea05c37035c8f84b78a34d6b0f07f00
|
|
5
|
+
SHA512:
|
|
6
|
+
metadata.gz: 6f6a51f741e556a7fce07b6e716b5c2e035c1188c98e3eb43249a29505abab85c4d72ad5b8345b0f75b5f64a3969b48f0385674776f7ee7c6bfbba770a5cc74b
|
|
7
|
+
data.tar.gz: 14251824e88a7cb7eaae9d327673fbb245f146068c2c3800efb1393d275c4caf7718fbf8a8c82a20ee9180730b44422a2777e61e2ceee570bd379fe8fd1e343b
|
data/lib/beepboop.rb
ADDED
metadata
ADDED
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
|
2
|
+
name: beepboop
|
|
3
|
+
version: !ruby/object:Gem::Version
|
|
4
|
+
version: 0.0.1
|
|
5
|
+
platform: ruby
|
|
6
|
+
authors:
|
|
7
|
+
- Chris Skudlarczyk
|
|
8
|
+
- Mike Brevoort
|
|
9
|
+
- Brad Harris
|
|
10
|
+
- Randall Barnhart
|
|
11
|
+
autorequire:
|
|
12
|
+
bindir: bin
|
|
13
|
+
cert_chain: []
|
|
14
|
+
date: 2016-03-18 00:00:00.000000000 Z
|
|
15
|
+
dependencies: []
|
|
16
|
+
description: Provides low-level communciation with the BeepBoopHQ hosting platform
|
|
17
|
+
to detect when owners add, update, and remove your bot.
|
|
18
|
+
email: chris.skud@gmail.com
|
|
19
|
+
executables: []
|
|
20
|
+
extensions: []
|
|
21
|
+
extra_rdoc_files: []
|
|
22
|
+
files:
|
|
23
|
+
- lib/beepboop.rb
|
|
24
|
+
homepage: http://github.com/BeepBoopHQ/beepboop-rb
|
|
25
|
+
licenses: []
|
|
26
|
+
metadata: {}
|
|
27
|
+
post_install_message:
|
|
28
|
+
rdoc_options: []
|
|
29
|
+
require_paths:
|
|
30
|
+
- lib
|
|
31
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
|
32
|
+
requirements:
|
|
33
|
+
- - ">="
|
|
34
|
+
- !ruby/object:Gem::Version
|
|
35
|
+
version: '0'
|
|
36
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
37
|
+
requirements:
|
|
38
|
+
- - ">="
|
|
39
|
+
- !ruby/object:Gem::Version
|
|
40
|
+
version: '0'
|
|
41
|
+
requirements: []
|
|
42
|
+
rubyforge_project:
|
|
43
|
+
rubygems_version: 2.4.8
|
|
44
|
+
signing_key:
|
|
45
|
+
specification_version: 4
|
|
46
|
+
summary: Support multi-team Slack bots with BeepBoopHQ
|
|
47
|
+
test_files: []
|
|
48
|
+
has_rdoc:
|