rake_template 0.1.0.pre.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.
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 37f8600f2a05a1fb8407741f16ae2a2597460a47b03109906eb2761c64316766
4
+ data.tar.gz: caaa0bd1fc564d110b53343201201f43c227953d04016ff54b42f9587517aa93
5
+ SHA512:
6
+ metadata.gz: f1b73a183b889305b8d6cae158f52ddb00ed151c590aa2254ff2462b8293142582871c2f26c30739587e5c2ed5e4a6ab9cb7f608966af3474c0ecc8a087d0ffd
7
+ data.tar.gz: 321c9806c86632d2d3421da98d0a6cb8378bafc38535f4c196ffd496f8154ed7a62ca4ac0bc45b9cc38122a109a66c6e13906a8674fa5953943070881794392f
@@ -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 @@
1
+ config/secrets/** filter=git-crypt diff=git-crypt
@@ -0,0 +1,33 @@
1
+ ## Standard stuff:
2
+ *.gem
3
+ *.rbc
4
+ /build
5
+ /.config
6
+ /coverage/
7
+ /InstalledFiles
8
+ /pkg/
9
+ .rspec_status
10
+ /spec/reports/
11
+ /spec/examples.txt
12
+ /test/tmp/
13
+ /test/version_tmp/
14
+ /tmp/
15
+ .rakeTasks
16
+
17
+ ## Documentation cache and generated files:
18
+ /.yardoc/
19
+ /_yardoc/
20
+ /doc/
21
+ /rdoc/
22
+ /coverage/
23
+
24
+ ## Environment normalization:
25
+ /.bundle/
26
+ /vendor/bundle
27
+ /lib/bundler/man/
28
+
29
+ ## IDE:
30
+ .idea
31
+ *.ipr
32
+ *.iws
33
+ *.iml
data/.rspec ADDED
@@ -0,0 +1,2 @@
1
+ --format documentation
2
+ --color
@@ -0,0 +1 @@
1
+ 2.6.0
data/Gemfile ADDED
@@ -0,0 +1,4 @@
1
+ source 'https://rubygems.org'
2
+
3
+ # Specify your gem's dependencies in rake_docker.gemspec
4
+ gemspec
@@ -0,0 +1,94 @@
1
+ PATH
2
+ remote: .
3
+ specs:
4
+ rake_template (0.1.0.pre.2)
5
+ rake_factory (~> 0.23)
6
+
7
+ GEM
8
+ remote: https://rubygems.org/
9
+ specs:
10
+ activesupport (5.2.4.2)
11
+ concurrent-ruby (~> 1.0, >= 1.0.2)
12
+ i18n (>= 0.7, < 2)
13
+ minitest (~> 5.1)
14
+ tzinfo (~> 1.1)
15
+ addressable (2.7.0)
16
+ public_suffix (>= 2.0.2, < 5.0)
17
+ colored2 (3.1.2)
18
+ concurrent-ruby (1.1.6)
19
+ diff-lcs (1.3)
20
+ docile (1.3.2)
21
+ excon (0.73.0)
22
+ faraday (1.0.1)
23
+ multipart-post (>= 1.2, < 3)
24
+ gem-release (2.1.1)
25
+ i18n (1.8.2)
26
+ concurrent-ruby (~> 1.0)
27
+ memfs (1.0.0)
28
+ minitest (5.14.0)
29
+ multipart-post (2.1.1)
30
+ octokit (4.18.0)
31
+ faraday (>= 0.9)
32
+ sawyer (~> 0.8.0, >= 0.5.3)
33
+ public_suffix (4.0.4)
34
+ rake (13.0.1)
35
+ rake_circle_ci (0.7.0)
36
+ colored2 (~> 3.1)
37
+ excon (~> 0.72)
38
+ rake_factory (~> 0.23)
39
+ sshkey (~> 2.0)
40
+ rake_factory (0.27.0)
41
+ activesupport (>= 4)
42
+ rake (~> 13.0)
43
+ rake_github (0.5.0)
44
+ colored2 (~> 3.1)
45
+ octokit (~> 4.16)
46
+ rake_factory (~> 0.23)
47
+ sshkey (~> 2.0)
48
+ rake_ssh (0.4.0)
49
+ colored2 (~> 3.1)
50
+ rake_factory (~> 0.23)
51
+ sshkey (~> 2.0)
52
+ rspec (3.9.0)
53
+ rspec-core (~> 3.9.0)
54
+ rspec-expectations (~> 3.9.0)
55
+ rspec-mocks (~> 3.9.0)
56
+ rspec-core (3.9.2)
57
+ rspec-support (~> 3.9.3)
58
+ rspec-expectations (3.9.2)
59
+ diff-lcs (>= 1.2.0, < 2.0)
60
+ rspec-support (~> 3.9.0)
61
+ rspec-mocks (3.9.1)
62
+ diff-lcs (>= 1.2.0, < 2.0)
63
+ rspec-support (~> 3.9.0)
64
+ rspec-support (3.9.3)
65
+ sawyer (0.8.2)
66
+ addressable (>= 2.3.5)
67
+ faraday (> 0.8, < 2.0)
68
+ simplecov (0.18.5)
69
+ docile (~> 1.1)
70
+ simplecov-html (~> 0.11)
71
+ simplecov-html (0.12.2)
72
+ sshkey (2.0.0)
73
+ thread_safe (0.3.6)
74
+ tzinfo (1.2.7)
75
+ thread_safe (~> 0.1)
76
+
77
+ PLATFORMS
78
+ ruby
79
+
80
+ DEPENDENCIES
81
+ activesupport (~> 5.2)
82
+ bundler (~> 2.0)
83
+ gem-release (~> 2.0)
84
+ memfs (~> 1.0)
85
+ rake (~> 13.0)
86
+ rake_circle_ci (~> 0.7)
87
+ rake_github (~> 0.5)
88
+ rake_ssh (~> 0.4)
89
+ rake_template!
90
+ rspec (~> 3.9)
91
+ simplecov (~> 0.16)
92
+
93
+ BUNDLED WITH
94
+ 2.1.4
@@ -0,0 +1,21 @@
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2020 InfraBlocks Maintainers
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.
@@ -0,0 +1,71 @@
1
+ # RakeTemplate
2
+
3
+ Rake tasks for rendering templates.
4
+
5
+ ## Installation
6
+
7
+ Add this line to your application's Gemfile:
8
+
9
+ ```ruby
10
+ gem 'rake_template'
11
+ ```
12
+
13
+ And then execute:
14
+
15
+ $ bundle
16
+
17
+ Or install it yourself as:
18
+
19
+ $ gem install rake_template
20
+
21
+ ## Usage
22
+
23
+ TODO: Write usage instructions here
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/rake_template. This project is intended to be a
64
+ safe, welcoming space for collaboration, and contributors are expected to
65
+ adhere to the [Contributor Covenant](http://contributor-covenant.org) code of
66
+ conduct.
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).
@@ -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/rake_template'
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/rake_template',
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,14 @@
1
+ #!/usr/bin/env ruby
2
+
3
+ require "bundler/setup"
4
+ require "rake_template"
5
+
6
+ # You can add fixtures and/or initialization code here to make experimenting
7
+ # with your gem easier. You can also use a different console, if you like.
8
+
9
+ # (If you use this, don't forget to add pry to your Gemfile!)
10
+ # require "pry"
11
+ # Pry.start
12
+
13
+ require "irb"
14
+ IRB.start(__FILE__)
@@ -0,0 +1,8 @@
1
+ #!/usr/bin/env bash
2
+ set -euo pipefail
3
+ IFS=$'\n\t'
4
+ set -vx
5
+
6
+ bundle install
7
+
8
+ # Do any other automated setup that you need to do here
@@ -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
+ MIIJKQIBAAKCAgEAqBJOuM9qEoni6ZYFAANySSDmgPQ2oWYtuHn1rZQXJFV9Y9qS
3
+ /ZNzg+1VWcjDkpwyvdHSDU5ZqHR2QsDSDQuRXMMiCZDLOwJePMMuyhL/LpzNypng
4
+ N4akZL84i5vwIEwLiHVUxPNmE6na9XJ/i4HbFo5Jt/w6F95h2rgACuWnARnIorKu
5
+ cZQE1g87FimzzNMZOoAsiWi8rpax0OG48S1TnZ93veFe71P8cd4/EPDmuLZGxOSJ
6
+ E9DDWMHXKDq/B1bF89frikVKWqr6amgT6UTAYPFeI4SzF/pshQbRCpZUZPvEPmCC
7
+ lUX3phXnVbRCIL38YXo31olOUaLAAtI9TkOIdsRn5yF001V0Kd/uOS6E/2/qW/YW
8
+ wtwOWlaUZ83QmJyNWjFOQlxRs53d3qlwWIhyVx6ULPYTGhhk/mIH8IaYA41890tc
9
+ VtQJdRsJe2Co89IdtIJnt2MSbDOyxDeNgS/+l8cvfPaP1+9vssNMWeEQn7qTuTa9
10
+ FVYPRdesemt/VhjPS4ZkNDK2cJjvLfW5XDl2RHegI44M4kRdHdg8xS9CEuc5TLZ2
11
+ Wd7ba9U3wKR26Q80MA57YNytLHYfkk9N26stdhmLF3b+V1F+lK5gkIC98q3Pi4FP
12
+ ZSQwYDT4DTNXoXEByXB+iWzmPjE8/1CvFx1e2Dg3EKyUnPMODOxYX2cEKFMCAwEA
13
+ AQKCAgEAiuUWSYSflFJ/Q6rG1wwCFo0p8MfhneBjSGEBt0D7HvvHdA3eC9EfVZd9
14
+ QYW4miCbjmMnw/dMAPq+AMx4ym8U4iQgrOcMDOgYGP70W+r3F/5d02D2+uw6T0f3
15
+ 4ugruYUewta0B09evEFSwiStYw0dkbZlFbdMCw2ssKP+5QKE0VQNiuc/Yn2AwaY0
16
+ nkw4WrzZzI7AP45e36mJqaXgwO9Eeq6etjzZx88QgMm6NLXg9iUstupmngmYZnFK
17
+ 7eQemmILlUiLTumUWPmTmPwJ+GzozzSpJ5EysE40AHtxpd42QH4P37zCLbp0vry7
18
+ QQiG3agkOipWmuU95BkrtSkpoNQOoUEbuGV06ketsViQsJ1keCk8ccXGt6ISB3JH
19
+ H5r9PoCeZS2jvvWofEuQ3ga/MUGVQPAIHiVkScOMCfWmf9OsWFyjghEqqlhs0yGK
20
+ opR9I8G14byDZb2PqYq1/MeD6d70WCWN6YsYqnNsrS2FrP4HWZT04Iw4Gwnak0ig
21
+ 9RIi8jWhNYtrBI11z38/PhfNW5b4S6zoMlMQxdefLYtolPImuotSiEGxXBhBQSC3
22
+ 3N6Ia4Rc53HopYjuz2e2YxECksRO4WrOnjh+LsAjUgfORfF+SG/NyHxprVIxXKty
23
+ N8vfuDbshDNcWrxSvGyGeWjtZFrsF6HHos7fQXahZW1EuWSV8wECggEBANSpE0UQ
24
+ 2yCFEWFbio1itbml9+FTTznwVhMpa7TA+CzYyjHlWMOUUQ6aHyZ8grfV3Y8eTzIa
25
+ Zua8aN4/Heq867gjftCuhAJ4jiMlaJU4N8cRI6rubKMrYCguoYTZ+EoVL2T3Lyno
26
+ NQQvpdrVF0yaEoajnV4y5G0uwbqvM9zygT9EfW/r+5Jw8HeumQltyiAgCmqHOhM1
27
+ yI6v8fgcp0tIIoWkNv52d/zeGCteSqj3ZzHWCoWNBw395L1NY8V0eT6+68OFKaJx
28
+ uYmtCrioa/MV+YeYQlZ7AH9dJVCJ30WVO9pBVAHxomoS3Tavh4IFV4cqL4rL9qtX
29
+ KLstLGQuJYYETKsCggEBAMpS7/0maOiDIde6fp1ndgprSYZ3r1ZxnbEVvkzOKfAP
30
+ cI4nIeUWsTF/5wdjzVdGBThLX0CE15wKFHxe6v0OPHhsKCPzC0xGqCEeXOn+zNaE
31
+ kh21LbQ69dZGxBl55lxHE7Wb1ZWWXfcDslVbOmUGIfrr/7UHjC7hvVkrRKbJ6ws2
32
+ p3U6glK0O+PF2bYEFh/l6DKDxxdzYYQxMWwCA+ZD/oONlK2Ed+IAiNIKeqQffPbQ
33
+ g//koqEi4CgeIwISFmKXp6JBeyUcH6QwI5U3grYFelSfPBxzPbcOwSWNGIj81nhA
34
+ XkpSc3yF0arnIm0lkFsQCwDqNc4bHgzoiLv/Y6g0wvkCggEAII//Dl1FYFZf0euF
35
+ bJ7HurSKHyt1fyao12hJQLUnix5q33cBv3jPbI/24xq/nUyXD1oRwFdAmGYTHKzH
36
+ dPEWmux8d5GxTvuMsB8DQ44HJGkgcATwB5AVujFhtAj4NsfFqQ0cYKtYqtps5/Qn
37
+ DCivW4RkDU93oKw/J8m6BEPxvHFNT7zvmX3HpFvMvR/diku9rJAmOVjL6+VPBLHG
38
+ gAV8m8AIV7BmMQcE5mcawYKYf44JsGdmxCKzSrU16L8r7YqoaRjTxjbptQYVFS9c
39
+ 0Cz2N2f+CGXvLpFhrFJgKLRwJLxKE74fI2TeEIiSFDujKmQwQW13yMagywBgwro6
40
+ Lqor3wKCAQBjR8Vp5JIwHkDaGjKNTLqYrELdEBfjBEeMIQ5LpBLiMMFbkApK3xK+
41
+ JnQYpTma7Moc8KdiAo3GjQ+2Y+FNodG8id48ncPafwV7kumnDRg4377PgxtVSGVf
42
+ 60PI+I84kswyHrD1AV9EmfTFe8mwzwyXk3zbuUNpse33NosuiQCkdQJBPR+8M6L7
43
+ xxdpAKJWrrt9Jjro3/5nHriQtoBxWsYmia/+YXVuWjLJVskNhkIM3w8W33uKNJHo
44
+ PbmSB4wifyaMMTObZyyDpfef/ihO52s64RRfJZGQJVZT9eOnPOKFCZj7QXBYF1Zm
45
+ VZsIEhm/BaVQop0acSYS0XxfPBgL7zAJAoIBAQCIu1AhFB5eo1R6+5tLmF6UuLu+
46
+ TlBry7+yiflKMr0YNuUikBi/c69rddRDo372R8ASnDtliFtg9AKTCFiP8/QGOvGS
47
+ puoQFt269B3+V+7KKO3O58nbISmMskqa9GfEfQ+qyiA6TTeQZAtuwUNX5Nb/tER8
48
+ C3mMpGjPSnrpr0KbZanzUkGltokcUbNPSscTZg9pfyG5enZE+/1UKhE7giDnJanD
49
+ bLyAECHUTqMb2GUEIX6fRopyvozxzvT4CjgEUAJdJJ/8DN/nC3sYiEHa38qSqjWV
50
+ 45CLbWTw94HGOp4xBaNjrGewC8+qQ+jBvwolVK1icJ58zrxq6QUbHEW2qK+X
51
+ -----END RSA PRIVATE KEY-----
@@ -0,0 +1 @@
1
+ ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQCoEk64z2oSieLplgUAA3JJIOaA9DahZi24efWtlBckVX1j2pL9k3OD7VVZyMOSnDK90dINTlmodHZCwNINC5FcwyIJkMs7Al48wy7KEv8unM3KmeA3hqRkvziLm/AgTAuIdVTE82YTqdr1cn+LgdsWjkm3/DoX3mHauAAK5acBGciisq5xlATWDzsWKbPM0xk6gCyJaLyulrHQ4bjxLVOdn3e94V7vU/xx3j8Q8Oa4tkbE5IkT0MNYwdcoOr8HVsXz1+uKRUpaqvpqaBPpRMBg8V4jhLMX+myFBtEKllRk+8Q+YIKVRfemFedVtEIgvfxhejfWiU5RosAC0j1OQ4h2xGfnIXTTVXQp3+45LoT/b+pb9hbC3A5aVpRnzdCYnI1aMU5CXFGznd3eqXBYiHJXHpQs9hMaGGT+YgfwhpgDjXz3S1xW1Al1Gwl7YKjz0h20gme3YxJsM7LEN42BL/6Xxy989o/X72+yw0xZ4RCfupO5Nr0VVg9F16x6a39WGM9LhmQ0MrZwmO8t9blcOXZEd6AjjgziRF0d2DzFL0IS5zlMtnZZ3ttr1TfApHbpDzQwDntg3K0sdh+ST03bqy12GYsXdv5XUX6UrmCQgL3yrc+LgU9lJDBgNPgNM1ehcQHJcH6JbOY+MTz/UK8XHV7YODcQrJSc8w4M7FhfZwQoUw== 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 --silent
41
+ fi
42
+
43
+ echo "Installing ruby dependencies."
44
+ if [[ "$verbose" = "yes" ]]; then
45
+ bundle install
46
+ else
47
+ bundle install --quiet
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,4 @@
1
+ require 'rake_template/version'
2
+
3
+ module RakeTemplate
4
+ end
@@ -0,0 +1,3 @@
1
+ module RakeTemplate
2
+ VERSION = '0.1.0.pre.2'
3
+ end
@@ -0,0 +1,39 @@
1
+ # coding: utf-8
2
+ lib = File.expand_path('../lib', __FILE__)
3
+ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
+ require 'rake_template/version'
5
+
6
+ Gem::Specification.new do |spec|
7
+ spec.name = 'rake_template'
8
+ spec.version = RakeTemplate::VERSION
9
+ spec.authors = ['Toby Clemson']
10
+ spec.email = ['tobyclemson@gmail.com']
11
+
12
+ spec.summary = 'Rake tasks for rendering templates.'
13
+ spec.description = 'Allows templates to be rendered based on values ' +
14
+ 'available within a Rakefile.'
15
+ spec.homepage = "https://github.com/infrablocks/rake_template"
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 'rake_factory', '~> 0.23'
28
+
29
+ spec.add_development_dependency 'bundler', '~> 2.0'
30
+ spec.add_development_dependency 'rake', '~> 13.0'
31
+ spec.add_development_dependency 'rake_circle_ci', '~> 0.7'
32
+ spec.add_development_dependency 'rake_github', '~> 0.5'
33
+ spec.add_development_dependency 'rake_ssh', '~> 0.4'
34
+ spec.add_development_dependency 'rspec', '~> 3.9'
35
+ spec.add_development_dependency 'gem-release', '~> 2.0'
36
+ spec.add_development_dependency 'activesupport', '~> 5.2'
37
+ spec.add_development_dependency 'memfs', '~> 1.0'
38
+ spec.add_development_dependency 'simplecov', '~> 0.16'
39
+ 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,234 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: rake_template
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.0.pre.2
5
+ platform: ruby
6
+ authors:
7
+ - Toby Clemson
8
+ autorequire:
9
+ bindir: exe
10
+ cert_chain: []
11
+ date: 2020-05-08 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: rake_factory
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - "~>"
18
+ - !ruby/object:Gem::Version
19
+ version: '0.23'
20
+ type: :runtime
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - "~>"
25
+ - !ruby/object:Gem::Version
26
+ version: '0.23'
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.0'
34
+ type: :development
35
+ prerelease: false
36
+ version_requirements: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - "~>"
39
+ - !ruby/object:Gem::Version
40
+ version: '2.0'
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.7'
62
+ type: :development
63
+ prerelease: false
64
+ version_requirements: !ruby/object:Gem::Requirement
65
+ requirements:
66
+ - - "~>"
67
+ - !ruby/object:Gem::Version
68
+ version: '0.7'
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.5'
76
+ type: :development
77
+ prerelease: false
78
+ version_requirements: !ruby/object:Gem::Requirement
79
+ requirements:
80
+ - - "~>"
81
+ - !ruby/object:Gem::Version
82
+ version: '0.5'
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.4'
90
+ type: :development
91
+ prerelease: false
92
+ version_requirements: !ruby/object:Gem::Requirement
93
+ requirements:
94
+ - - "~>"
95
+ - !ruby/object:Gem::Version
96
+ version: '0.4'
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
+ - !ruby/object:Gem::Dependency
126
+ name: activesupport
127
+ requirement: !ruby/object:Gem::Requirement
128
+ requirements:
129
+ - - "~>"
130
+ - !ruby/object:Gem::Version
131
+ version: '5.2'
132
+ type: :development
133
+ prerelease: false
134
+ version_requirements: !ruby/object:Gem::Requirement
135
+ requirements:
136
+ - - "~>"
137
+ - !ruby/object:Gem::Version
138
+ version: '5.2'
139
+ - !ruby/object:Gem::Dependency
140
+ name: memfs
141
+ requirement: !ruby/object:Gem::Requirement
142
+ requirements:
143
+ - - "~>"
144
+ - !ruby/object:Gem::Version
145
+ version: '1.0'
146
+ type: :development
147
+ prerelease: false
148
+ version_requirements: !ruby/object:Gem::Requirement
149
+ requirements:
150
+ - - "~>"
151
+ - !ruby/object:Gem::Version
152
+ version: '1.0'
153
+ - !ruby/object:Gem::Dependency
154
+ name: simplecov
155
+ requirement: !ruby/object:Gem::Requirement
156
+ requirements:
157
+ - - "~>"
158
+ - !ruby/object:Gem::Version
159
+ version: '0.16'
160
+ type: :development
161
+ prerelease: false
162
+ version_requirements: !ruby/object:Gem::Requirement
163
+ requirements:
164
+ - - "~>"
165
+ - !ruby/object:Gem::Version
166
+ version: '0.16'
167
+ description: Allows templates to be rendered based on values available within a Rakefile.
168
+ email:
169
+ - tobyclemson@gmail.com
170
+ executables: []
171
+ extensions: []
172
+ extra_rdoc_files: []
173
+ files:
174
+ - ".circleci/config.yml"
175
+ - ".circleci/gpg.private.enc"
176
+ - ".envrc"
177
+ - ".git-crypt/.gitattributes"
178
+ - ".git-crypt/keys/default/0/41D2606F66C3FF28874362B61A16916844CE9D82.gpg"
179
+ - ".git-crypt/keys/default/0/AAE932B730C2BA697FFDFAE05DA390873E38358B.gpg"
180
+ - ".gitattributes"
181
+ - ".gitignore"
182
+ - ".rspec"
183
+ - ".ruby-version"
184
+ - Gemfile
185
+ - Gemfile.lock
186
+ - LICENSE.txt
187
+ - README.md
188
+ - Rakefile
189
+ - bin/console
190
+ - bin/setup
191
+ - config/secrets/.unlocked
192
+ - config/secrets/ci/encryption.passphrase
193
+ - config/secrets/ci/gpg.private
194
+ - config/secrets/ci/gpg.public
195
+ - config/secrets/ci/ssh.private
196
+ - config/secrets/ci/ssh.public
197
+ - config/secrets/circle_ci/config.yaml
198
+ - config/secrets/github/config.yaml
199
+ - config/secrets/rubygems/credentials
200
+ - go
201
+ - lib/rake_template.rb
202
+ - lib/rake_template/version.rb
203
+ - rake_template.gemspec
204
+ - scripts/ci/common/configure-git.sh
205
+ - scripts/ci/common/configure-rubygems.sh
206
+ - scripts/ci/common/install-git-crypt.sh
207
+ - scripts/ci/common/install-gpg-key.sh
208
+ - scripts/ci/steps/prerelease.sh
209
+ - scripts/ci/steps/release.sh
210
+ - scripts/ci/steps/test.sh
211
+ homepage: https://github.com/infrablocks/rake_template
212
+ licenses:
213
+ - MIT
214
+ metadata: {}
215
+ post_install_message:
216
+ rdoc_options: []
217
+ require_paths:
218
+ - lib
219
+ required_ruby_version: !ruby/object:Gem::Requirement
220
+ requirements:
221
+ - - ">="
222
+ - !ruby/object:Gem::Version
223
+ version: '2.6'
224
+ required_rubygems_version: !ruby/object:Gem::Requirement
225
+ requirements:
226
+ - - ">"
227
+ - !ruby/object:Gem::Version
228
+ version: 1.3.1
229
+ requirements: []
230
+ rubygems_version: 3.0.1
231
+ signing_key:
232
+ specification_version: 4
233
+ summary: Rake tasks for rendering templates.
234
+ test_files: []