punt 0.0.2 → 0.0.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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/assets/init/puntfile.yml +5 -7
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 731663b7801f951ac4b5913b4da4231a4137ab7c
4
- data.tar.gz: 22006967717d5085d4428d0f444083b980b7e39b
3
+ metadata.gz: 687b38915674b3400cd3b3d16615c26f4628c546
4
+ data.tar.gz: 861ddf532ff4c71e1d51cbdf59eb87292f152e71
5
5
  SHA512:
6
- metadata.gz: 63f5af91463635ac47acf3e29e2310f0166835d6e88d75be4d2acc1598bfce278d221987cdfecdcacb45921dcee946a629af16141af7e62fcccef3abd85312f4
7
- data.tar.gz: d4ba0c991da8054a27edd14ceebacb5e34f7bc9aa0554da9f5c1411ed9ff6cbe7270cb782b98a2b78950ff199b53a6037078bd0a7139239fd03335f918fade53
6
+ metadata.gz: 39bae4b4a2fc7ad3ceb4a09d6b1c21f1174ad1f9cde866ef6ab5484581b7127cc24139aa6289293d91ad605043edc5c140f009a1293b9a06fba0d00aa61dcf70
7
+ data.tar.gz: 95fb837f967c75d4cfe94a0d09b90f0469c0adc0e59ca91b1dd0c859009ae9a15e451f7d4b8bb14ffa370174bb88d60db795c1133a787906e7e392b71daf17ec
@@ -1,12 +1,10 @@
1
1
  staging:
2
2
  mode: scp
3
3
  repo: git
4
+ ssh_key:
4
5
  host:
5
- cwd: clients/apsis
6
- username:
6
+ username: ubuntu
7
+ remote_base: ~/
7
8
  files:
8
- - file1.txt: remote/file1.txt
9
- - directory1:
10
- path: remote/directory1
11
- mod: 000
12
- recursive: true
9
+ LICENSE: LICENSE
10
+ example-dir: example-dir
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: punt
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Noah Callaway