rollo 0.9.0.pre.3 → 0.9.0.pre.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +776 -736
- data/Rakefile +1 -3
- data/lib/rollo/version.rb +1 -1
- metadata +2 -2
data/Rakefile
CHANGED
@@ -151,7 +151,7 @@ end
|
|
151
151
|
RakeGithub.define_repository_tasks(
|
152
152
|
namespace: :github,
|
153
153
|
repository: 'infrablocks/rollo'
|
154
|
-
) do |t
|
154
|
+
) do |t|
|
155
155
|
github_config =
|
156
156
|
YAML.load_file('config/secrets/github/config.yaml')
|
157
157
|
|
@@ -162,8 +162,6 @@ RakeGithub.define_repository_tasks(
|
|
162
162
|
public_key: File.read('config/secrets/ci/ssh.public')
|
163
163
|
}
|
164
164
|
]
|
165
|
-
t.branch_name = args.branch_name
|
166
|
-
t.commit_message = args.commit_message
|
167
165
|
end
|
168
166
|
|
169
167
|
namespace :pipeline do
|
data/lib/rollo/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rollo
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.9.0.pre.
|
4
|
+
version: 0.9.0.pre.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- InfraBlocks Maintainers
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2024-07-19 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk
|