lita-standup 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 054576099918534324c7f0c06c0085749fecb790
4
- data.tar.gz: 5a23fe83f69bc7f2d3d40a253e399a371e19dd3c
3
+ metadata.gz: 21bbfe26af7b550654b6b29bcaa5b418bbed6467
4
+ data.tar.gz: 47ce5abf7754b9efe332acac3991149309b11eed
5
5
  SHA512:
6
- metadata.gz: 6a3becd29f96564c3bce0c9dd1b413f74ca42b42fb2613f112efe7debd6ff89228f1a289907f0a6261f93b87bbec1e0c7a36aef0167db267ea7151d853ba7af6
7
- data.tar.gz: ae21d259b76e6501056a1ae29c8d6abca951482850c35a4a62e12bc6d8fe40df937b3d8a4386847f680b7759e9fb1fb903c904abfb94324c82cfbfd9fac71b5a
6
+ metadata.gz: 0f3aef8d7e35f483717cf5941c85d1bbcacfc99980cc70de11c012be7cf6d3e1880a44247529bdea70cd1cdb825e727ed1d599898476df29f0ddb43f6d1bf54d
7
+ data.tar.gz: d4a66dfb3e080cde8fcfb8d2ede2bb647203eb3f5b5a2ec5b036f902b4c80a3ebc1d0bd97563af4d385ddb6b5430a2c7da82f16d78f7799efd1abbf88a5a55fd
data/README.md CHANGED
@@ -2,6 +2,7 @@
2
2
 
3
3
  [![Build Status](https://travis-ci.org/chriswoodrich/lita-standup.png?branch=master)](https://travis-ci.org/chriswoodrich/lita-standup)
4
4
  [![Coverage Status](https://coveralls.io/repos/chriswoodrich/lita-standup/badge.png)](https://coveralls.io/r/chriswoodrich/lita-standup)
5
+ [![Gem Version](https://badge.fury.io/rb/lita-standup.svg)](http://badge.fury.io/rb/lita-standup)
5
6
 
6
7
  Lita-standup is a handler for Lita, meant to automate the process of the daily standup, and help teams collaborate.
7
8
 
@@ -55,4 +56,23 @@ After the ```time_to_respond``` has elapsed, Lita will compile an email of the r
55
56
 
56
57
  Please open an issue if you have anything to add.
57
58
 
58
-
59
+ ## License
60
+ The MIT License (MIT)
61
+
62
+ Permission is hereby granted, free of charge, to any person obtaining a copy
63
+ of this software and associated documentation files (the "Software"), to deal
64
+ in the Software without restriction, including without limitation the rights
65
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
66
+ copies of the Software, and to permit persons to whom the Software is
67
+ furnished to do so, subject to the following conditions:
68
+
69
+ The above copyright notice and this permission notice shall be included in
70
+ all copies or substantial portions of the Software.
71
+
72
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
73
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
74
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
75
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
76
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
77
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
78
+ THE SOFTWARE.
@@ -34,7 +34,7 @@ class SummaryEmailJob
34
34
 
35
35
  mail = Mail.new do
36
36
  from config.robot_email_address
37
- to ['cwoodrich@gmail.com']
37
+ to config.summary_email_recipients
38
38
  subject subject_line
39
39
  body "#{email_body}"
40
40
  end
@@ -58,4 +58,4 @@ class SummaryEmailJob
58
58
  end
59
59
  email_body
60
60
  end
61
- end
61
+ end
data/lita-standup.gemspec CHANGED
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |spec|
2
2
  spec.name = "lita-standup"
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 = "Daily standup automation for easier collaboration"
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lita-standup
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-05-17 00:00:00.000000000 Z
11
+ date: 2015-06-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: lita
@@ -191,7 +191,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
191
191
  version: '0'
192
192
  requirements: []
193
193
  rubyforge_project:
194
- rubygems_version: 2.4.3
194
+ rubygems_version: 2.4.6
195
195
  signing_key:
196
196
  specification_version: 4
197
197
  summary: Daily standup automation for easier collaboration