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 +4 -4
- data/README.md +5 -2
- data/lib/passpartu/version.rb +1 -1
- data/passpartu.gemspec +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f1ecfd0cf655d33f41e7b05bab6ed9aefbfe4a7c5b4985695883851339943e0f
|
|
4
|
+
data.tar.gz: b5686621ba17bb45f03485ec71c57c46e214cf4ac561a895d3701618827c436d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
|
|
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
|
|
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)
|
data/lib/passpartu/version.rb
CHANGED
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/
|
|
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.
|
|
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-
|
|
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/
|
|
72
|
+
homepage: https://github.com/coaxsoft/passpartu
|
|
73
73
|
licenses:
|
|
74
74
|
- MIT
|
|
75
75
|
metadata: {}
|