isomorfeus-policy 2.0.20 → 2.0.21

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: 73d6d47551d0abb84921617b36157ee77a850ac85ba3998124167a9999be1c84
4
- data.tar.gz: a35e104113e2f5cacf9077eb689904321f40c5149afeae932b449b9a0ffcf12f
3
+ metadata.gz: 65fedc02dd8ff4273109b43be5420402cbd79be174ecef6aeece8070764e5d50
4
+ data.tar.gz: ee3136d2bd9df2e8f63abb3c3039fc16e043fdec24661f058cf97e98e5c3a5e2
5
5
  SHA512:
6
- metadata.gz: 46408b16d172d8dd90317baf7ff7919b91b15b20e77ec3e843564c9afb2856905d4c910f35c93848396ce1da48c824367daf71117a392c7b50df4a1734bf1522
7
- data.tar.gz: 3c096dadccae4a7d9013c8e05fc0ac1b1f957473833845e99bbd828ccd19ef9061a6a3b8e91ead87c7086ed0c945a79303032f3d7188034bd2ce9d0a959de3f8
6
+ metadata.gz: aefe5f9dd8c3b4d15eb8fa12b36463adbaadd7a73f8dc199641283bc02ff1ac05060cca56b8ba5d2e141dad0a5f30393dc4b5cf8f7f3307c136c133d395820e7
7
+ data.tar.gz: da1a52255c709974e320494da78232bbaf9ce60f0e4c34ddd1f237c5417e8e71620e281323e1b97549276d00eacbd01510f1fbf4b0de4a92631a8a7dccf750de
data/README.md CHANGED
@@ -3,7 +3,7 @@
3
3
  Policy for Isomorfeus
4
4
 
5
5
  ### Community and Support
6
- At the [Isomorfeus Framework Project](http://isomorfeus.com)
6
+ At the [Isomorfeus Framework Project](https://isomorfeus.com)
7
7
 
8
8
  ## Usage
9
9
 
@@ -1,5 +1,5 @@
1
1
  module Isomorfeus
2
2
  module Policy
3
- VERSION = '2.0.20'
3
+ VERSION = '2.0.21'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: isomorfeus-policy
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.20
4
+ version: 2.0.21
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jan Biedermann
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-02-07 00:00:00.000000000 Z
11
+ date: 2022-02-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: opal
@@ -72,14 +72,14 @@ dependencies:
72
72
  requirements:
73
73
  - - '='
74
74
  - !ruby/object:Gem::Version
75
- version: 2.0.20
75
+ version: 2.0.21
76
76
  type: :development
77
77
  prerelease: false
78
78
  version_requirements: !ruby/object:Gem::Requirement
79
79
  requirements:
80
80
  - - '='
81
81
  - !ruby/object:Gem::Version
82
- version: 2.0.20
82
+ version: 2.0.21
83
83
  - !ruby/object:Gem::Dependency
84
84
  name: rake
85
85
  requirement: !ruby/object:Gem::Requirement
@@ -108,7 +108,7 @@ dependencies:
108
108
  - - "~>"
109
109
  - !ruby/object:Gem::Version
110
110
  version: 3.10.0
111
- description: Policies for Isomorfeus.
111
+ description: Access policies for Isomorfeus.
112
112
  email: jan@kursator.de
113
113
  executables: []
114
114
  extensions: []
@@ -127,11 +127,12 @@ files:
127
127
  - lib/isomorfeus_policy/lucid_policy/helper.rb
128
128
  - lib/isomorfeus_policy/lucid_policy/mixin.rb
129
129
  - lib/lucid_props.rb
130
- homepage: http://isomorfeus.com
130
+ homepage: https://isomorfeus.com
131
131
  licenses:
132
132
  - MIT
133
133
  metadata:
134
134
  github_repo: ssh://github.com/isomorfeus/gems
135
+ source_code_uri: https://github.com/isomorfeus/isomorfeus-project/isomorfeus-policy
135
136
  post_install_message:
136
137
  rdoc_options: []
137
138
  require_paths:
@@ -150,5 +151,5 @@ requirements: []
150
151
  rubygems_version: 3.3.3
151
152
  signing_key:
152
153
  specification_version: 4
153
- summary: Policies for Isomorfeus.
154
+ summary: Access policies for Isomorfeus.
154
155
  test_files: []