governator 0.1.7 → 0.1.8

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: b5a55c774019bf9aaccae4ebc1806ea18c9d2c61
4
- data.tar.gz: '094566dc7e4311519180601081e172659296af75'
3
+ metadata.gz: 0cf59a741d31745790537c7c2ab6bf20529d2610
4
+ data.tar.gz: 2d4eea603daedaed189ffcd96ee13e46b347f9bb
5
5
  SHA512:
6
- metadata.gz: 5637782c305438a45c28d74705ac045566809de412ce8c0f32db461791da4174dc04c5beaa2ec377c370f643c02fa2d9fa14bd574e23e3204094681dd073fcba
7
- data.tar.gz: 4e8adb8d20d38afe9ddfa8a3d5f3398102b0a885f1a490895507b2e6710d4ce1481c30c99d0627ff9467cf16fe34ec7e09f32efa841d56e255d57f1ff91cbd48
6
+ metadata.gz: 1e6fafd8efdee596619a71510fd4ae3fea2dbf2ef7417969d13e48b183fb7e728ca3e779062e64b09faae1182cfa3cf98cf3c8322333008a6b0b8f5d8e89ad82
7
+ data.tar.gz: 13b4cfdbde4da4aa383ca4ac634cae6951c1a654dcb924fc914088d8e8dd0c92bc92872c85c261980b3cfd360f84b3fa62fd70ebe41e3c6217499770569e9919
data/LICENSE.txt ADDED
@@ -0,0 +1,21 @@
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2017 M. Simon Borg
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.
data/governator.gemspec CHANGED
@@ -16,7 +16,7 @@ Gem::Specification.new do |spec|
16
16
  spec.homepage = 'https://github.com/msimonborg/governator'
17
17
  spec.license = 'MIT'
18
18
 
19
- spec.files = `git ls-files -z lib LICENSE.md README.md governator.gemspec`.split("\0")
19
+ spec.files = `git ls-files -z lib LICENSE.txt README.md governator.gemspec`.split("\0")
20
20
  spec.bindir = 'exe'
21
21
  spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
22
22
  spec.require_paths = ['lib']
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  class Governator
4
- VERSION = '0.1.7'
4
+ VERSION = '0.1.8'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: governator
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.7
4
+ version: 0.1.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - M. Simon Borg
@@ -87,6 +87,7 @@ executables: []
87
87
  extensions: []
88
88
  extra_rdoc_files: []
89
89
  files:
90
+ - LICENSE.txt
90
91
  - README.md
91
92
  - governator.gemspec
92
93
  - lib/governator.rb