consent 0.5.2 → 0.6.0

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
  SHA256:
3
- metadata.gz: a218308fb1f0958a8959666cbbffc737a50b75207e5a7bb4e23ad365ba63d646
4
- data.tar.gz: 73d934efe58afa68e05b2ae35163dc2d26f1607e24626251be62ff348d96e661
3
+ metadata.gz: 5f54a2338cba28ba0e887ec44e7e43f9aae2209d4b1017638eaf4334564eae2c
4
+ data.tar.gz: 2dc433ca07b4615fc56a344d32c3b6adfc5267420419d6d1fd201040ee9bdb31
5
5
  SHA512:
6
- metadata.gz: 4d6b31e6aa958019434db8d57f03c9ae08dc342b82f6d9808aa7a2dd6656c9ed2d7a1679c1c29acf1f2c65585a0d11d37facfcf57f5159f62a2e77e08382edc9
7
- data.tar.gz: 423af215dcbb16ace566b02a83fa13ac41397222391a8ef596431c61cd5cc3c39aaa4ae60a45f68682e94f8b072ecd33e1aacb3c4d5c7b6f6f26a69f8c9f9ade
6
+ metadata.gz: e1ddfc63c31df91ccac74ada8806408353e81f2626d0592dcb954f34c3ffd03aacde585c0f625d9534cd749b2999deebb05860cd2cc3be34ba9b40c2a8645ac4
7
+ data.tar.gz: 5389891aeef0e65d3752ada1c647c9e0dc1c60debb67fc22019f067dbeb4a4b0c5ac07ab14d0fb760680818c38beab6e4fb4c225f5d07639945b9377cf2dd0bd
data/LICENSE ADDED
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright Power Home Remodeling Group, LLC
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 all
13
+ 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 THE
21
+ SOFTWARE.
@@ -13,6 +13,8 @@ Gem::Specification.new do |spec|
13
13
  spec.summary = 'Consent'
14
14
  spec.description = 'Consent'
15
15
 
16
+ spec.licenses = ['MIT']
17
+
16
18
  spec.files = `git ls-files`.split.reject do |file|
17
19
  file =~ /^(test|spec|features)/
18
20
  end
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Consent
4
- VERSION = '0.5.2'
4
+ VERSION = '0.6.0'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: consent
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.2
4
+ version: 0.6.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Carlos Palhares
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-11-28 00:00:00.000000000 Z
11
+ date: 2020-12-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport
@@ -108,6 +108,7 @@ files:
108
108
  - ".ruby-version"
109
109
  - ".travis.yml"
110
110
  - Gemfile
111
+ - LICENSE
111
112
  - README.md
112
113
  - Rakefile
113
114
  - TODO.md
@@ -130,7 +131,8 @@ files:
130
131
  - lib/generators/consent/templates/permissions.rb.erb
131
132
  - lib/generators/consent/templates/permissions_spec.rb.erb
132
133
  homepage:
133
- licenses: []
134
+ licenses:
135
+ - MIT
134
136
  metadata: {}
135
137
  post_install_message:
136
138
  rdoc_options: []
@@ -148,7 +150,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
148
150
  version: '0'
149
151
  requirements: []
150
152
  rubyforge_project:
151
- rubygems_version: 2.7.7
153
+ rubygems_version: 2.7.3
152
154
  signing_key:
153
155
  specification_version: 4
154
156
  summary: Consent