lita-twilio 0.0.1 → 0.0.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 -1
  3. data/lita-twilio.gemspec +2 -2
  4. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2ea54e16ff61284f26512a7abdf827ec4f36301b
4
- data.tar.gz: 2975d3c78eca632904e2aff90792e937ded3d2f2
3
+ metadata.gz: 073cf1ac4ffb97225b2da4b0fb75ca8f174b9829
4
+ data.tar.gz: 503316cfa3840d56c15b43b1cfc93b1ee6e9d1ce
5
5
  SHA512:
6
- metadata.gz: 9f6852c357516807af1736b1e3fbbe8c59fedaab9d94bd11b0b8ab6419871243ba3e5da3fa297f00cfb4ad14ef13d95f45496396bd39cd1b5147c1615660357e
7
- data.tar.gz: da28a3a876ec1610cc44fe7c36a2541e20bf7cbca5e271d4245aa15a4ae84c934cd89fb3aa255bcd8bd30b99a3570baacc991b0b2052562a7df411bbdfa0ae7e
6
+ metadata.gz: e2ef26e7b2d63a38a60f0f7719c293594f409c072d2013e28c3417cf0dda8d7813728b039adcb54e8713e42450e312ae292eeffbd4191dd0727f421a8893150c
7
+ data.tar.gz: ec1d6c115cfadb41d186b614aa755458173d4ec0fc22c690860cbd1960232ffadf358521521bbba0c58389857570a6cba8e19dd4737c7ea0cfa14d63a7c388a7
data/README.md CHANGED
@@ -1,4 +1,4 @@
1
- [![Build Status](https://travis-ci.org/chriswoodrich/lita-twilio.svg?branch=master)](https://travis-ci.org/chriswoodrich/lita-twilio) [![Coverage Status](https://coveralls.io/repos/chriswoodrich/lita-twilio/badge.svg)](https://coveralls.io/r/chriswoodrich/lita-twilio)
1
+ [![Build Status](https://travis-ci.org/chriswoodrich/lita-twilio.svg?branch=master)](https://travis-ci.org/chriswoodrich/lita-twilio) [![Coverage Status](https://coveralls.io/repos/chriswoodrich/lita-twilio/badge.svg)](https://coveralls.io/r/chriswoodrich/lita-twilio) [![Gem Version](https://badge.fury.io/rb/lita-twilio.svg)](http://badge.fury.io/rb/lita-twilio)
2
2
 
3
3
  # lita-twilio
4
4
 
@@ -31,6 +31,10 @@ There's a bit of Yak-shaving to do here, sorry.
31
31
  * Phone numbers must be strictly in the XXX-XXX-XXXX format, and sms or SMS (case insensitive) must be used as a command to Litabot.
32
32
  * Any incoming messages to your Twilio account will be displayed with the message and sender.
33
33
 
34
+ ## Contributing
35
+
36
+ Pull requests are welcome! The plan for version > 1.0 will support some of Twilio's other functionality: send and receive telephone calls, and I'm open to any suggestions. Please use the ```issues``` to file bug reports.
37
+
34
38
  ## License
35
39
 
36
40
  [MIT](http://opensource.org/licenses/MIT)
data/lita-twilio.gemspec CHANGED
@@ -1,11 +1,11 @@
1
1
  Gem::Specification.new do |spec|
2
2
  spec.name = "lita-twilio"
3
- spec.version = "0.0.1"
3
+ spec.version = "0.0.2"
4
4
  spec.authors = ["Chris Woodrich"]
5
5
  spec.email = ["cwoodrich@gmail.com"]
6
6
  spec.description = "Twilio integration for Lita"
7
7
  spec.summary = "Send and receive SMS with from your Lita-configured chat room"
8
- spec.homepage = "https://github.org/chriswoodrich/lita-twilio"
8
+ spec.homepage = "https://github.com/chriswoodrich/lita-twilio"
9
9
  spec.license = "MIT"
10
10
  spec.metadata = { "lita_plugin_type" => "handler" }
11
11
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lita-twilio
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chris Woodrich
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-03-28 00:00:00.000000000 Z
11
+ date: 2015-03-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: lita
@@ -126,7 +126,7 @@ files:
126
126
  - locales/en.yml
127
127
  - spec/lita/handlers/twilio_spec.rb
128
128
  - spec/spec_helper.rb
129
- homepage: https://github.org/chriswoodrich/lita-twilio
129
+ homepage: https://github.com/chriswoodrich/lita-twilio
130
130
  licenses:
131
131
  - MIT
132
132
  metadata: