harrison 0.9.1 → 0.9.3

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4ac6e8aca51fd74e1b84b13585f9bd8733d92e12a413c76818dca4de77aff614
4
- data.tar.gz: d471919b9f85f9dc53abd62b5820b8aabdb0de9d7df278088720475f9209a3fd
3
+ metadata.gz: ea3e2d7fb3b0530a3cb4534845580e8fd780531c2ddc4c10a519ba8c8dfa8f73
4
+ data.tar.gz: 299cf163b0a9bff14e7e3f80142a1cf6102f37e6ca7fd92ffebe46c397ff3623
5
5
  SHA512:
6
- metadata.gz: 2516c2cdc2745f7392f5a9993b3fd0d431ba9875db6c5a77b8919c5ea3ef1a20064ca15079b533fc1c0889b06955be5f3e1d64d14e876295351cbff4526f6f6e
7
- data.tar.gz: e08b862b1d1957d5629a529e5437f7da9fcc37a9c1b256d1cce9591e37bc7c1c45d37a2e9baf94251507dc9219b6f2ba64b0e0b469f5cf7e55200ba783d7e367
6
+ metadata.gz: 91d031c853b1008dba43f94aa63c9f9dc863e7194c7c9ad268956cc0686cc96dd06bbfefc329863a5061be0b2b3ae6ab063cefdf367eca011947a9816897c644
7
+ data.tar.gz: b4fadd12ce11248338a79c1e49d8e4db100207df0923de5df99ec7efbe5f20448f138e1977a34fdc96453c877aab18095cb59e2acd764d86bafcf31d3243a18c
@@ -0,0 +1,30 @@
1
+ name: ruby-rspec
2
+
3
+ on:
4
+ push:
5
+ branches:
6
+ - main
7
+ pull_request:
8
+ branches:
9
+ - main
10
+
11
+ jobs:
12
+ test:
13
+ name: Test with Ruby ${{ matrix.ruby_version }}
14
+ runs-on: ubuntu-latest
15
+ strategy:
16
+ matrix:
17
+ ruby: [2.7, 2.6]
18
+
19
+ steps:
20
+ - uses: actions/checkout@v1
21
+ - name: Set up Ruby ${{ matrix.ruby }}
22
+ uses: ruby/setup-ruby@v1
23
+ with:
24
+ ruby-version: ${{ matrix.ruby }}
25
+
26
+ - name: Build and test with Rspec
27
+ run: |
28
+ gem install bundler
29
+ bundle install --jobs 4 --retry 3
30
+ bundle exec rspec
data/.gitignore CHANGED
@@ -4,7 +4,6 @@
4
4
  .bundle
5
5
  .config
6
6
  .yardoc
7
- Gemfile.lock
8
7
  InstalledFiles
9
8
  _yardoc
10
9
  coverage
data/CHANGELOG CHANGED
@@ -1,3 +1,7 @@
1
+ 0.9.2
2
+ -------------------
3
+ - Bumped dependencies on highline and bundler to latest majors
4
+
1
5
  0.9.1
2
6
  -------------------
3
7
  - Bumped dependencies on net-ssh and net-scp to latest majors
data/Gemfile.lock ADDED
@@ -0,0 +1,79 @@
1
+ PATH
2
+ remote: .
3
+ specs:
4
+ harrison (0.9.2)
5
+ highline (~> 2.0.3)
6
+ net-scp (~> 3.0)
7
+ net-ssh (~> 6.1)
8
+ trollop (~> 2.1.2)
9
+
10
+ GEM
11
+ remote: https://rubygems.org/
12
+ specs:
13
+ byebug (11.1.3)
14
+ coderay (1.1.3)
15
+ diff-lcs (1.5.0)
16
+ docile (1.4.0)
17
+ file-tail (1.2.0)
18
+ tins (~> 1.0)
19
+ highline (2.0.3)
20
+ method_source (1.0.0)
21
+ net-scp (3.0.0)
22
+ net-ssh (>= 2.6.5, < 7.0.0)
23
+ net-ssh (6.1.0)
24
+ pry (0.13.1)
25
+ coderay (~> 1.1)
26
+ method_source (~> 1.0)
27
+ pry-byebug (3.9.0)
28
+ byebug (~> 11.0)
29
+ pry (~> 0.13.0)
30
+ rake (13.0.6)
31
+ rspec (3.11.0)
32
+ rspec-core (~> 3.11.0)
33
+ rspec-expectations (~> 3.11.0)
34
+ rspec-mocks (~> 3.11.0)
35
+ rspec-core (3.11.0)
36
+ rspec-support (~> 3.11.0)
37
+ rspec-expectations (3.11.0)
38
+ diff-lcs (>= 1.2.0, < 2.0)
39
+ rspec-support (~> 3.11.0)
40
+ rspec-mocks (3.11.0)
41
+ diff-lcs (>= 1.2.0, < 2.0)
42
+ rspec-support (~> 3.11.0)
43
+ rspec-support (3.11.0)
44
+ ruby2ruby (2.4.4)
45
+ ruby_parser (~> 3.1)
46
+ sexp_processor (~> 4.6)
47
+ ruby_parser (3.18.1)
48
+ sexp_processor (~> 4.16)
49
+ sexp_processor (4.16.0)
50
+ simplecov (0.21.2)
51
+ docile (~> 1.1)
52
+ simplecov-html (~> 0.11)
53
+ simplecov_json_formatter (~> 0.1)
54
+ simplecov-html (0.12.3)
55
+ simplecov_json_formatter (0.1.4)
56
+ sourcify (0.5.0)
57
+ file-tail (>= 1.0.5)
58
+ ruby2ruby (>= 1.2.5)
59
+ ruby_parser (>= 2.0.5)
60
+ sexp_processor (>= 3.0.5)
61
+ sync (0.5.0)
62
+ tins (1.31.0)
63
+ sync
64
+ trollop (2.1.3)
65
+
66
+ PLATFORMS
67
+ x86_64-darwin-18
68
+
69
+ DEPENDENCIES
70
+ bundler (~> 2.3)
71
+ harrison!
72
+ pry-byebug
73
+ rake
74
+ rspec (~> 3.0)
75
+ simplecov
76
+ sourcify
77
+
78
+ BUNDLED WITH
79
+ 2.3.7
data/README.md CHANGED
@@ -2,8 +2,6 @@
2
2
 
3
3
  Simple artifact-based deployment for web applications.
4
4
 
5
- [![Build Status](https://travis-ci.org/puppetlabs/harrison.svg?branch=master)](https://travis-ci.org/puppetlabs/harrison)
6
-
7
5
  ## Installation
8
6
 
9
7
  Add this line to your application's Gemfile:
data/harrison.gemspec CHANGED
@@ -22,9 +22,9 @@ Gem::Specification.new do |spec|
22
22
  spec.add_runtime_dependency "trollop", "~> 2.1.2"
23
23
  spec.add_runtime_dependency "net-ssh", "~> 6.1"
24
24
  spec.add_runtime_dependency "net-scp", "~> 3.0"
25
- spec.add_runtime_dependency "highline", "~> 1.7.8"
25
+ spec.add_runtime_dependency "highline", "~> 2.0.3"
26
26
 
27
- spec.add_development_dependency "bundler", "~> 1.6"
27
+ spec.add_development_dependency "bundler", "~> 2.3"
28
28
  spec.add_development_dependency "rake"
29
29
  spec.add_development_dependency "rspec", "~> 3.0"
30
30
  spec.add_development_dependency "simplecov"
@@ -182,6 +182,7 @@ module Harrison
182
182
 
183
183
  docker_build_argv = [
184
184
  'docker', 'build',
185
+ '--platform', 'linux/amd64',
185
186
  '--file', df,
186
187
  '--tag', docker_image_tag,
187
188
  '.',
@@ -202,6 +203,7 @@ module Harrison
202
203
 
203
204
  docker_run_argv = [
204
205
  "docker", "run",
206
+ "--platform", "linux/amd64",
205
207
  "--mount", "type=bind,source=#{tmp_src_dir},target=/src,readonly",
206
208
  "--mount", "type=bind,source=\"$(pwd)/pkg\",target=/pkg",
207
209
  docker_image_tag,
@@ -1,3 +1,3 @@
1
1
  module Harrison
2
- VERSION = "0.9.1"
2
+ VERSION = "0.9.3"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: harrison
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.1
4
+ version: 0.9.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jesse Scott
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-10-20 00:00:00.000000000 Z
11
+ date: 2023-06-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: trollop
@@ -58,28 +58,28 @@ dependencies:
58
58
  requirements:
59
59
  - - "~>"
60
60
  - !ruby/object:Gem::Version
61
- version: 1.7.8
61
+ version: 2.0.3
62
62
  type: :runtime
63
63
  prerelease: false
64
64
  version_requirements: !ruby/object:Gem::Requirement
65
65
  requirements:
66
66
  - - "~>"
67
67
  - !ruby/object:Gem::Version
68
- version: 1.7.8
68
+ version: 2.0.3
69
69
  - !ruby/object:Gem::Dependency
70
70
  name: bundler
71
71
  requirement: !ruby/object:Gem::Requirement
72
72
  requirements:
73
73
  - - "~>"
74
74
  - !ruby/object:Gem::Version
75
- version: '1.6'
75
+ version: '2.3'
76
76
  type: :development
77
77
  prerelease: false
78
78
  version_requirements: !ruby/object:Gem::Requirement
79
79
  requirements:
80
80
  - - "~>"
81
81
  - !ruby/object:Gem::Version
82
- version: '1.6'
82
+ version: '2.3'
83
83
  - !ruby/object:Gem::Dependency
84
84
  name: rake
85
85
  requirement: !ruby/object:Gem::Requirement
@@ -158,12 +158,13 @@ executables:
158
158
  extensions: []
159
159
  extra_rdoc_files: []
160
160
  files:
161
+ - ".github/workflows/ruby-spec.yml"
161
162
  - ".gitignore"
162
163
  - ".rspec"
163
- - ".travis.yml"
164
164
  - CHANGELOG
165
165
  - CODEOWNERS
166
166
  - Gemfile
167
+ - Gemfile.lock
167
168
  - IDEAS
168
169
  - LICENSE.txt
169
170
  - README.md
@@ -207,7 +208,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
207
208
  - !ruby/object:Gem::Version
208
209
  version: '0'
209
210
  requirements: []
210
- rubygems_version: 3.0.8
211
+ rubygems_version: 3.1.6
211
212
  signing_key:
212
213
  specification_version: 4
213
214
  summary: Simple artifact-based deployment for web applications.
data/.travis.yml DELETED
@@ -1,6 +0,0 @@
1
- language: ruby
2
- rvm:
3
- - ruby-head
4
- - 2.1.1
5
- - 2.0.0
6
- - 1.9.3