lita-enhance 0.9.0 → 0.9.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-enhance.gemspec +3 -3
  3. metadata +5 -5
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d328609e647b18fe537f7456b95728754019f40f
4
- data.tar.gz: 6a90c0ca0b0e92da38d212caa14b9477d5548e05
3
+ metadata.gz: 7f9ed20c0c2894e0f4d1ba24c6c2e504a58a1f68
4
+ data.tar.gz: e146c0f5e9f850d5d1b9b9f00f04524c2bfeb799
5
5
  SHA512:
6
- metadata.gz: 74f55095d74a7c740dde25093af30f70e8919237549fdfdc8a6c88537c322e9d5c8b847bfc0a92e8298b491098143f4d8024e5f8dd0c6e9c0ee6388376d352b0
7
- data.tar.gz: 4ce5807e836c8a5c448439a873f4b7f8252ba7e5904cc06d6a973917f75fea0f37806ae89a5b150f95c7366e0995aad9a9fdada3f72a67a3ba04aac5f66187d1
6
+ metadata.gz: b9f889fbaebe8c3fb334c2d4545a26726e3540f2674de3eb4aa8dca78e4d33e94fbd08b731c4c27ead4dd15cea04d4dab34647e8c31cb3636c798a148def1159
7
+ data.tar.gz: c7de265818f5108bba4a9f9bc24154a31356a206d2b5595a5d4626602b78fcbaef20264a618b5df55a48151a74a7cb7647088db5f919a663c7fae4cd2986cb06
data/lita-enhance.gemspec CHANGED
@@ -1,10 +1,10 @@
1
1
  Gem::Specification.new do |spec|
2
2
  spec.name = "lita-enhance"
3
- spec.version = "0.9.0"
3
+ spec.version = "0.9.1"
4
4
  spec.authors = ["Doug Barth"]
5
5
  spec.email = ["doug@pagerduty.com"]
6
- spec.description = %q{A Lita handler that enhances text by replacing opaque identifiers with Chef node names}
7
- spec.summary = %q{A Lita handler that enhances text by replacing opaque identifiers with Chef node names}
6
+ spec.description = %q{A Lita handler that enhances text by replacing opaque machine identifiers with that machine's hostname}
7
+ spec.summary = %q{A Lita handler that enhances text by replacing opaque machine identifiers with that machine's hostname}
8
8
  spec.homepage = "https://github.com/PagerDuty/lita-enhance"
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-enhance
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.0
4
+ version: 0.9.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Doug Barth
@@ -80,8 +80,8 @@ dependencies:
80
80
  - - ">="
81
81
  - !ruby/object:Gem::Version
82
82
  version: 3.0.0.beta2
83
- description: A Lita handler that enhances text by replacing opaque identifiers with
84
- Chef node names
83
+ description: A Lita handler that enhances text by replacing opaque machine identifiers
84
+ with that machine's hostname
85
85
  email:
86
86
  - doug@pagerduty.com
87
87
  executables: []
@@ -147,8 +147,8 @@ rubyforge_project:
147
147
  rubygems_version: 2.4.5
148
148
  signing_key:
149
149
  specification_version: 4
150
- summary: A Lita handler that enhances text by replacing opaque identifiers with Chef
151
- node names
150
+ summary: A Lita handler that enhances text by replacing opaque machine identifiers
151
+ with that machine's hostname
152
152
  test_files:
153
153
  - spec/data/box01.json
154
154
  - spec/data/box02.json