lita-diabetter 1.3.0.alpha.91 → 1.3.0

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 +5 -5
  2. metadata +5 -6
  3. data/LICENSE +0 -20
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA256:
3
- metadata.gz: 9d5ab7e978f89b1f581472ed9b21f27bf42846efea8549c1ce12b29f5b7f84da
4
- data.tar.gz: a1deb085a984a19e3b5fa7f06e6cdc4e9915836e77eb30c0861b521684fda82f
2
+ SHA1:
3
+ metadata.gz: 412f97fc8e7d7cc66dbc55a9671d6a0b62cc63c2
4
+ data.tar.gz: 5870f41b7335fe4b98ca914e6946225a13521726
5
5
  SHA512:
6
- metadata.gz: d52c8d84c7dd14824874215182d603c06ec00d55967142723c5192320ec83509e6f547b338f1209b33c836deec35cfad4f472f28fb42e13f7b56dc5683910dcb
7
- data.tar.gz: a597a2d02a2c3e6f5f0a9dcd9e3d4dde5b05e329d69f1b92c23ac3015fe8479bb8388964159e117c3bf578799cb24129ba395f29f2267447fb5a0647f34d2c86
6
+ metadata.gz: f21ea54cb1393ffca56f8be06c88b0364fde195aa5bfad39b94f64a9c3a6396ea11a50d0d76ccbe40ee737130e773de27177ccf74044b132e1b592c2f5a75147
7
+ data.tar.gz: 3fc7747e611c109aa713ea060d05856c9b65738fa5a799e312bd68ef864087374a224149a52922e8844d27da0df76bdb7b61c1aa75b55f07ac47c39017ad91c3
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lita-diabetter
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.0.alpha.91
4
+ version: 1.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Cas Eliëns
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-03-02 00:00:00.000000000 Z
11
+ date: 2017-06-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: lita
@@ -104,7 +104,6 @@ files:
104
104
  - ".gitignore"
105
105
  - ".travis.yml"
106
106
  - Gemfile
107
- - LICENSE
108
107
  - README.md
109
108
  - Rakefile
110
109
  - lib/lita-diabetter.rb
@@ -131,12 +130,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
131
130
  version: 2.0.0
132
131
  required_rubygems_version: !ruby/object:Gem::Requirement
133
132
  requirements:
134
- - - ">"
133
+ - - ">="
135
134
  - !ruby/object:Gem::Version
136
- version: 1.3.1
135
+ version: '0'
137
136
  requirements: []
138
137
  rubyforge_project:
139
- rubygems_version: 2.7.6
138
+ rubygems_version: 2.4.5
140
139
  signing_key:
141
140
  specification_version: 4
142
141
  summary: Provides diabetes-related commands like glucose value conversions
data/LICENSE DELETED
@@ -1,20 +0,0 @@
1
- Copyright (c) 2015 Chris Baker
2
- Modified 2017-2018 Cas Eliëns
3
-
4
- Permission is hereby granted, free of charge, to any person obtaining a copy
5
- of this software and associated documentation files (the "Software"), to deal
6
- in the Software without restriction, including without limitation the rights
7
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
8
- copies of the Software, and to permit persons to whom the Software is
9
- furnished to do so, subject to the following conditions:
10
-
11
- The above copyright notice and this permission notice shall be included in
12
- all copies or substantial portions of the Software.
13
-
14
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
15
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
16
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
17
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
18
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
19
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
20
- THE SOFTWARE.