docker_rails_proxy 0.0.6 → 0.0.7

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 174cfe280c7265beb85770035fb40d7456b008fc
4
- data.tar.gz: 3aec4cceff5b1c8035ae3c0df54c44d14109cc92
3
+ metadata.gz: dcbb5bd8b29380984a31c27724560f09bc2c03f4
4
+ data.tar.gz: 8c80d0ef2ed5d757d478bfb0f098af4382a6b3da
5
5
  SHA512:
6
- metadata.gz: 927dbd68995482819cb28c343f6ec9ebea8170294f255327d22284c76bd1fbb27da58cf4397148f38f878a9616fc041e07c22fe5754f55a85b21ae79d9a94724
7
- data.tar.gz: 24e1d8eba248b7a3e6819c3748aa22c3cb2c542dfe9925116540acfb8d0c95bd0df1b790f7bafd6521b4a3cdfd267f29c274cdb3f451514c708151fb8c8ccaa6
6
+ metadata.gz: 54429448faff42c06c230455941bd642aaea9a1d326eed91842e544754af57f9620f8c3c5d5ac220f32202339566dc208835500f2219f98723c920d72bd778fe
7
+ data.tar.gz: 6310ee15511e957287feb0f17f63ad64c1db152fa8f774483bb6ef60ef6abfd71fc32d2b175a16a7067d2546b690f5a5a971af01b5a5f84e45626e077d1acde9
@@ -66,6 +66,7 @@ module DockerRailsProxy
66
66
  def sync_app(source:, target:)
67
67
  system <<-EOS
68
68
  rsync -avqP --no-owner --no-group \
69
+ --exclude 'tmp/backups' \
69
70
  --exclude 'tmp/cache' \
70
71
  --exclude 'tmp/letter_opener' \
71
72
  --exclude 'tmp/pids' \
@@ -1,3 +1,3 @@
1
1
  module DockerRailsProxy
2
- VERSION = '0.0.6'
2
+ VERSION = '0.0.7'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: docker_rails_proxy
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.6
4
+ version: 0.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jairo
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2017-01-13 00:00:00.000000000 Z
12
+ date: 2017-05-19 00:00:00.000000000 Z
13
13
  dependencies: []
14
14
  description: Configures docker-compose and provides rails command helpers
15
15
  email: