passpartu 0.2.1 → 0.2.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5cfa680cfc28081013cfef749c65a9ad2cd2a8bc927b3b07311cda2ca7bbc3ca
4
- data.tar.gz: c92aa3c28bdbd6970b7c76b960c8dd6041b219c73f59b49310ed02edfd1a7974
3
+ metadata.gz: f1ecfd0cf655d33f41e7b05bab6ed9aefbfe4a7c5b4985695883851339943e0f
4
+ data.tar.gz: b5686621ba17bb45f03485ec71c57c46e214cf4ac561a895d3701618827c436d
5
5
  SHA512:
6
- metadata.gz: aad7966193d1316345630a1f135b99f8b708dcdabdbebd0ffda587189c2336d55d52b3bc30c10cb3cc33bda3c575aad35d5145ad45024ea2491f8cb8a7141b39
7
- data.tar.gz: 1963b0fe8e0f6f5321d04a4c425cb8d489df97e31dfa824c641dd599a7e4196ba57b68f48145614cca06ecf6fb06c6018b8ba7061cbcfffe372a1c8fae2e1ecb
6
+ metadata.gz: 5c267983ac188e8fd2f9d15438fd6f959484a9e098517fd858655084ddc3c76e977ceca118668c457a56ae077a6ed646190906193fda812cf44a36ecbba1a6d8
7
+ data.tar.gz: a085a85f403a23ad64f6fb830aede3d40197c87b12dd852ca1d6aa9b3ad180cfb3348205753b1787700bf3fb956f51e567ab6441def1c6ddd3a195071fd865d4
data/README.md CHANGED
@@ -63,7 +63,7 @@ manager:
63
63
 
64
64
  ## Configuration
65
65
 
66
- You can configure Doorman by creating `./config/initializers/passpartu.rb`.
66
+ You can configure Passpartu by creating `./config/initializers/passpartu.rb`.
67
67
 
68
68
  #### Default configs are:
69
69
 
@@ -110,4 +110,7 @@ The gem is available as open source under the terms of the [MIT License](https:/
110
110
 
111
111
  ## Code of Conduct
112
112
 
113
- Everyone interacting in the Doorman project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/OrestF/passpartu/blob/master/CODE_OF_CONDUCT.md).
113
+ Everyone interacting in the Passpartu project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/coaxsoft/passpartu/blob/master/CODE_OF_CONDUCT.md).
114
+
115
+ ## Idea
116
+ Initially designed and created by [Orest Falchuk](https://github.com/OrestF)
@@ -1,3 +1,3 @@
1
1
  module Passpartu
2
- VERSION = '0.2.1'.freeze
2
+ VERSION = '0.2.2'.freeze
3
3
  end
data/passpartu.gemspec CHANGED
@@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
11
11
  spec.summary = 'Passpartu makes policies great again'
12
12
  spec.description = 'Passpartu is a great tool to manage your policies.
13
13
  Keep all your policy rules in one file - passpartu.yml.'
14
- spec.homepage = 'https://github.com/OrestF/passpartu'
14
+ spec.homepage = 'https://github.com/coaxsoft/passpartu'
15
15
  spec.license = 'MIT'
16
16
  spec.required_ruby_version = '>= 2.0.0'
17
17
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: passpartu
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - OrestF
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2019-03-03 00:00:00.000000000 Z
11
+ date: 2019-03-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -69,7 +69,7 @@ files:
69
69
  - lib/passpartu/verify.rb
70
70
  - lib/passpartu/version.rb
71
71
  - passpartu.gemspec
72
- homepage: https://github.com/OrestF/passpartu
72
+ homepage: https://github.com/coaxsoft/passpartu
73
73
  licenses:
74
74
  - MIT
75
75
  metadata: {}