ruby_easy_rsa 0.2.0.pre.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: bc7ed0d0ed3666e14d60baf3cb0c236428faf9d0f8775ac592f180d94b34820c
4
+ data.tar.gz: 47370413424e7be03f3e02faa2303a2e03f4eb7fd1e81d56ec2c673a86bfe6f8
5
+ SHA512:
6
+ metadata.gz: f3f75543b91094fbbe223fdb9d377a3a8e196ce88400a3fc26c724bc6e9f3c6294ee7555dc4ab1680b05fdfd6755fe372664fac084fde5f12cd7b9b7d807e9e1
7
+ data.tar.gz: 0ee0b6e0f52605fa33281e6c724a6b41f0fbcc5b20cd9f96902b2dab75af58f9c70455ccb72e45f1637389a5699b5d90f31705ce22400894918100824c85298f
@@ -0,0 +1,56 @@
1
+ version: 2.1
2
+ jobs:
3
+ test:
4
+ working_directory: ~/source
5
+ docker:
6
+ - image: ruby:2.6.0
7
+ steps:
8
+ - checkout
9
+ - run: ./scripts/ci/steps/test.sh
10
+ prerelease:
11
+ working_directory: ~/source
12
+ docker:
13
+ - image: ruby:2.6.0
14
+ steps:
15
+ - checkout
16
+ - run: ./scripts/ci/common/install-git-crypt.sh
17
+ - run: ./scripts/ci/common/install-gpg-key.sh
18
+ - run: ./scripts/ci/common/configure-git.sh
19
+ - run: ./scripts/ci/common/configure-rubygems.sh
20
+ - run: ./scripts/ci/steps/prerelease.sh
21
+ release:
22
+ working_directory: ~/source
23
+ docker:
24
+ - image: ruby:2.6.0
25
+ steps:
26
+ - checkout
27
+ - run: ./scripts/ci/common/install-git-crypt.sh
28
+ - run: ./scripts/ci/common/install-gpg-key.sh
29
+ - run: ./scripts/ci/common/configure-git.sh
30
+ - run: ./scripts/ci/common/configure-rubygems.sh
31
+ - run: ./scripts/ci/steps/release.sh
32
+
33
+ workflows:
34
+ version: 2
35
+ pipeline:
36
+ jobs:
37
+ - test
38
+ - prerelease:
39
+ requires:
40
+ - test
41
+ filters:
42
+ branches:
43
+ only: master
44
+ - hold:
45
+ type: approval
46
+ requires:
47
+ - prerelease
48
+ filters:
49
+ branches:
50
+ only: master
51
+ - release:
52
+ requires:
53
+ - hold
54
+ filters:
55
+ branches:
56
+ only: master
Binary file
data/.envrc ADDED
@@ -0,0 +1,5 @@
1
+ #!/usr/bin/env bash
2
+
3
+ PROJECT_DIR="$(pwd)"
4
+
5
+ PATH_add ${PROJECT_DIR}
@@ -0,0 +1,4 @@
1
+ # Do not edit this file. To specify the files to encrypt, create your own
2
+ # .gitattributes file in the directory where your files are.
3
+ * !filter !diff
4
+ *.gpg binary
@@ -0,0 +1,4 @@
1
+ � -�/�e���(� "H @��Kc��Ş�L�Y<o�9��\�qw�;��.���Vp@�;i��G �� �dʘ�)�K˃߽��Nl�tr����M.�%G2
2
+ B�I6ݴ��Unr�R�9�5Ocm ���50�P��A\�^,b��*��@����{�iD�t0��Z�y�X�\��C�ЋT��ʋ�wn��A��K�ވ� �ڢ}�D�/��Jf�q%�ϣW$2����b��5�z�Jx�G�h��.7 )O�u
3
+ T�s���s�gG�����ž��k(�|u)N�)6�'F8cW\�fL�(q%™��|X�P�
4
+
data/.gitattributes ADDED
@@ -0,0 +1 @@
1
+ config/secrets/** filter=git-crypt diff=git-crypt
data/.gitignore ADDED
@@ -0,0 +1,32 @@
1
+ ## Standard stuff:
2
+ *.gem
3
+ *.rbc
4
+ /.config
5
+ /coverage/
6
+ /InstalledFiles
7
+ /pkg/
8
+ .rspec_status
9
+ /spec/reports/
10
+ /spec/examples.txt
11
+ /test/tmp/
12
+ /test/version_tmp/
13
+ /tmp/
14
+ .rakeTasks
15
+
16
+ ## Documentation cache and generated files:
17
+ /.yardoc/
18
+ /_yardoc/
19
+ /doc/
20
+ /rdoc/
21
+ /coverage/
22
+
23
+ ## Environment normalization:
24
+ /.bundle/
25
+ /vendor/bundle
26
+ /lib/bundler/man/
27
+
28
+ ## IDE:
29
+ .idea
30
+ *.ipr
31
+ *.iws
32
+ *.iml
data/.ruby-version ADDED
@@ -0,0 +1 @@
1
+ 2.6.0
@@ -0,0 +1,74 @@
1
+ # Contributor Covenant Code of Conduct
2
+
3
+ ## Our Pledge
4
+
5
+ In the interest of fostering an open and welcoming environment, we as
6
+ contributors and maintainers pledge to making participation in our project and
7
+ our community a harassment-free experience for everyone, regardless of age, body
8
+ size, disability, ethnicity, gender identity and expression, level of experience,
9
+ nationality, personal appearance, race, religion, or sexual identity and
10
+ orientation.
11
+
12
+ ## Our Standards
13
+
14
+ Examples of behavior that contributes to creating a positive environment
15
+ include:
16
+
17
+ * Using welcoming and inclusive language
18
+ * Being respectful of differing viewpoints and experiences
19
+ * Gracefully accepting constructive criticism
20
+ * Focusing on what is best for the community
21
+ * Showing empathy towards other community members
22
+
23
+ Examples of unacceptable behavior by participants include:
24
+
25
+ * The use of sexualized language or imagery and unwelcome sexual attention or
26
+ advances
27
+ * Trolling, insulting/derogatory comments, and personal or political attacks
28
+ * Public or private harassment
29
+ * Publishing others' private information, such as a physical or electronic
30
+ address, without explicit permission
31
+ * Other conduct which could reasonably be considered inappropriate in a
32
+ professional setting
33
+
34
+ ## Our Responsibilities
35
+
36
+ Project maintainers are responsible for clarifying the standards of acceptable
37
+ behavior and are expected to take appropriate and fair corrective action in
38
+ response to any instances of unacceptable behavior.
39
+
40
+ Project maintainers have the right and responsibility to remove, edit, or
41
+ reject comments, commits, code, wiki edits, issues, and other contributions
42
+ that are not aligned to this Code of Conduct, or to ban temporarily or
43
+ permanently any contributor for other behaviors that they deem inappropriate,
44
+ threatening, offensive, or harmful.
45
+
46
+ ## Scope
47
+
48
+ This Code of Conduct applies both within project spaces and in public spaces
49
+ when an individual is representing the project or its community. Examples of
50
+ representing a project or community include using an official project e-mail
51
+ address, posting via an official social media account, or acting as an appointed
52
+ representative at an online or offline event. Representation of a project may be
53
+ further defined and clarified by project maintainers.
54
+
55
+ ## Enforcement
56
+
57
+ Instances of abusive, harassing, or otherwise unacceptable behavior may be
58
+ reported by contacting the project team at tobyclemson@gmail.com. All
59
+ complaints will be reviewed and investigated and will result in a response that
60
+ is deemed necessary and appropriate to the circumstances. The project team is
61
+ obligated to maintain confidentiality with regard to the reporter of an incident.
62
+ Further details of specific enforcement policies may be posted separately.
63
+
64
+ Project maintainers who do not follow or enforce the Code of Conduct in good
65
+ faith may face temporary or permanent repercussions as determined by other
66
+ members of the project's leadership.
67
+
68
+ ## Attribution
69
+
70
+ This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4,
71
+ available at [http://contributor-covenant.org/version/1/4][version]
72
+
73
+ [homepage]: http://contributor-covenant.org
74
+ [version]: http://contributor-covenant.org/version/1/4/
data/Gemfile ADDED
@@ -0,0 +1,4 @@
1
+ source 'https://rubygems.org'
2
+
3
+ # Specify your gem's dependencies in ruby_fly.gemspec
4
+ gemspec
data/Gemfile.lock ADDED
@@ -0,0 +1,93 @@
1
+ PATH
2
+ remote: .
3
+ specs:
4
+ ruby_easy_rsa (0.2.0.pre.1)
5
+ lino (~> 1.1)
6
+
7
+ GEM
8
+ remote: https://rubygems.org/
9
+ specs:
10
+ activesupport (6.0.2.2)
11
+ concurrent-ruby (~> 1.0, >= 1.0.2)
12
+ i18n (>= 0.7, < 2)
13
+ minitest (~> 5.1)
14
+ tzinfo (~> 1.1)
15
+ zeitwerk (~> 2.2)
16
+ addressable (2.7.0)
17
+ public_suffix (>= 2.0.2, < 5.0)
18
+ colored2 (3.1.2)
19
+ concurrent-ruby (1.1.6)
20
+ diff-lcs (1.3)
21
+ excon (0.73.0)
22
+ faraday (1.0.1)
23
+ multipart-post (>= 1.2, < 3)
24
+ gem-release (2.1.1)
25
+ hamster (3.0.0)
26
+ concurrent-ruby (~> 1.0)
27
+ i18n (1.8.2)
28
+ concurrent-ruby (~> 1.0)
29
+ lino (1.1.0)
30
+ hamster (~> 3.0)
31
+ open4 (~> 1.3)
32
+ minitest (5.14.0)
33
+ multipart-post (2.1.1)
34
+ octokit (4.18.0)
35
+ faraday (>= 0.9)
36
+ sawyer (~> 0.8.0, >= 0.5.3)
37
+ open4 (1.3.4)
38
+ public_suffix (4.0.4)
39
+ rake (13.0.1)
40
+ rake_circle_ci (0.6.0.pre.1)
41
+ colored2 (~> 3.1)
42
+ excon (~> 0.72)
43
+ rake_factory (~> 0.23)
44
+ sshkey (~> 2.0)
45
+ rake_factory (0.27.0)
46
+ activesupport (>= 4)
47
+ rake (~> 13.0)
48
+ rake_github (0.5.0)
49
+ colored2 (~> 3.1)
50
+ octokit (~> 4.16)
51
+ rake_factory (~> 0.23)
52
+ sshkey (~> 2.0)
53
+ rake_ssh (0.4.0)
54
+ colored2 (~> 3.1)
55
+ rake_factory (~> 0.23)
56
+ sshkey (~> 2.0)
57
+ rspec (3.9.0)
58
+ rspec-core (~> 3.9.0)
59
+ rspec-expectations (~> 3.9.0)
60
+ rspec-mocks (~> 3.9.0)
61
+ rspec-core (3.9.1)
62
+ rspec-support (~> 3.9.1)
63
+ rspec-expectations (3.9.1)
64
+ diff-lcs (>= 1.2.0, < 2.0)
65
+ rspec-support (~> 3.9.0)
66
+ rspec-mocks (3.9.1)
67
+ diff-lcs (>= 1.2.0, < 2.0)
68
+ rspec-support (~> 3.9.0)
69
+ rspec-support (3.9.2)
70
+ sawyer (0.8.2)
71
+ addressable (>= 2.3.5)
72
+ faraday (> 0.8, < 2.0)
73
+ sshkey (2.0.0)
74
+ thread_safe (0.3.6)
75
+ tzinfo (1.2.7)
76
+ thread_safe (~> 0.1)
77
+ zeitwerk (2.3.0)
78
+
79
+ PLATFORMS
80
+ ruby
81
+
82
+ DEPENDENCIES
83
+ bundler (~> 2.1)
84
+ gem-release (~> 2.0)
85
+ rake (~> 13.0)
86
+ rake_circle_ci (= 0.6.0.pre.1)
87
+ rake_github (~> 0.3)
88
+ rake_ssh (~> 0.2)
89
+ rspec (~> 3.9)
90
+ ruby_easy_rsa!
91
+
92
+ BUNDLED WITH
93
+ 2.1.4
data/LICENSE.txt ADDED
@@ -0,0 +1,21 @@
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2020 InfraBlocks
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
13
+ all 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
21
+ THE SOFTWARE.
data/README.md ADDED
@@ -0,0 +1,71 @@
1
+ # RubyEasyRSA
2
+
3
+ A simple Ruby wrapper for invoking EasyRSA commands.
4
+
5
+ ## Installation
6
+
7
+ Add this line to your application's Gemfile:
8
+
9
+ ```ruby
10
+ gem 'ruby_easy_rsa'
11
+ ```
12
+
13
+ And then execute:
14
+
15
+ $ bundle
16
+
17
+ Or install it yourself as:
18
+
19
+ $ gem install ruby_easy_rsa
20
+
21
+ ## Usage
22
+
23
+ TODO
24
+
25
+ ## Development
26
+
27
+ After checking out the repo, run `bin/setup` to install dependencies. Then, run
28
+ `rake spec` to run the tests. You can also run `bin/console` for an interactive
29
+ prompt that will allow you to experiment.
30
+
31
+ To install this gem onto your local machine, run `bundle exec rake install`. To
32
+ release a new version, update the version number in `version.rb`, and then run
33
+ `bundle exec rake release`, which will create a git tag for the version, push
34
+ git commits and tags, and push the `.gem` file to
35
+ [rubygems.org](https://rubygems.org).
36
+
37
+ ### Managing CircleCI keys
38
+
39
+ To encrypt a GPG key for use by CircleCI:
40
+
41
+ ```bash
42
+ openssl aes-256-cbc \
43
+ -e \
44
+ -md sha1 \
45
+ -in ./config/secrets/ci/gpg.private \
46
+ -out ./.circleci/gpg.private.enc \
47
+ -k "<passphrase>"
48
+ ```
49
+
50
+ To check decryption is working correctly:
51
+
52
+ ```bash
53
+ openssl aes-256-cbc \
54
+ -d \
55
+ -md sha1 \
56
+ -in ./.circleci/gpg.private.enc \
57
+ -k "<passphrase>"
58
+ ```
59
+
60
+ ## Contributing
61
+
62
+ Bug reports and pull requests are welcome on GitHub at
63
+ https://github.com/infrablocks/ruby_easy_rsa. This project is intended to be a
64
+ safe, welcoming space for collaboration, and contributors are expected to adhere
65
+ to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
66
+
67
+
68
+ ## License
69
+
70
+ The gem is available as open source under the terms of the
71
+ [MIT License](http://opensource.org/licenses/MIT).
data/Rakefile ADDED
@@ -0,0 +1,80 @@
1
+ require 'yaml'
2
+ require 'rake_circle_ci'
3
+ require 'rake_github'
4
+ require 'rake_ssh'
5
+ require 'rspec/core/rake_task'
6
+
7
+ task :default => :spec
8
+
9
+ RSpec::Core::RakeTask.new(:spec)
10
+
11
+ RakeSSH.define_key_tasks(
12
+ namespace: :deploy_key,
13
+ path: 'config/secrets/ci/',
14
+ comment: 'maintainers@infrablocks.io'
15
+ )
16
+
17
+ RakeCircleCI.define_project_tasks(
18
+ namespace: :circle_ci,
19
+ project_slug: 'github/infrablocks/ruby_easy_rsa'
20
+ ) do |t|
21
+ circle_ci_config =
22
+ YAML.load_file('config/secrets/circle_ci/config.yaml')
23
+
24
+ t.api_token = circle_ci_config["circle_ci_api_token"]
25
+ t.environment_variables = {
26
+ ENCRYPTION_PASSPHRASE:
27
+ File.read('config/secrets/ci/encryption.passphrase')
28
+ .chomp
29
+ }
30
+ t.ssh_keys = [
31
+ {
32
+ hostname: "github.com",
33
+ private_key: File.read('config/secrets/ci/ssh.private')
34
+ }
35
+ ]
36
+ end
37
+
38
+ RakeGithub.define_repository_tasks(
39
+ namespace: :github,
40
+ repository: 'infrablocks/ruby_easy_rsa',
41
+ ) do |t|
42
+ github_config =
43
+ YAML.load_file('config/secrets/github/config.yaml')
44
+
45
+ t.access_token = github_config["github_personal_access_token"]
46
+ t.deploy_keys = [
47
+ {
48
+ title: 'CircleCI',
49
+ public_key: File.read('config/secrets/ci/ssh.public')
50
+ }
51
+ ]
52
+ end
53
+
54
+ namespace :pipeline do
55
+ task :prepare => [
56
+ :'circle_ci:project:follow',
57
+ :'circle_ci:env_vars:ensure',
58
+ :'circle_ci:ssh_keys:ensure',
59
+ :'github:deploy_keys:ensure'
60
+ ]
61
+ end
62
+
63
+ namespace :version do
64
+ desc "Bump version for specified type (pre, major, minor, patch)"
65
+ task :bump, [:type] do |_, args|
66
+ bump_version_for(args.type)
67
+ end
68
+ end
69
+
70
+ desc "Release gem"
71
+ task :release do
72
+ sh "gem release --tag --push"
73
+ end
74
+
75
+ def bump_version_for(version_type)
76
+ sh "gem bump --version #{version_type} " +
77
+ "&& bundle install " +
78
+ "&& export LAST_MESSAGE=\"$(git log -1 --pretty=%B)\" " +
79
+ "&& git commit -a --amend -m \"${LAST_MESSAGE} [ci skip]\""
80
+ end
@@ -0,0 +1 @@
1
+ true
@@ -0,0 +1 @@
1
+ fmFsBRd0haxdPyYDNZkgDHojaZ3MgWg5DFZKrzJtQCVdehpX
@@ -0,0 +1,58 @@
1
+ -----BEGIN PGP PRIVATE KEY BLOCK-----
2
+
3
+ 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
56
+ 3zYh8+8wYJ4+vrkTFspeu2s=
57
+ =bs3g
58
+ -----END PGP PRIVATE KEY BLOCK-----
@@ -0,0 +1,31 @@
1
+ -----BEGIN PGP PUBLIC KEY BLOCK-----
2
+
3
+ mQENBF5iajgBCADpMbSEz+Fl4HgUxXQLTuIi01QMf/dkwVDuwNrPdVtkKKi27RS5
4
+ OOiJYYzHkSqJwdbrMf1R/Uj1S4D4zP9BPc9VmKm1tPRnk4rrhpJPE9jR9X/6RTw3
5
+ ilIqelK84WfR74yAbaQYtEF3YEOhWSCvwsf3jQuE8LBMGh+Zf8DlYeH5wBvIIF5x
6
+ y0GDktvq5+dr/szqi8rMCz3MdiouUDbyWmMKwjmegSLzS/kf8dgiEg7iChVYNSAT
7
+ SBqxRZCWADiO61vzTO8YlZj4ke+S7Lkg/d4lafVJ3Bsw89K7F79+mIZaBU1oon8v
8
+ y+AM7QAK6kGgb50vsS9QYRtYqZzK0DsaLNhVABEBAAG0M09wZW4gU291cmNlIENJ
9
+ IDx0b2J5Y2xlbXNvbitvcGVuc291cmNlY2lAZ21haWwuY29tPokBVAQTAQgAPhYh
10
+ BKrpMrcwwrppf/364F2jkIc+ODWLBQJeYmo4AhsDBQkDwmcABQsJCAcCBhUKCQgL
11
+ AgQWAgMBAh4BAheAAAoJEF2jkIc+ODWLqhUIAMSJ9l+acSPSnW0MDhjFn46cFUSC
12
+ b7YF77wBBrMj6LhQnvad5ii+ik+fld2iK0ZGg33j9b6xY7XzoLUsa/HISdLdF6xg
13
+ sMJZMhDfBRaCDDH98cbvUkR1rdimSxNMWnEd+q7BApgSItVfnuMcZDpAPY+Qnoqj
14
+ WTlM1GVK0cjD7Fb3QiAOomBsD+O3zBqBpGBZ8bnkaxu7WfQMSV0QBBoyV5pNkYPs
15
+ pHWJgIm1axwYX9383ftDDtVzAQ6YcO8x+NntEIbV7RFwyCD+AlglDfUMe4ZYxniI
16
+ jYhAWrGNVMrLsyfkSYDd9keUQGXgrWupgrH1oEPUv0RkM43KV82wqoxJJaG5AQ0E
17
+ XmJqOAEIALXw6hlF/PWRPIWIO6tJS6u5g8ndnwlmNLbhgUj0D7OjXS1mzjFIeKvm
18
+ jFBb/6klmrow8WilnbjzgNWzHsSgkQGrn5WgiC+jDhwAv2UB6afs4MySM+gD1EZc
19
+ 8AAIE/asONMql/GVhPMRr4vbd7D7UdEA8YCVUc7qPRFITBPS/x2/E4lAzY/q5KZ9
20
+ uFI89Xrw02A7/Z4j+pWgOpUu/yExSu8pvFJ65aJ5t2nw48MdnYoykKKeZ/0FEzXj
21
+ s/MbJGDwVcM699TGodqMw40Kl7jIqIje7HvW18pRKgbwuzFJTA0gfAl6qWWbhaGB
22
+ m5E1zr/vTBh+vt4dLOtXD+5rG0blNlMAEQEAAYkBPAQYAQgAJhYhBKrpMrcwwrpp
23
+ f/364F2jkIc+ODWLBQJeYmo4AhsMBQkDwmcAAAoJEF2jkIc+ODWLedoIAKOh0rzN
24
+ ykH7uHPxqFLele2y0mv2HlYTDlZyZOnqqAa1dQeVRPwKzdWxzKuz8EJUBeLPTuj2
25
+ jNYxNSzax6TjYUGnRZES1/w1lOWHcBjM3A2XcR7sLNHQkM0NWsmL941tCs/wqRhw
26
+ WStCju+3uQHjlopABeMsfKfaOmfwgZqXgqm6wPucObTXy61ZxAXSY7yhnTj0jP/o
27
+ idMQDddNRDwPMleebjEHX0QbcKb3Cc6dapyUxKDMkER7eQfeHXnV/aOMVv6yigG1
28
+ jaOPJ+k3Atri5cZEFcdAqB4X30VOIHnSSIY/I/XIMnkJ6nrQclZzgRMH3zYh8+8w
29
+ YJ4+vrkTFspeu2s=
30
+ =aLlT
31
+ -----END PGP PUBLIC KEY BLOCK-----
@@ -0,0 +1,51 @@
1
+ -----BEGIN RSA PRIVATE KEY-----
2
+ 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
51
+ -----END RSA PRIVATE KEY-----
@@ -0,0 +1 @@
1
+ ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQC2CfgUJz6kTPnal9BPjnBT0w5MXSQmqnd34P3CQgUfSm1huB0980ZCbccSsfTS4NBg6WCLFiqLGGr8dMt/Mw5I6Kgi+ijnnWQ8ZU/MsFOcr5DgKkEQkaqCyQbSCg9yeLFd5OmDzNH3fPCjdjBoOgh2K1uUOpC3oYdyhc5xDTK0g4ufzjfkH/mmdrXCvdytIdPMdFJJSkD8v4YeEcJ4UAKYnErl81c4SeAUrJrZPhTrNTBOmGknggJz2szmsw6tJW8zsnIM9MtCVLoxqEENQT6wanEUtkNwo05OSrfMHSTbiIUQwj+30seyvDbrT8y+nXBY3MVT4X2iBFUrFEHwNR5+kCxyHN5MNVKpftWSaRUYv4pCXXLbfV71ZgDETqUZTmTAJVlK22uYX6KxPqenK8/YRBbn21I0x7tPIoGbU6KihjQVEddBB4pIgUOzc3eLYmD0sEoBQBlXBxhL4SPhHuq+EEFOonCUqK66PdJdM91FG3afmOb8o+jCF0nL0Xpcbuv2dsztqeXHFwMu2abVYpwRsn1xAriR0vEBMtPQzPZ9vwJf0CuAt6DuWEZLsXeU/FVC53mcGcwjevcVmvCg2uC0lgXHsJjW+0oCNRIPOntsrjipWniSH2lWwEkrITOo9F2oSFDuMU9XAwNd/d5SXovJKO+vEQy5W9k6cKoivtMiIQ== maintainers@infrablocks.io
@@ -0,0 +1,2 @@
1
+ ---
2
+ circle_ci_api_token: "27393e98772c1342785957a776ca4acbaea7f7cb"
@@ -0,0 +1,2 @@
1
+ ---
2
+ github_personal_access_token: "6deebdb15c371069618942f48acd76f35880ebb5"
@@ -0,0 +1,2 @@
1
+ ---
2
+ :rubygems_api_key: bd53d6202bc5ec5d4c51dd2b245f2f14
data/go ADDED
@@ -0,0 +1,56 @@
1
+ #!/usr/bin/env bash
2
+
3
+ [ -n "$GO_DEBUG" ] && set -x
4
+ set -e
5
+
6
+ project_dir="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
7
+
8
+ verbose="no"
9
+ skip_checks="no"
10
+ offline="no"
11
+
12
+ missing_dependency="no"
13
+
14
+ [ -n "$GO_DEBUG" ] && verbose="yes"
15
+ [ -n "$GO_SKIP_CHECKS" ] && skip_checks="yes"
16
+ [ -n "$GO_OFFLINE" ] && offline="yes"
17
+
18
+
19
+ if [[ "$skip_checks" = "no" ]]; then
20
+ echo "Checking for system dependencies."
21
+ ruby_version="$(cat "$project_dir"/.ruby-version)"
22
+ if ! type ruby >/dev/null 2>&1 || ! ruby -v | grep -q "$ruby_version"; then
23
+ echo "This codebase requires Ruby $ruby_version."
24
+ missing_dependency="yes"
25
+ fi
26
+
27
+ if [[ "$missing_dependency" = "yes" ]]; then
28
+ echo "Please install missing dependencies to continue."
29
+ exit 1
30
+ fi
31
+
32
+ echo "All system dependencies present. Continuing."
33
+ fi
34
+
35
+ if [[ "$offline" = "no" ]]; then
36
+ echo "Installing bundler."
37
+ if [[ "$verbose" = "yes" ]]; then
38
+ gem install --no-document bundler
39
+ else
40
+ gem install --no-document bundler > /dev/null
41
+ fi
42
+
43
+ echo "Installing ruby dependencies."
44
+ if [[ "$verbose" = "yes" ]]; then
45
+ bundle install
46
+ else
47
+ bundle install > /dev/null
48
+ fi
49
+ fi
50
+
51
+ echo "Starting rake."
52
+ if [[ "$verbose" = "yes" ]]; then
53
+ time bundle exec rake --verbose "$@"
54
+ else
55
+ time bundle exec rake "$@"
56
+ fi
@@ -0,0 +1,3 @@
1
+ module RubyEasyRSA
2
+ VERSION = '0.2.0.pre.1'
3
+ end
@@ -0,0 +1,5 @@
1
+ require 'ruby_easy_rsa/version'
2
+
3
+ module RubyEasyRSA
4
+
5
+ end
@@ -0,0 +1,36 @@
1
+ # coding: utf-8
2
+ lib = File.expand_path('../lib', __FILE__)
3
+ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
+ require 'ruby_easy_rsa/version'
5
+
6
+ Gem::Specification.new do |spec|
7
+ spec.name = 'ruby_easy_rsa'
8
+ spec.version = RubyEasyRSA::VERSION
9
+ spec.authors = ['Toby Clemson']
10
+ spec.email = ['tobyclemson@gmail.com']
11
+
12
+ spec.summary = 'A simple Ruby wrapper for invoking EasyRSA commands.'
13
+ spec.description = 'Wraps the EasyRSA scripts so that they can be ' +
14
+ 'invoked from a Ruby script or Rakefile.'
15
+ spec.homepage = 'https://github.com/infrablocks/ruby_easy_rsa'
16
+ spec.license = 'MIT'
17
+
18
+ spec.files = `git ls-files -z`.split("\x0").reject do |f|
19
+ f.match(%r{^(test|spec|features)/})
20
+ end
21
+ spec.bindir = 'exe'
22
+ spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
23
+ spec.require_paths = ['lib']
24
+
25
+ spec.required_ruby_version = '>= 2.6'
26
+
27
+ spec.add_dependency 'lino', '~> 1.1'
28
+
29
+ spec.add_development_dependency 'bundler', '~> 2.1'
30
+ spec.add_development_dependency 'rake', '~> 13.0'
31
+ spec.add_development_dependency 'rake_circle_ci', '0.6.0.pre.1'
32
+ spec.add_development_dependency 'rake_github', '~> 0.3'
33
+ spec.add_development_dependency 'rake_ssh', '~> 0.2'
34
+ spec.add_development_dependency 'rspec', '~> 3.9'
35
+ spec.add_development_dependency 'gem-release', '~> 2.0'
36
+ end
@@ -0,0 +1,8 @@
1
+ #!/usr/bin/env bash
2
+
3
+ [ -n "$DEBUG" ] && set -x
4
+ set -e
5
+ set -o pipefail
6
+
7
+ git config --global user.email "circleci@infrablocks.io"
8
+ git config --global user.name "Circle CI"
@@ -0,0 +1,16 @@
1
+ #!/usr/bin/env bash
2
+
3
+ [ -n "$DEBUG" ] && set -x
4
+ set -e
5
+ set -o pipefail
6
+
7
+ SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
8
+ PROJECT_DIR="$( cd "$SCRIPT_DIR/../../.." && pwd )"
9
+
10
+ cd "$PROJECT_DIR"
11
+
12
+ git crypt unlock
13
+
14
+ mkdir -p ~/.gem
15
+ cp config/secrets/rubygems/credentials ~/.gem/credentials
16
+ chmod 0600 ~/.gem/credentials
@@ -0,0 +1,8 @@
1
+ #!/usr/bin/env bash
2
+
3
+ [ -n "$DEBUG" ] && set -x
4
+ set -e
5
+ set -o pipefail
6
+
7
+ apt-get update
8
+ apt-get install -y --no-install-recommends git ssh git-crypt
@@ -0,0 +1,19 @@
1
+ #!/usr/bin/env bash
2
+
3
+ [ -n "$DEBUG" ] && set -x
4
+ set -e
5
+ set -o pipefail
6
+
7
+ SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
8
+ PROJECT_DIR="$( cd "$SCRIPT_DIR/../../.." && pwd )"
9
+
10
+ cd "$PROJECT_DIR"
11
+
12
+ set +e
13
+ openssl version
14
+ openssl aes-256-cbc \
15
+ -d \
16
+ -md sha1 \
17
+ -in ./.circleci/gpg.private.enc \
18
+ -k "${ENCRYPTION_PASSPHRASE}" | gpg --import -
19
+ set -e
@@ -0,0 +1,16 @@
1
+ #!/usr/bin/env bash
2
+
3
+ [ -n "$DEBUG" ] && set -x
4
+ set -e
5
+ set -o pipefail
6
+
7
+ SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
8
+ PROJECT_DIR="$( cd "$SCRIPT_DIR/../../.." && pwd )"
9
+
10
+ cd "$PROJECT_DIR"
11
+
12
+ ./go version:bump[pre]
13
+ ./go release
14
+
15
+ git status
16
+ git push
@@ -0,0 +1,18 @@
1
+ #!/usr/bin/env bash
2
+
3
+ [ -n "$DEBUG" ] && set -x
4
+ set -e
5
+ set -o pipefail
6
+
7
+ SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
8
+ PROJECT_DIR="$( cd "$SCRIPT_DIR/../../.." && pwd )"
9
+
10
+ cd "$PROJECT_DIR"
11
+
12
+ git pull
13
+
14
+ ./go version:bump[minor]
15
+ ./go release
16
+
17
+ git status
18
+ git push
@@ -0,0 +1,12 @@
1
+ #!/usr/bin/env bash
2
+
3
+ [ -n "$DEBUG" ] && set -x
4
+ set -e
5
+ set -o pipefail
6
+
7
+ SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
8
+ PROJECT_DIR="$( cd "$SCRIPT_DIR/../../.." && pwd )"
9
+
10
+ cd "$PROJECT_DIR"
11
+
12
+ ./go spec
metadata ADDED
@@ -0,0 +1,191 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: ruby_easy_rsa
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.2.0.pre.1
5
+ platform: ruby
6
+ authors:
7
+ - Toby Clemson
8
+ autorequire:
9
+ bindir: exe
10
+ cert_chain: []
11
+ date: 2020-04-18 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: lino
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - "~>"
18
+ - !ruby/object:Gem::Version
19
+ version: '1.1'
20
+ type: :runtime
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - "~>"
25
+ - !ruby/object:Gem::Version
26
+ version: '1.1'
27
+ - !ruby/object:Gem::Dependency
28
+ name: bundler
29
+ requirement: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - "~>"
32
+ - !ruby/object:Gem::Version
33
+ version: '2.1'
34
+ type: :development
35
+ prerelease: false
36
+ version_requirements: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - "~>"
39
+ - !ruby/object:Gem::Version
40
+ version: '2.1'
41
+ - !ruby/object:Gem::Dependency
42
+ name: rake
43
+ requirement: !ruby/object:Gem::Requirement
44
+ requirements:
45
+ - - "~>"
46
+ - !ruby/object:Gem::Version
47
+ version: '13.0'
48
+ type: :development
49
+ prerelease: false
50
+ version_requirements: !ruby/object:Gem::Requirement
51
+ requirements:
52
+ - - "~>"
53
+ - !ruby/object:Gem::Version
54
+ version: '13.0'
55
+ - !ruby/object:Gem::Dependency
56
+ name: rake_circle_ci
57
+ requirement: !ruby/object:Gem::Requirement
58
+ requirements:
59
+ - - '='
60
+ - !ruby/object:Gem::Version
61
+ version: 0.6.0.pre.1
62
+ type: :development
63
+ prerelease: false
64
+ version_requirements: !ruby/object:Gem::Requirement
65
+ requirements:
66
+ - - '='
67
+ - !ruby/object:Gem::Version
68
+ version: 0.6.0.pre.1
69
+ - !ruby/object:Gem::Dependency
70
+ name: rake_github
71
+ requirement: !ruby/object:Gem::Requirement
72
+ requirements:
73
+ - - "~>"
74
+ - !ruby/object:Gem::Version
75
+ version: '0.3'
76
+ type: :development
77
+ prerelease: false
78
+ version_requirements: !ruby/object:Gem::Requirement
79
+ requirements:
80
+ - - "~>"
81
+ - !ruby/object:Gem::Version
82
+ version: '0.3'
83
+ - !ruby/object:Gem::Dependency
84
+ name: rake_ssh
85
+ requirement: !ruby/object:Gem::Requirement
86
+ requirements:
87
+ - - "~>"
88
+ - !ruby/object:Gem::Version
89
+ version: '0.2'
90
+ type: :development
91
+ prerelease: false
92
+ version_requirements: !ruby/object:Gem::Requirement
93
+ requirements:
94
+ - - "~>"
95
+ - !ruby/object:Gem::Version
96
+ version: '0.2'
97
+ - !ruby/object:Gem::Dependency
98
+ name: rspec
99
+ requirement: !ruby/object:Gem::Requirement
100
+ requirements:
101
+ - - "~>"
102
+ - !ruby/object:Gem::Version
103
+ version: '3.9'
104
+ type: :development
105
+ prerelease: false
106
+ version_requirements: !ruby/object:Gem::Requirement
107
+ requirements:
108
+ - - "~>"
109
+ - !ruby/object:Gem::Version
110
+ version: '3.9'
111
+ - !ruby/object:Gem::Dependency
112
+ name: gem-release
113
+ requirement: !ruby/object:Gem::Requirement
114
+ requirements:
115
+ - - "~>"
116
+ - !ruby/object:Gem::Version
117
+ version: '2.0'
118
+ type: :development
119
+ prerelease: false
120
+ version_requirements: !ruby/object:Gem::Requirement
121
+ requirements:
122
+ - - "~>"
123
+ - !ruby/object:Gem::Version
124
+ version: '2.0'
125
+ description: Wraps the EasyRSA scripts so that they can be invoked from a Ruby script
126
+ or Rakefile.
127
+ email:
128
+ - tobyclemson@gmail.com
129
+ executables: []
130
+ extensions: []
131
+ extra_rdoc_files: []
132
+ files:
133
+ - ".circleci/config.yml"
134
+ - ".circleci/gpg.private.enc"
135
+ - ".envrc"
136
+ - ".git-crypt/.gitattributes"
137
+ - ".git-crypt/keys/default/0/41D2606F66C3FF28874362B61A16916844CE9D82.gpg"
138
+ - ".git-crypt/keys/default/0/AAE932B730C2BA697FFDFAE05DA390873E38358B.gpg"
139
+ - ".gitattributes"
140
+ - ".gitignore"
141
+ - ".ruby-version"
142
+ - CODE_OF_CONDUCT.md
143
+ - Gemfile
144
+ - Gemfile.lock
145
+ - LICENSE.txt
146
+ - README.md
147
+ - Rakefile
148
+ - config/secrets/.unlocked
149
+ - config/secrets/ci/encryption.passphrase
150
+ - config/secrets/ci/gpg.private
151
+ - config/secrets/ci/gpg.public
152
+ - config/secrets/ci/ssh.private
153
+ - config/secrets/ci/ssh.public
154
+ - config/secrets/circle_ci/config.yaml
155
+ - config/secrets/github/config.yaml
156
+ - config/secrets/rubygems/credentials
157
+ - go
158
+ - lib/ruby_easy_rsa.rb
159
+ - lib/ruby_easy_rsa/version.rb
160
+ - ruby_easy_rsa.gemspec
161
+ - scripts/ci/common/configure-git.sh
162
+ - scripts/ci/common/configure-rubygems.sh
163
+ - scripts/ci/common/install-git-crypt.sh
164
+ - scripts/ci/common/install-gpg-key.sh
165
+ - scripts/ci/steps/prerelease.sh
166
+ - scripts/ci/steps/release.sh
167
+ - scripts/ci/steps/test.sh
168
+ homepage: https://github.com/infrablocks/ruby_easy_rsa
169
+ licenses:
170
+ - MIT
171
+ metadata: {}
172
+ post_install_message:
173
+ rdoc_options: []
174
+ require_paths:
175
+ - lib
176
+ required_ruby_version: !ruby/object:Gem::Requirement
177
+ requirements:
178
+ - - ">="
179
+ - !ruby/object:Gem::Version
180
+ version: '2.6'
181
+ required_rubygems_version: !ruby/object:Gem::Requirement
182
+ requirements:
183
+ - - ">"
184
+ - !ruby/object:Gem::Version
185
+ version: 1.3.1
186
+ requirements: []
187
+ rubygems_version: 3.0.1
188
+ signing_key:
189
+ specification_version: 4
190
+ summary: A simple Ruby wrapper for invoking EasyRSA commands.
191
+ test_files: []