slappy 0.1.0 → 0.1.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: 8034e5ae2cda470ffff7983b126ca56adfb5efad
4
- data.tar.gz: 833b8fe2cba8bc864071119b4ecc670acf625365
3
+ metadata.gz: 54d7de208c117108a53fc2398ce550a9adbb5cae
4
+ data.tar.gz: 5c947dba3118362792ecb120f7448c72d73c6fd3
5
5
  SHA512:
6
- metadata.gz: 9e856b1cce7f2bb1a438e727578408b93d9903b79a199295d41e0d9bfd43426a35d4cb7e3774051bc0c6b7c34af76a0e0c5cca0bdd161857b7dfd5029b583ae7
7
- data.tar.gz: 5dc257ec761b6f1698c71efd9252f7b0d0aee991f439f2515a7aa7c8bc7babe7c05427762cba7724fdedccecba1bae530ba0c22cb99f7c68240eaacdb90d4d4f
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)
@@ -1,3 +1,3 @@
1
1
  module Slappy
2
- VERSION = '0.1.0'
2
+ VERSION = '0.1.1'
3
3
  end
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 bot maker}
13
- spec.description = %q{Simple Slack bot maker. This gem wapper to Slack Realtime API}
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.0
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 bot maker. This gem wapper to Slack Realtime API
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 bot maker
218
+ summary: Simple Slack Bot Framework
219
219
  test_files: []