smartmachine 1.1.0 → 1.1.1

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: 5f4220956064ccc882a0f4bce3a90921b42e7904a1b46c93b5a5786e9b384a01
4
- data.tar.gz: fa860c7a78280a2b0db69ff3acbdd133ce426efffd52583ad1cdf887ab910bc7
3
+ metadata.gz: 7216722bfdaa3eefae5c9de4eaa5b21c684b281226a917923ba3d09801471bc8
4
+ data.tar.gz: 1b9e007c73ec297eb4c27d61de76e21ea612f81e4252a65f18a835f8ed1c2326
5
5
  SHA512:
6
- metadata.gz: 2b40194c50f6137985819f3fe5b190ed2fe08104f9e9a6149358ba5e4653c1f3ade8e8ac406c583515d4c50b16603aec0fa745b623d6e1a1bdf175fbdf584a97
7
- data.tar.gz: c7cb2b875385bf57215ac80f19ae326c9af54e6a2870eefd2016b74a37b0cad410595efbbd1698811cf8d9ed70bba9a0d235308eb8d00988803e42603eea1fff
6
+ metadata.gz: 1e5ebde0903f967e19f36d238e767ae189de377ff3c404adc721b2f28c588a51a9165b38938098bb2c533c9320e7dc0188d91f2cb0a01848b3f789e52adc8866
7
+ data.tar.gz: 9b70003e202c55ae5f85ef1866b43804bfd226ed853ad01d99fdf2b9df66d457912f17959f6ed32df3998ddb2159b5720049cf0ea10668955fba7189c3ce7397
@@ -44,7 +44,7 @@ module SmartMachine
44
44
  "-e 'ssh -p #{SmartMachine.credentials.machine[:port]}'",
45
45
  "--rsync-path='smartengine syncer rsync'",
46
46
  "--delete",
47
- "--include={#{files_list}}",
47
+ files_list.map { |regex| "--include='#{regex}'" }.join(" "),
48
48
  "--exclude=*"
49
49
  ]
50
50
 
@@ -86,7 +86,7 @@ module SmartMachine
86
86
  'grids/terminal',
87
87
  'grids/terminal/***',
88
88
  ]
89
- files.join(',')
89
+ files
90
90
  end
91
91
 
92
92
  def push_files_list
@@ -128,7 +128,7 @@ module SmartMachine
128
128
 
129
129
  'tmp/***',
130
130
  ]
131
- files.join(',')
131
+ files
132
132
  end
133
133
  end
134
134
  end
@@ -17,7 +17,7 @@ module SmartMachine
17
17
  module VERSION
18
18
  MAJOR = 1
19
19
  MINOR = 1
20
- TINY = 0
20
+ TINY = 1
21
21
  PRE = nil
22
22
 
23
23
  STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: smartmachine
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - plainsource
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2023-03-17 00:00:00.000000000 Z
11
+ date: 2023-03-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: net-ssh
@@ -409,8 +409,8 @@ licenses:
409
409
  metadata:
410
410
  homepage_uri: https://github.com/plainsource/smartmachine
411
411
  bug_tracker_uri: https://github.com/plainsource/smartmachine/issues
412
- changelog_uri: https://github.com/plainsource/smartmachine/releases/tag/v1.1.0
413
- source_code_uri: https://github.com/plainsource/smartmachine/tree/v1.1.0
412
+ changelog_uri: https://github.com/plainsource/smartmachine/releases/tag/v1.1.1
413
+ source_code_uri: https://github.com/plainsource/smartmachine/tree/v1.1.1
414
414
  post_install_message:
415
415
  rdoc_options: []
416
416
  require_paths: