vlad 2.6.5 → 2.7.0

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: fea324a20f2eceaaf257511cfb8c488e3e9dc2d0
4
- data.tar.gz: afd5313d22f0234dc0dfc40b9b3a87f0de762424
3
+ metadata.gz: f62bc9469581963c89e7153aa0e05539b63aa12e
4
+ data.tar.gz: cf16a849aeb27b15f008b9abf7d93c9a367af1bc
5
5
  SHA512:
6
- metadata.gz: 4a14c9d00a8195ab9ae0ed40d4c61976c94c11fdff33a641c18fe48009f718555160ed6e160ad46a2459b0453d23ceb6546faff61c99d2233ada987cd1de7808
7
- data.tar.gz: c8735f1a04997d8621dd5f5166a041ac48cd2fdcd8db48a097ff4246e29a5f0047f538d83c7881c28c27d0bf14e00be1ec89f7d2319ed43d9bf46b4c146cbade
6
+ metadata.gz: 30768ea847eb41b2ee34356c5f5da6efe28ebce5f9f7af1b475658bcce558ef536761c6cdf45b6ba87f79aad6be515f98732b41fd0896fb90f709340e490bee0
7
+ data.tar.gz: 5b0d3e7414962560ddf404b05865bc944bcf059e828d2a126c668b2ab3df5119b470068bd429a88be6b521c222baaf96eb01e37db923df0df2117741a7a061d6
@@ -1,3 +1 @@
1
- =@�h�d������.� -Z�́4��ts%����U�O����ܴjc5d��e�������f̔5
2
- ��R�R/���9�f�78��H\�0���?���og3��cu���H��M���>$雍���o��8��yY?� ��C�����9��#����n�2HYD��=N�]�]��g���/���%�ʀ�u|*��A�w��س
3
- |YG�^�3=8>޼P`҈���W�3��KrDY�ʕx��&�c�K���r*ٳ���
1
+ �2��f1pd��n�� b�9��y�/��[QQ� ��]�) C�G8OL��Q7VO�ԕ�� m�Nb=�h "�R����� C�b�F�� I)�Q��D7���&����Sp�in3�K�_�|U*�(HH8$bVK���Y�!���Pb�fD�g�ɽ��xBI�����NJ�D\r� =p�L��q�`nǒ��af��:�t0�H�l��v���q6�)Ώ�C H2{x�Q��.�s��T�(,�p~�:�6�\qj
data.tar.gz.sig CHANGED
Binary file
@@ -1,3 +1,9 @@
1
+ === 2.7.0 / 2016-06-13
2
+
3
+ * 1 minor enhancement:
4
+
5
+ * Allowed files in shared_paths. (arr-dev)
6
+
1
7
  === 2.6.5 / 2015-06-25
2
8
 
3
9
  * 2 bug fixes:
data/README.txt CHANGED
@@ -1,6 +1,6 @@
1
1
  = Vlad the Deployer by the Ruby Hit Squad
2
2
 
3
- home :: http://rubyhitsquad.com/
3
+ home :: https://github.com/seattlerb/vlad
4
4
  code :: https://github.com/seattlerb/vlad
5
5
  rdoc :: http://docs.seattlerb.org/vlad
6
6
 
@@ -2,7 +2,7 @@
2
2
 
3
3
  This tutorial has been adapted from [Deploying Merb with Vlad](http://effectif.com/articles/deploying-merb-with-vlad) by [Graham Ashton](http://effectif.com "Effectif Development").
4
4
 
5
- You've built your Merb app, and you want to get it running on your web server. You could use Capistrano, but if you prefer the simple things in life you might find that [Vlad](http://rubyhitsquad.com/Vlad_the_Deployer.html "Vlad the Deployer") is a better fit.
5
+ You've built your Merb app, and you want to get it running on your web server. You could use Capistrano, but if you prefer the simple things in life you might find that [Vlad](http://docs.seattlerb.org/vlad/ "Vlad the Deployer") is a better fit.
6
6
 
7
7
  This is a Merb version of the [Deploying Sinatra with Vlad](deploying-sinatra-with-vlad "Deploying Sinatra with Vlad") article that I wrote yesterday. There are big similarities to that article, but in this one we also look at how to restart Merb automatically after the code has been deployed.
8
8
 
@@ -2,7 +2,7 @@
2
2
 
3
3
  This tutorial has been adapted from [Deploying Sinatra with Vlad](http://effectif.com/articles/deploying-sinatra-with-vlad) by [Graham Ashton](http://effectif.com "Effectif Development").
4
4
 
5
- So you've just written a nice new [Sinatra application](http://www.sinatrarb.com/ "Sinatra"), and you want to get it running on your web server. How hard can it be? Well with [Vlad the Deployer](http://rubyhitsquad.com/Vlad_the_Deployer.html "Vlad the Deployer"), it's actually rather easy.
5
+ So you've just written a nice new [Sinatra application](http://www.sinatrarb.com/ "Sinatra"), and you want to get it running on your web server. How hard can it be? Well with [Vlad the Deployer](http://docs.seattlerb.org/vlad/ "Vlad the Deployer"), it's actually rather easy.
6
6
 
7
7
  ## Creating a sample application
8
8
 
@@ -8,7 +8,7 @@ $TESTING ||= false
8
8
  # Vlad the Deployer - Pragmatic application deployment automation,
9
9
  # without mercy.
10
10
  #
11
- # Please read doco/getting_started.txt or http://rubyhitsquad.com/
11
+ # Please read doco/getting_started.txt or http://docs.seattlerb.org/vlad/
12
12
  #
13
13
  # === Basic scenario:
14
14
  #
@@ -21,7 +21,7 @@ module Vlad
21
21
 
22
22
  ##
23
23
  # This is the version of Vlad you are running.
24
- VERSION = "2.6.5"
24
+ VERSION = "2.7.0"
25
25
 
26
26
  ##
27
27
  # Loads tasks file +tasks_file+ and various recipe styles as a hash
@@ -45,15 +45,14 @@ namespace :vlad do
45
45
  dirs << scm_path unless skip_scm
46
46
  dirs += shared_paths.keys.map { |d| File.join(shared_path, d) }
47
47
  dirs += ancillary_dir
48
- dirs = dirs.join(' ')
49
48
 
50
49
  commands = []
51
50
 
52
51
  commands << "umask #{umask}" if umask
53
- commands << "mkdir -p #{dirs}"
52
+ dirs.each { |dir| commands << "[ -f #{dir} ] || mkdir -p #{dir}" }
54
53
 
55
- commands << "chown #{perm_owner} #{dirs}" if perm_owner
56
- commands << "chgrp #{perm_group} #{dirs}" if perm_group
54
+ commands << "chown #{perm_owner} #{dirs.join(' ')}" if perm_owner
55
+ commands << "chgrp #{perm_group} #{dirs.join(' ')}" if perm_group
57
56
 
58
57
  run commands.join(' && ')
59
58
  end
@@ -195,7 +195,7 @@ class TestVlad < Rake::TestCase
195
195
 
196
196
  def test_set_with_nil
197
197
  set(:win, nil)
198
- assert_equal nil, @rake.send(:win)
198
+ assert_nil @rake.send(:win)
199
199
  end
200
200
 
201
201
  def test_set_with_reserved_name
@@ -206,4 +206,3 @@ class TestVlad < Rake::TestCase
206
206
  $TESTING = true
207
207
  end
208
208
  end
209
-
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vlad
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.6.5
4
+ version: 2.7.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ryan Davis
@@ -12,9 +12,9 @@ bindir: bin
12
12
  cert_chain:
13
13
  - |
14
14
  -----BEGIN CERTIFICATE-----
15
- MIIDPjCCAiagAwIBAgIBAjANBgkqhkiG9w0BAQUFADBFMRMwEQYDVQQDDApyeWFu
15
+ MIIDPjCCAiagAwIBAgIBAzANBgkqhkiG9w0BAQUFADBFMRMwEQYDVQQDDApyeWFu
16
16
  ZC1ydWJ5MRkwFwYKCZImiZPyLGQBGRYJemVuc3BpZGVyMRMwEQYKCZImiZPyLGQB
17
- GRYDY29tMB4XDTE0MDkxNzIzMDcwN1oXDTE1MDkxNzIzMDcwN1owRTETMBEGA1UE
17
+ GRYDY29tMB4XDTE1MDkxOTIwNTEyMloXDTE2MDkxODIwNTEyMlowRTETMBEGA1UE
18
18
  AwwKcnlhbmQtcnVieTEZMBcGCgmSJomT8ixkARkWCXplbnNwaWRlcjETMBEGCgmS
19
19
  JomT8ixkARkWA2NvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALda
20
20
  b9DCgK+627gPJkB6XfjZ1itoOQvpqH1EXScSaba9/S2VF22VYQbXU1xQXL/WzCkx
@@ -24,14 +24,14 @@ cert_chain:
24
24
  qhtV7HJxNKuPj/JFH0D2cswvzznE/a5FOYO68g+YCuFi5L8wZuuM8zzdwjrWHqSV
25
25
  gBEfoTEGr7Zii72cx+sCAwEAAaM5MDcwCQYDVR0TBAIwADALBgNVHQ8EBAMCBLAw
26
26
  HQYDVR0OBBYEFEfFe9md/r/tj/Wmwpy+MI8d9k/hMA0GCSqGSIb3DQEBBQUAA4IB
27
- AQAFoDJRokCQdxFfOrmsKX41KOFlU/zjrbDVM9hgB/Ur999M6OXGSi8FitXNtMwY
28
- FVjsiAPeU7HaWVVcZkj6IhINelTkXsxgGz/qCzjHy3iUMuZWw36cS0fiWJ5rvH+e
29
- hD7uXxJSFuyf1riDGI1aeWbQ74WMwvNstOxLUMiV5a1fzBhlxPqb537ubDjq/M/h
30
- zPUFPVYeL5KjDHLCqI2FwIk2sEMOQgjpXHzl+3NlD2LUgUhHDMevmgVua0e2GT1B
31
- xJcC6UN6NHMOVMyAXsr2HR0gRRx4ofN1LoP2KhXzSr8UMvQYlwPmE0N5GQv1b5AO
32
- VpzF30vNaJK6ZT7xlIsIlwmH
27
+ AQB+Hx8xUgrpZa4P8H8gR8zme5kISwQrG80MbpqJV6/G3/ZicRFhN5sjwu0uHGue
28
+ bd9Cymf6oIRwHVarJux2M32T6bL07Hmi07w2QaPc3MnMKB/D46SRZ2JSSGPFRBTc
29
+ SilobMRoGs/7B15uGFUEnNrCB/ltMqhwwSx1r++UQPfeySHEV9uqu03E5Vb7J37O
30
+ 2Er6PLXHRiYsIycD1LkMi6YnixdITRHmrqJYE2rsjaIfpIehiusVAPHkNf7qbpHq
31
+ qx3h45R1CAsObX0SQDIT+rRbQrtKz1GHIZTOFYvEJjUY1XmRTZupD3CJ8Q7sDqSy
32
+ NLq5jm1fq6Y9Uolu3RJbmycf
33
33
  -----END CERTIFICATE-----
34
- date: 2015-06-26 00:00:00.000000000 Z
34
+ date: 2016-06-13 00:00:00.000000000 Z
35
35
  dependencies:
36
36
  - !ruby/object:Gem::Dependency
37
37
  name: rake
@@ -67,20 +67,6 @@ dependencies:
67
67
  - - ~>
68
68
  - !ruby/object:Gem::Version
69
69
  version: '2.3'
70
- - !ruby/object:Gem::Dependency
71
- name: minitest
72
- requirement: !ruby/object:Gem::Requirement
73
- requirements:
74
- - - ~>
75
- - !ruby/object:Gem::Version
76
- version: '5.7'
77
- type: :development
78
- prerelease: false
79
- version_requirements: !ruby/object:Gem::Requirement
80
- requirements:
81
- - - ~>
82
- - !ruby/object:Gem::Version
83
- version: '5.7'
84
70
  - !ruby/object:Gem::Dependency
85
71
  name: rdoc
86
72
  requirement: !ruby/object:Gem::Requirement
@@ -101,14 +87,14 @@ dependencies:
101
87
  requirements:
102
88
  - - ~>
103
89
  - !ruby/object:Gem::Version
104
- version: '3.13'
90
+ version: '3.15'
105
91
  type: :development
106
92
  prerelease: false
107
93
  version_requirements: !ruby/object:Gem::Requirement
108
94
  requirements:
109
95
  - - ~>
110
96
  - !ruby/object:Gem::Version
111
- version: '3.13'
97
+ version: '3.15'
112
98
  description: |-
113
99
  Vlad the Deployer is pragmatic application deployment automation,
114
100
  without mercy. Much like Capistrano, but with 1/10th the
@@ -136,7 +122,6 @@ extra_rdoc_files:
136
122
  - doco/variables.txt
137
123
  files:
138
124
  - .autotest
139
- - .gemtest
140
125
  - History.txt
141
126
  - Manifest.txt
142
127
  - README.txt
@@ -159,7 +144,7 @@ files:
159
144
  - test/test_vlad.rb
160
145
  - test/test_vlad_subversion.rb
161
146
  - vladdemo.sh
162
- homepage: http://rubyhitsquad.com/
147
+ homepage: https://github.com/seattlerb/vlad
163
148
  licenses:
164
149
  - MIT
165
150
  metadata: {}
metadata.gz.sig CHANGED
Binary file
data/.gemtest DELETED
File without changes