conjur-asset-policy-loader 0.1.0
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 +7 -0
- data +1 -0
- metadata +113 -0
checksums.yaml
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
---
|
|
2
|
+
SHA1:
|
|
3
|
+
metadata.gz: c5970b31a75bd2678ffa5b6e741c064c9976e50b
|
|
4
|
+
data.tar.gz: baff4b07d02f8552b2e483208ee48a18c3c4a586
|
|
5
|
+
SHA512:
|
|
6
|
+
metadata.gz: 6c3c13d5a62fb1ee77525e19f6b9246642a4db73100dc1271a17aed9f528fe3fe17c03f3aa64c52483ca6440b263e5656bd63b7adba1d26cb5a3dc703c6c5add
|
|
7
|
+
data.tar.gz: 8ffde16f4b7bdf5846853d4d0043582d1478bcae2a573074cb886d0be7385718fb14fefcf27800ef148a068610c632ca9345a69020ac97414d3bde14a43b45e3
|
metadata
ADDED
|
@@ -0,0 +1,113 @@
|
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
|
2
|
+
name: conjur-asset-policy-loader
|
|
3
|
+
version: !ruby/object:Gem::Version
|
|
4
|
+
version: 0.1.0
|
|
5
|
+
platform: ruby
|
|
6
|
+
authors:
|
|
7
|
+
- Kevin Gilpin
|
|
8
|
+
autorequire:
|
|
9
|
+
bindir: bin
|
|
10
|
+
cert_chain: []
|
|
11
|
+
date: 2016-02-17 00:00:00.000000000 Z
|
|
12
|
+
dependencies:
|
|
13
|
+
- !ruby/object:Gem::Dependency
|
|
14
|
+
name: bundler
|
|
15
|
+
requirement: !ruby/object:Gem::Requirement
|
|
16
|
+
requirements:
|
|
17
|
+
- - ~>
|
|
18
|
+
- !ruby/object:Gem::Version
|
|
19
|
+
version: '1.11'
|
|
20
|
+
type: :development
|
|
21
|
+
prerelease: false
|
|
22
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
23
|
+
requirements:
|
|
24
|
+
- - ~>
|
|
25
|
+
- !ruby/object:Gem::Version
|
|
26
|
+
version: '1.11'
|
|
27
|
+
- !ruby/object:Gem::Dependency
|
|
28
|
+
name: rake
|
|
29
|
+
requirement: !ruby/object:Gem::Requirement
|
|
30
|
+
requirements:
|
|
31
|
+
- - ~>
|
|
32
|
+
- !ruby/object:Gem::Version
|
|
33
|
+
version: '10.0'
|
|
34
|
+
type: :development
|
|
35
|
+
prerelease: false
|
|
36
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
37
|
+
requirements:
|
|
38
|
+
- - ~>
|
|
39
|
+
- !ruby/object:Gem::Version
|
|
40
|
+
version: '10.0'
|
|
41
|
+
description:
|
|
42
|
+
email:
|
|
43
|
+
- kgilpin@conjur.net
|
|
44
|
+
executables: []
|
|
45
|
+
extensions: []
|
|
46
|
+
extra_rdoc_files: []
|
|
47
|
+
files:
|
|
48
|
+
- ./.git/HEAD
|
|
49
|
+
- ./.git/config
|
|
50
|
+
- ./.git/description
|
|
51
|
+
- ./.git/hooks/applypatch-msg.sample
|
|
52
|
+
- ./.git/hooks/commit-msg.sample
|
|
53
|
+
- ./.git/hooks/post-update.sample
|
|
54
|
+
- ./.git/hooks/pre-applypatch.sample
|
|
55
|
+
- ./.git/hooks/pre-commit.sample
|
|
56
|
+
- ./.git/hooks/pre-push.sample
|
|
57
|
+
- ./.git/hooks/pre-rebase.sample
|
|
58
|
+
- ./.git/hooks/prepare-commit-msg.sample
|
|
59
|
+
- ./.git/hooks/update.sample
|
|
60
|
+
- ./.git/index
|
|
61
|
+
- ./.git/info/exclude
|
|
62
|
+
- ./.git/logs/HEAD
|
|
63
|
+
- ./.git/logs/refs/heads/master
|
|
64
|
+
- ./.git/logs/refs/remotes/origin/HEAD
|
|
65
|
+
- ./.git/objects/pack/pack-1c4c6f3d6730d6d2400304e21632a419c5bd8be5.idx
|
|
66
|
+
- ./.git/objects/pack/pack-1c4c6f3d6730d6d2400304e21632a419c5bd8be5.pack
|
|
67
|
+
- ./.git/packed-refs
|
|
68
|
+
- ./.git/refs/heads/master
|
|
69
|
+
- ./.git/refs/remotes/origin/HEAD
|
|
70
|
+
- ./.gitignore
|
|
71
|
+
- ./.project
|
|
72
|
+
- ./.rspec
|
|
73
|
+
- ./.travis.yml
|
|
74
|
+
- ./Gemfile
|
|
75
|
+
- ./LICENSE.txt
|
|
76
|
+
- ./README.md
|
|
77
|
+
- ./Rakefile
|
|
78
|
+
- ./conjur-asset-policy-loader.gemspec
|
|
79
|
+
- ./lib/conjur/api/policy_loaders.rb
|
|
80
|
+
- ./lib/conjur/command/policy_loaders.rb
|
|
81
|
+
- ./lib/conjur/policy-loader-api.rb
|
|
82
|
+
- ./lib/conjur/policy_loader_job.rb
|
|
83
|
+
- ./lib/conjur-asset-policy-loader-version.rb
|
|
84
|
+
- ./lib/conjur-asset-policy-loader.rb
|
|
85
|
+
- ./release.rb
|
|
86
|
+
- ./spec/spec_helper.rb
|
|
87
|
+
homepage: https://github.com/conjurinc/asset-policy-loader.
|
|
88
|
+
licenses:
|
|
89
|
+
- MIT
|
|
90
|
+
metadata:
|
|
91
|
+
allowed_push_host: 'TODO: Set to ''http://mygemserver.com'''
|
|
92
|
+
post_install_message:
|
|
93
|
+
rdoc_options: []
|
|
94
|
+
require_paths:
|
|
95
|
+
- lib
|
|
96
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
|
97
|
+
requirements:
|
|
98
|
+
- - '>='
|
|
99
|
+
- !ruby/object:Gem::Version
|
|
100
|
+
version: '0'
|
|
101
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
102
|
+
requirements:
|
|
103
|
+
- - '>='
|
|
104
|
+
- !ruby/object:Gem::Version
|
|
105
|
+
version: '0'
|
|
106
|
+
requirements: []
|
|
107
|
+
rubyforge_project:
|
|
108
|
+
rubygems_version: 2.0.14.1
|
|
109
|
+
signing_key:
|
|
110
|
+
specification_version: 4
|
|
111
|
+
summary: Server-side management of Conjur policies.
|
|
112
|
+
test_files: []
|
|
113
|
+
has_rdoc:
|