capistrano-friday 0.0.1 → 0.0.2

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
  SHA1:
3
- metadata.gz: f7f3ef74ae4ffd785f2feea978639d19038d4459
4
- data.tar.gz: d0bcd3072dc17328aa8d4eaf41505b41f37c953a
3
+ metadata.gz: 9c4c712d966dfc1649a3105ac0f106da90df1dc2
4
+ data.tar.gz: f629263f22ac3856a6dbc979d1e86a36b3ac3568
5
5
  SHA512:
6
- metadata.gz: 6582b83209f6dbca8fe05b1e62b75bdb84f6043504b3651a2a1ddfd34b153bc1c53ce78d687d28ebbc43ec5d69e183d415c9b0c7d847817a3a0e992c89e6f04c
7
- data.tar.gz: 795616660942c1c0493b3d547010e189ae31ce68631138e0e9ce9f687b6cb84d4334ebeba8ddf39e6099a1d703ce925392143ce3adcefe1d68b02331b6e41beb
6
+ metadata.gz: fa42c0c6a17f4caf36bf5f58ebd64e5f6a0c3280b6eacfa03ed028bc227887a01ef27e416d807b2a61e887805be26713161522b4270b63bab45e898901da8628
7
+ data.tar.gz: ae398f88d708cf739caad5a79c75355a6fcf6708f7307852a6d92dfbef2d9e1e8ce53f6b8f6e88ad8209b82ff21fcddd9cccee241a1a81481ad8edb05fc880da
data/README.md CHANGED
@@ -1,6 +1,10 @@
1
1
  # capistrano-friday
2
2
 
3
- Why you [deploy](github.com/capistrano/capistrano) on friday?!
3
+ ![https://twitter.com/iamdevloper/status/450905958139834368](https://pbs.twimg.com/media/BkHwlGBIgAEsSP7.jpg)
4
+
5
+ Why you [deploy](https://github.com/capistrano/capistrano) on friday?!
6
+
7
+ *(inspired by [twitter joke](https://twitter.com/yurykusik/status/556064634525204481))*
4
8
 
5
9
  ## Installation
6
10
 
@@ -27,7 +31,7 @@ Require in Capfile to use the task:
27
31
  require 'capistrano/friday'
28
32
  ```
29
33
 
30
- In your `config/deploy.rb` do something like that:
34
+ In your `config/deploy.rb` (or `config/deploy/production.rb`) do something like that:
31
35
 
32
36
  ```ruby
33
37
  # config/deploy.rb
@@ -39,7 +43,7 @@ before 'deploy:starting', 'friday:check'
39
43
  In default configuration it's just a warning but you can completely disable deploying by setting:
40
44
 
41
45
  ```ruby
42
- set :friday_disable_deploy, false
46
+ set :friday_disable_deploy, true
43
47
  ```
44
48
 
45
49
  You also can change default MOTD (default is `:base_jumper`):
@@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
4
 
5
5
  Gem::Specification.new do |spec|
6
6
  spec.name = "capistrano-friday"
7
- spec.version = '0.0.1'
7
+ spec.version = '0.0.2'
8
8
  spec.authors = ["Vladimir Kochnev"]
9
9
  spec.email = ["hashtable@yandex.ru"]
10
10
  spec.summary = %q{You better stab yourself if you deploy on friday!}
@@ -18,5 +18,5 @@ Gem::Specification.new do |spec|
18
18
  spec.require_paths = ["lib"]
19
19
 
20
20
  spec.add_dependency 'capistrano', '~> 3.0'
21
- spec.add_dependency 'sshkit', '~> 1.2'
21
+ spec.add_dependency 'colorize'
22
22
  end
@@ -1,3 +1,5 @@
1
+ require 'colorize'
2
+
1
3
  namespace :friday do
2
4
  motds = {
3
5
  :base_jumper => %{
@@ -11,7 +13,7 @@ namespace :friday do
11
13
  ┛┗┛┗┛┃
12
14
  ┓┏┓┏┓┃ luck!
13
15
  ┃┃┃┃┃┃
14
- ┻┻┻┻┻┻
16
+ ┻┻┻┻┻┻
15
17
  }.strip!,
16
18
  :flipping_table => %{
17
19
  (╯°□°)╯︵ ┻━┻ FRIDAY DEPLOY!
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: capistrano-friday
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Vladimir Kochnev
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-01-19 00:00:00.000000000 Z
11
+ date: 2015-01-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: capistrano
@@ -25,19 +25,19 @@ dependencies:
25
25
  - !ruby/object:Gem::Version
26
26
  version: '3.0'
27
27
  - !ruby/object:Gem::Dependency
28
- name: sshkit
28
+ name: colorize
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
- - - "~>"
31
+ - - ">="
32
32
  - !ruby/object:Gem::Version
33
- version: '1.2'
33
+ version: '0'
34
34
  type: :runtime
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
- - - "~>"
38
+ - - ">="
39
39
  - !ruby/object:Gem::Version
40
- version: '1.2'
40
+ version: '0'
41
41
  description: You better stab yourself if you deploy on friday!
42
42
  email:
43
43
  - hashtable@yandex.ru
@@ -79,4 +79,3 @@ signing_key:
79
79
  specification_version: 4
80
80
  summary: You better stab yourself if you deploy on friday!
81
81
  test_files: []
82
- has_rdoc: