lita-forecast 0.1.2 → 0.1.3

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: b531ca24c677d3afc553c234647c5ab72bef592f
4
- data.tar.gz: fa091b325dc073cd5e73bbd0c5f4bc601cad2d0a
3
+ metadata.gz: 77dfaba52cdabe395bd4f60f7567b5b231dd516c
4
+ data.tar.gz: e22e704c6c6d0e8b3a6e3263f9b485d98d1a0a2d
5
5
  SHA512:
6
- metadata.gz: 045c50229616ade0467f61e38eabb64d37ef4481213ae7c680b6641dca82c06baed76a1e2992be8bd2cc3b045883e016cf3927187531a2d1f6024cf895eaf1cc
7
- data.tar.gz: e91896c5ac4d3d8798ed9db673bbca601297adeec702192e37184834863d0dd3a749bf30291ff763e2afae0304c3542a0cf268a17fe766bd3b7da2ff7a661d28
6
+ metadata.gz: fcfd0ca40632c9157be12976da76c38c9912a76d475a35964d60437efa4c1b617844271f26ad5b3defa16f8f405ac0e0db7714123774e3a7a6a78eb2125e0d54
7
+ data.tar.gz: a57c3bef445dac1ce209c571482bc0505119d5cec6a34e203a707cbf27e6088b703520efb5e3eefc53ec1a91a58910ad9226d7a15c6907dfc4d51ff921c63688
data/lib/lita-forecast.rb CHANGED
@@ -1,4 +1,25 @@
1
1
  # -*- coding: UTF-8 -*-
2
+ # The MIT License (MIT)
3
+
4
+ # Copyright (c) 2014 Tim Heckman
5
+
6
+ # Permission is hereby granted, free of charge, to any person obtaining a copy
7
+ # of this software and associated documentation files (the "Software"), to deal
8
+ # in the Software without restriction, including without limitation the rights
9
+ # to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
10
+ # copies of the Software, and to permit persons to whom the Software is
11
+ # furnished to do so, subject to the following conditions:
12
+
13
+ # The above copyright notice and this permission notice shall be included in
14
+ # all copies or substantial portions of the Software.
15
+
16
+ # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
17
+ # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
18
+ # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
19
+ # AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
20
+ # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
21
+ # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
22
+ # SOFTWARE.
2
23
 
3
24
  require 'lita'
4
25
  require 'lita/handlers/forecast'
@@ -1,7 +1,28 @@
1
1
  # -*- coding: UTF-8 -*-
2
+ # The MIT License (MIT)
2
3
 
4
+ # Copyright (c) 2014 Tim Heckman
5
+
6
+ # Permission is hereby granted, free of charge, to any person obtaining a copy
7
+ # of this software and associated documentation files (the "Software"), to deal
8
+ # in the Software without restriction, including without limitation the rights
9
+ # to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
10
+ # copies of the Software, and to permit persons to whom the Software is
11
+ # furnished to do so, subject to the following conditions:
12
+
13
+ # The above copyright notice and this permission notice shall be included in
14
+ # all copies or substantial portions of the Software.
15
+
16
+ # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
17
+ # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
18
+ # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
19
+ # AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
20
+ # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
21
+ # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
22
+ # SOFTWARE.
23
+ #
3
24
  # LitaForcast module, just for version handling
4
25
  #
5
26
  module LitaForecast
6
- VERSION = '0.1.2'
27
+ VERSION = '0.1.3'
7
28
  end
@@ -16,13 +16,13 @@ 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
+ g.metadata = { 'lita_plugin_type' => 'handler' }
20
20
 
21
21
  g.test_files = %x(git ls-files spec/*).split
22
22
  g.files = %x(git ls-files).split
23
23
 
24
- g.add_development_dependency 'bundler', '~> 1.5'
25
- g.add_development_dependency 'rake', '~> 10.1.0'
24
+ g.add_development_dependency 'bundler', '~> 1.5.3'
25
+ g.add_development_dependency 'rake', '~> 10.2.2'
26
26
  g.add_development_dependency 'rubocop', '~> 0.19.1'
27
27
  g.add_development_dependency 'rspec', '>= 3.0.0.beta2'
28
28
  g.add_development_dependency 'fuubar', '~> 1.3.2'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lita-forecast
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tim Heckman
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-03-30 00:00:00.000000000 Z
11
+ date: 2014-03-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -16,28 +16,28 @@ dependencies:
16
16
  requirements:
17
17
  - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: '1.5'
19
+ version: 1.5.3
20
20
  type: :development
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - "~>"
25
25
  - !ruby/object:Gem::Version
26
- version: '1.5'
26
+ version: 1.5.3
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: rake
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
31
  - - "~>"
32
32
  - !ruby/object:Gem::Version
33
- version: 10.1.0
33
+ version: 10.2.2
34
34
  type: :development
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
38
  - - "~>"
39
39
  - !ruby/object:Gem::Version
40
- version: 10.1.0
40
+ version: 10.2.2
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: rubocop
43
43
  requirement: !ruby/object:Gem::Requirement