stm_api 0.1.6 → 0.1.7

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: 185a1a17b38ced9d60f51ad313e841f93ad7b837
4
- data.tar.gz: 44db1fd5c598dba58eedea59bbb4a9b5dc6ff653
3
+ metadata.gz: e09b6e1ebed6871b097a94b053fdfcfb71da21d8
4
+ data.tar.gz: b2c0796b23e596a0eeefbdaf1a6aa4e785fcd736
5
5
  SHA512:
6
- metadata.gz: f5a38889fbca28842a09dbe2902cd3e9fb83911c80161e3124e24897f643db747871758887a792facc736adb35bd4a91343de03b2e0aa7d94f4ef9af431cdb0f
7
- data.tar.gz: 28a0a313c6fa1b5aec5a91841fc4cb1cb05d2c46822aded07faca5555af90c18d0ad8c23a40a8051b452f8f7330c19386817bbb11806e2a18b77d7c7bc87efda
6
+ metadata.gz: f6b0431c4eec9c20e200b08f9c6665510cf9a2221fe5db41d359e29b74ae7cf6b64c735b7725966a856aee24df0a40b76be6253211b049af9cb1027eddfe0a76
7
+ data.tar.gz: 3699614cd9147a3830fd3050b93f7f0e788554e2700c71d589916b3e6b5dac5c5f069ed40037cbfe9c0c7ba61e37d8cb52857a9f0a3e0459652088a262dd9724
data/LICENSE ADDED
@@ -0,0 +1,21 @@
1
+ The MIT License
2
+
3
+ Copyright (c) 2016-2017 Helmut Januschka
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in
13
+ all copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
+ THE SOFTWARE.
@@ -1,3 +1,3 @@
1
1
  module StmApi
2
- VERSION = '0.1.6'.freeze
2
+ VERSION = '0.1.7'.freeze
3
3
  end
@@ -8,6 +8,7 @@ Gem::Specification.new do |spec|
8
8
  spec.version = StmApi::VERSION
9
9
  spec.authors = ['Helmut Januschka']
10
10
  spec.email = ['helmut@januschka.com']
11
+ spec.licenses = ['MIT']
11
12
 
12
13
  spec.summary = 'Donate to share the meal'
13
14
  spec.description = 'Donate to share the meal'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: stm_api
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.6
4
+ version: 0.1.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Helmut Januschka
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2016-10-14 00:00:00.000000000 Z
11
+ date: 2017-01-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rest-client
@@ -120,6 +120,7 @@ files:
120
120
  - ".rubocop.yml"
121
121
  - ".travis.yml"
122
122
  - Gemfile
123
+ - LICENSE
123
124
  - README.md
124
125
  - Rakefile
125
126
  - bin/console
@@ -128,7 +129,8 @@ files:
128
129
  - lib/stm_api/version.rb
129
130
  - stm_api.gemspec
130
131
  homepage:
131
- licenses: []
132
+ licenses:
133
+ - MIT
132
134
  metadata: {}
133
135
  post_install_message:
134
136
  rdoc_options: []
@@ -146,7 +148,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
146
148
  version: '0'
147
149
  requirements: []
148
150
  rubyforge_project:
149
- rubygems_version: 2.4.8
151
+ rubygems_version: 2.6.2
150
152
  signing_key:
151
153
  specification_version: 4
152
154
  summary: Donate to share the meal