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 +4 -4
- data/lib/lita-forecast/version.rb +1 -1
- data/lita-forecast.gemspec +1 -0
- metadata +3 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b531ca24c677d3afc553c234647c5ab72bef592f
|
|
4
|
+
data.tar.gz: fa091b325dc073cd5e73bbd0c5f4bc601cad2d0a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 045c50229616ade0467f61e38eabb64d37ef4481213ae7c680b6641dca82c06baed76a1e2992be8bd2cc3b045883e016cf3927187531a2d1f6024cf895eaf1cc
|
|
7
|
+
data.tar.gz: e91896c5ac4d3d8798ed9db673bbca601297adeec702192e37184834863d0dd3a749bf30291ff763e2afae0304c3542a0cf268a17fe766bd3b7da2ff7a661d28
|
data/lita-forecast.gemspec
CHANGED
|
@@ -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.
|
|
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:
|