lita-lunch 0.1.1 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +5 -5
  3. data/lita-lunch.gemspec +3 -3
  4. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 7ad79063d52414044e8ac2d6d6856232fda3e645
4
- data.tar.gz: e2729d0e6de8020efe75e49544c443debe071e0e
3
+ metadata.gz: 09440fc049f26143edaffbf0e422d13801620d04
4
+ data.tar.gz: 21e56d4f1be93ed43a5519828d471ec667fea44c
5
5
  SHA512:
6
- metadata.gz: d2d2b2438b936f55b4de57fe825a606edc3b332ea0700b342e7bac3d99e391cb1c43ff088be329f4e53463d6206ccd4ac336dba50cd7f29eb6191132ef9ceee1
7
- data.tar.gz: 496617486cf2f8ff9f6bf505ac040973a68b20787e45ad5807372281ec5ab912adeb80052a99c28ed72455a162269022d24785e029aad6d9814a56af9711f25f
6
+ metadata.gz: 2c9450480d92e7111e0f9f25ed90d6ca4b4354368c13923d9baf0ec1c5a20322f56db69817691047ebcb0a7f5146f73fd42f9a4f3d9acd4d343b9f0a72488eb4
7
+ data.tar.gz: 8940dc9003c4c6a1eb89a29a4fdd7f607417fab303ce3c1464c1c48d97c5917fad3666a126c2e9f573590c59e242c2dd3433259dc54c528e666092fb6501d5d5
data/README.md CHANGED
@@ -3,7 +3,7 @@
3
3
  [![Build Status](https://travis-ci.org/neilang/lita-lunch.png?branch=master)](https://travis-ci.org/neilang/lita-lunch)
4
4
  [![Coverage Status](https://coveralls.io/repos/neilang/lita-lunch/badge.png)](https://coveralls.io/r/neilang/lita-lunch)
5
5
 
6
- A lita handler for helping you pick where to go for lunch today!
6
+ A lita handler to help you pick where to go for lunch.
7
7
 
8
8
  ## Installation
9
9
 
@@ -22,15 +22,15 @@ There is no additional configuration.
22
22
  First you will to add some of your favorite lunch places:
23
23
 
24
24
  ```
25
- lita lunch places add the taco hut
26
- lita lunch places add Korean BBQ
25
+ lita lunch add the taco hut
26
+ lita lunch add Korean BBQ
27
27
  ```
28
28
 
29
29
  Then you can get a lunch suggestion:
30
30
 
31
31
  ```
32
- lita lunch suggestion
33
32
  where should I go for lunch?
33
+ lita lunch suggestion
34
34
  ```
35
35
 
36
36
  You can list all stored places:
@@ -42,5 +42,5 @@ lita lunch places
42
42
  And remove unwanted places:
43
43
 
44
44
  ```
45
- lita lunch places remove the taco hut
45
+ lita lunch remove the taco hut
46
46
  ```
data/lita-lunch.gemspec CHANGED
@@ -1,10 +1,10 @@
1
1
  Gem::Specification.new do |spec|
2
2
  spec.name = "lita-lunch"
3
- spec.version = "0.1.1"
3
+ spec.version = "0.1.2"
4
4
  spec.authors = ["neilang"]
5
5
  spec.email = ["neilang@gmail.com"]
6
- spec.description = "A lita handler for helping you pick where to go for lunch"
7
- spec.summary = "A lita handler for helping you pick where to go for lunch"
6
+ spec.description = "A lita handler to help you pick where to go for lunch"
7
+ spec.summary = "A lita handler to help you pick where to go for lunch"
8
8
  spec.homepage = "https://github.com/neilang/lita-lunch"
9
9
  spec.license = "MIT"
10
10
  spec.metadata = { "lita_plugin_type" => "handler" }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lita-lunch
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - neilang
@@ -122,7 +122,7 @@ dependencies:
122
122
  - - ">="
123
123
  - !ruby/object:Gem::Version
124
124
  version: '0'
125
- description: A lita handler for helping you pick where to go for lunch
125
+ description: A lita handler to help you pick where to go for lunch
126
126
  email:
127
127
  - neilang@gmail.com
128
128
  executables: []
@@ -166,7 +166,7 @@ rubyforge_project:
166
166
  rubygems_version: 2.4.5
167
167
  signing_key:
168
168
  specification_version: 4
169
- summary: A lita handler for helping you pick where to go for lunch
169
+ summary: A lita handler to help you pick where to go for lunch
170
170
  test_files:
171
171
  - spec/lita/handlers/lunch_spec.rb
172
172
  - spec/spec_helper.rb