lita-forecast 0.1.1 → 0.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ea83d26fbf6962f6cd3e821cc64cd467f88550a3
4
- data.tar.gz: f7e360962626c77ae5e9032d8e9ad06742202d32
3
+ metadata.gz: b531ca24c677d3afc553c234647c5ab72bef592f
4
+ data.tar.gz: fa091b325dc073cd5e73bbd0c5f4bc601cad2d0a
5
5
  SHA512:
6
- metadata.gz: dba2a5e09bcf319d9474dec8b5958ab7588c2ae8d1258e69025d41fc11335679cbbaeb142a17263c6cc90088d9fb349befd8a22cffc8737edb0c99414227daaa
7
- data.tar.gz: bd84fe92adabd89278397b0a6ad333c160b70287c6bd54f16fc8d9e6eecf6270b942b334392bec1de033d8cef1f84b9e5d39899c0a6eafdadb22851c5a704b8d
6
+ metadata.gz: 045c50229616ade0467f61e38eabb64d37ef4481213ae7c680b6641dca82c06baed76a1e2992be8bd2cc3b045883e016cf3927187531a2d1f6024cf895eaf1cc
7
+ data.tar.gz: e91896c5ac4d3d8798ed9db673bbca601297adeec702192e37184834863d0dd3a749bf30291ff763e2afae0304c3542a0cf268a17fe766bd3b7da2ff7a661d28
@@ -3,5 +3,5 @@
3
3
  # LitaForcast module, just for version handling
4
4
  #
5
5
  module LitaForecast
6
- VERSION = '0.1.1'
6
+ VERSION = '0.1.2'
7
7
  end
@@ -16,6 +16,7 @@ Gem::Specification.new do |g|
16
16
  g.homepage = 'https://github.com/theckman/lita_forecast'
17
17
  g.license = 'MIT'
18
18
  g.required_ruby_version = '>= 2.0.0'
19
+ g.metadata = { "lita_plugin_type" => "handler" }
19
20
 
20
21
  g.test_files = %x(git ls-files spec/*).split
21
22
  g.files = %x(git ls-files).split
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lita-forecast
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
  - Tim Heckman
@@ -206,7 +206,8 @@ files:
206
206
  homepage: https://github.com/theckman/lita_forecast
207
207
  licenses:
208
208
  - MIT
209
- metadata: {}
209
+ metadata:
210
+ lita_plugin_type: handler
210
211
  post_install_message:
211
212
  rdoc_options: []
212
213
  require_paths: