lita-group-mention 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lita-group-mention.gemspec +3 -3
  3. metadata +3 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 97fbc674c3408e504bec402d173c811da7d3309d
4
- data.tar.gz: 200da6b42de94d5b7f94c42a3606f152eff89f5c
3
+ metadata.gz: efbaf75891c9fffbcf0128ace58f236f95eac9ac
4
+ data.tar.gz: fd7fdccc2b72a44b3f4e3b5004b1875123bc8c37
5
5
  SHA512:
6
- metadata.gz: 18851940178cd49ba2f38e57553a28f8800727c3ce12ca00aafef4580d180b9a7ddcd2393a2b5349ab39b8ad2ebe496036f7130c3be101504c091c31db68b56a
7
- data.tar.gz: eaff5ea8a29843bf1ad62cdb194e1544884b2a32277ec04137986d520a0abf45915e326a3c1ff2147b6d55514a34bccd61add20e65b8eae73a84a557e57e8b81
6
+ metadata.gz: 2589abd6c7791bdb06bdfc475195b5bfdc51e56348d8196421d515abd66acdbbb02c8a502ccc395c9b472f33b38d451a6180cb79450c71b39c5d32ad038d8af8
7
+ data.tar.gz: 8ff5b0abf568e029d8fdc52ba9f1f81395f3a7551ceefc89c493a7954c4c58d40774598f13053c42759e4dd1bb39c2b0a06aeb685654e568e7ff0bf796db48f6
@@ -1,10 +1,10 @@
1
1
  Gem::Specification.new do |spec|
2
2
  spec.name = 'lita-group-mention'
3
- spec.version = '1.0.0'
3
+ spec.version = '1.0.1'
4
4
  spec.authors = ['Ben House']
5
5
  spec.email = ['ben@benhouse.io']
6
- spec.description = %w(cc a list of users when a group is @mentioned)
7
- spec.summary = %w(add users to a group, @mention the group, and the plugin will cc each user)
6
+ spec.description = 'cc a list of users when a group is @mentioned'
7
+ spec.summary = 'add users to a group, @mention the group, and the plugin will cc each user'
8
8
  spec.homepage = 'https://github.com/bhouse/lita-group-mention'
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-group-mention
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ben House
@@ -136,7 +136,7 @@ dependencies:
136
136
  - - ">="
137
137
  - !ruby/object:Gem::Version
138
138
  version: '0'
139
- description: '["cc", "a", "list", "of", "users", "when", "a", "group", "is", "@mentioned"]'
139
+ description: cc a list of users when a group is @mentioned
140
140
  email:
141
141
  - ben@benhouse.io
142
142
  executables: []
@@ -180,8 +180,7 @@ rubyforge_project:
180
180
  rubygems_version: 2.2.2
181
181
  signing_key:
182
182
  specification_version: 4
183
- summary: '["add", "users", "to", "a", "group,", "@mention", "the", "group,", "and",
184
- "the", "plugin", "will", "cc", "each", "user"]'
183
+ summary: add users to a group, @mention the group, and the plugin will cc each user
185
184
  test_files:
186
185
  - spec/lita/handlers/group_mention_spec.rb
187
186
  - spec/spec_helper.rb