slappy 0.1.0 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +1 -0
- data/lib/slappy/version.rb +1 -1
- data/slappy.gemspec +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 54d7de208c117108a53fc2398ce550a9adbb5cae
|
4
|
+
data.tar.gz: 5c947dba3118362792ecb120f7448c72d73c6fd3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1654a5728b43668360277e9aec071d2be4047f807823af831233d9545165a4d4902a2bd2da3e11cee499614da4435805f0e2271fa47fa36f089065da02fa9c35
|
7
|
+
data.tar.gz: 8b3cfc43fc42de4c940ed08edce47daf186f2c9b8115fb67d15a9b4f9df7433ec0dcf5a7a80d927145b2019d8fda2acd6e9557e556e12e6728599107d086591c
|
data/README.md
CHANGED
@@ -1,5 +1,6 @@
|
|
1
1
|
# Slappy
|
2
2
|
|
3
|
+
[![Gem Version](https://badge.fury.io/rb/slappy.svg)](https://badge.fury.io/rb/slappy)
|
3
4
|
[![Build Status](https://travis-ci.org/yuemori/slappy.svg?branch=master)](https://travis-ci.org/yuemori/slappy)
|
4
5
|
[![Code Climate](https://codeclimate.com/repos/563cbaad1787d72930000582/badges/9753daa4ecd1a303b6ae/gpa.svg)](https://codeclimate.com/repos/563cbaad1787d72930000582/feed)
|
5
6
|
[![Test Coverage](https://codeclimate.com/repos/563cbaad1787d72930000582/badges/9753daa4ecd1a303b6ae/coverage.svg)](https://codeclimate.com/repos/563cbaad1787d72930000582/coverage)
|
data/lib/slappy/version.rb
CHANGED
data/slappy.gemspec
CHANGED
@@ -9,8 +9,8 @@ Gem::Specification.new do |spec|
|
|
9
9
|
spec.authors = ["yuemori"]
|
10
10
|
spec.email = ["yuemori@aiming-inc.com"]
|
11
11
|
|
12
|
-
spec.summary = %q{Slack
|
13
|
-
spec.description = %q{Simple Slack
|
12
|
+
spec.summary = %q{Simple Slack Bot Framework}
|
13
|
+
spec.description = %q{Simple Slack Bot Framework. Use Slack RealTime API}
|
14
14
|
spec.homepage = "https://github.com/yuemori/slappy"
|
15
15
|
spec.license = "MIT"
|
16
16
|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: slappy
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- yuemori
|
@@ -164,7 +164,7 @@ dependencies:
|
|
164
164
|
- - ">="
|
165
165
|
- !ruby/object:Gem::Version
|
166
166
|
version: '0'
|
167
|
-
description: Simple Slack
|
167
|
+
description: Simple Slack Bot Framework. Use Slack RealTime API
|
168
168
|
email:
|
169
169
|
- yuemori@aiming-inc.com
|
170
170
|
executables: []
|
@@ -215,5 +215,5 @@ rubyforge_project:
|
|
215
215
|
rubygems_version: 2.4.5.1
|
216
216
|
signing_key:
|
217
217
|
specification_version: 4
|
218
|
-
summary: Slack
|
218
|
+
summary: Simple Slack Bot Framework
|
219
219
|
test_files: []
|