capistrano-choique 0.1.0 → 0.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.
@@ -137,7 +137,7 @@ namespace :choique do
137
137
  desc "Download current flavor"
138
138
  task :download_current do
139
139
  choique_config = {}
140
- run "#{try_sudo} cat #{current_dir}/config/choique.yml" do |ch, st, data|
140
+ run "#{try_sudo} cat #{current_path}/config/choique.yml" do |ch, st, data|
141
141
  choique_config = YAML::load(data)
142
142
  end
143
143
  current = choique_config['choique']['flavors']['current']
@@ -158,7 +158,7 @@ namespace :choique do
158
158
  desc "Download flavors folder and install it locally"
159
159
  task :to_local do
160
160
  choique_config = {}
161
- run "#{try_sudo} cat #{current_dir}/config/choique.yml" do |ch, st, data|
161
+ run "#{try_sudo} cat #{current_path}/config/choique.yml" do |ch, st, data|
162
162
  choique_config = YAML::load(data)
163
163
  end
164
164
  run_locally("rm -fr flavors/*")
@@ -170,7 +170,7 @@ namespace :choique do
170
170
  desc "Upload flavors folder and install it remotelly"
171
171
  task :to_remote do
172
172
  choique_config = {}
173
- run "#{try_sudo} cat #{current_dir}/config/choique.yml" do |ch, st, data|
173
+ run "#{try_sudo} cat #{current_path}/config/choique.yml" do |ch, st, data|
174
174
  choique_config = YAML::load(data)
175
175
  end
176
176
  current = choique_config['choique']['flavors']['current']
@@ -1,5 +1,5 @@
1
1
  module Capistrano
2
2
  module Choique
3
- VERSION = "0.1.0"
3
+ VERSION = "0.1.1"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,18 +1,20 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: capistrano-choique
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
+ prerelease:
5
6
  platform: ruby
6
7
  authors:
7
8
  - Christian Rodriguez
8
9
  autorequire:
9
10
  bindir: bin
10
11
  cert_chain: []
11
- date: 2013-05-30 00:00:00.000000000 Z
12
+ date: 2013-05-31 00:00:00.000000000 Z
12
13
  dependencies:
13
14
  - !ruby/object:Gem::Dependency
14
15
  name: rake
15
16
  requirement: !ruby/object:Gem::Requirement
17
+ none: false
16
18
  requirements:
17
19
  - - ! '>='
18
20
  - !ruby/object:Gem::Version
@@ -20,6 +22,7 @@ dependencies:
20
22
  type: :development
21
23
  prerelease: false
22
24
  version_requirements: !ruby/object:Gem::Requirement
25
+ none: false
23
26
  requirements:
24
27
  - - ! '>='
25
28
  - !ruby/object:Gem::Version
@@ -27,6 +30,7 @@ dependencies:
27
30
  - !ruby/object:Gem::Dependency
28
31
  name: capistrano
29
32
  requirement: !ruby/object:Gem::Requirement
33
+ none: false
30
34
  requirements:
31
35
  - - ! '>'
32
36
  - !ruby/object:Gem::Version
@@ -34,6 +38,7 @@ dependencies:
34
38
  type: :runtime
35
39
  prerelease: false
36
40
  version_requirements: !ruby/object:Gem::Requirement
41
+ none: false
37
42
  requirements:
38
43
  - - ! '>'
39
44
  - !ruby/object:Gem::Version
@@ -65,25 +70,32 @@ files:
65
70
  - lib/capistrano-choique/version.rb
66
71
  homepage: https://github.com/Desarrollo-CeSPI/capistrano-choique
67
72
  licenses: []
68
- metadata: {}
69
73
  post_install_message:
70
74
  rdoc_options: []
71
75
  require_paths:
72
76
  - lib
73
77
  required_ruby_version: !ruby/object:Gem::Requirement
78
+ none: false
74
79
  requirements:
75
80
  - - ! '>='
76
81
  - !ruby/object:Gem::Version
77
82
  version: '0'
83
+ segments:
84
+ - 0
85
+ hash: -1454443462373751153
78
86
  required_rubygems_version: !ruby/object:Gem::Requirement
87
+ none: false
79
88
  requirements:
80
89
  - - ! '>='
81
90
  - !ruby/object:Gem::Version
82
91
  version: '0'
92
+ segments:
93
+ - 0
94
+ hash: -1454443462373751153
83
95
  requirements: []
84
96
  rubyforge_project:
85
- rubygems_version: 2.0.3
97
+ rubygems_version: 1.8.24
86
98
  signing_key:
87
- specification_version: 4
99
+ specification_version: 3
88
100
  summary: Capify Choique CMS
89
101
  test_files: []
checksums.yaml DELETED
@@ -1,15 +0,0 @@
1
- ---
2
- !binary "U0hBMQ==":
3
- metadata.gz: !binary |-
4
- ZWNmMjllZTVmZTFhM2EwMjc3Y2UwNzM5YWMzMThmODQ0MjMwMmYzYQ==
5
- data.tar.gz: !binary |-
6
- NDNiZGZiOWU4ZDVjNWRhNjk4ODA5NDIxN2I1ZmYyNTYyZDMyYjlmNQ==
7
- !binary "U0hBNTEy":
8
- metadata.gz: !binary |-
9
- ZTg4NTIwYmMwYzgxOWVkN2ExMzZhZWE5NmYwNGMyZDM0MjI0MmExOTg2YWI1
10
- NWEyOWM3NTVkMTE0ZDhmYmY3ZTcyMmEyMjg5ZDA0MzIxNDFjZmJjYWVmMDJj
11
- NzIzMmNjZjA5NjRmOWIwOGQ4MjJiYjg0MjQwMTdiYjY5YTg2ZDc=
12
- data.tar.gz: !binary |-
13
- YWZiODZhYzMxMTRkMmMxZmYzMWU2ZWUxMTJhYTY2NjdjMTliNzcwNjhlZTY0
14
- NWI2MDI2NGIzNGE2YjZkMDlhODFhMGYxZTljNTA0ZWFjZWFkZGZlZjA5NTI0
15
- M2VkNTFhZjMzNjdmODUxNzkwMmQ3YzY4YzFkNTI1ZDI4ZDIxN2U=