capricorn 0.2.17 → 0.2.18
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.
|
@@ -53,9 +53,9 @@ module Capricorn
|
|
|
53
53
|
link_engine(spec)
|
|
54
54
|
end
|
|
55
55
|
|
|
56
|
-
FileUtils.
|
|
57
|
-
File.join(satellite_root, "public"),
|
|
58
|
-
File.join(satellite_root, "public/vendor", satellite.module_name),
|
|
56
|
+
FileUtils.symlink(
|
|
57
|
+
File.join(system.satellite_root, "public"),
|
|
58
|
+
File.join(system.satellite_root, "public/vendor", satellite.module_name),
|
|
59
59
|
:verbose => true) rescue nil
|
|
60
60
|
|
|
61
61
|
end
|
|
@@ -10,7 +10,7 @@ module Capricorn
|
|
|
10
10
|
satellites = Capricorn.client(options[:token]).satellites
|
|
11
11
|
satellites.size.times do |i|
|
|
12
12
|
sat = satellites[i]
|
|
13
|
-
puts sat.domain
|
|
13
|
+
puts [sat.domain, (sat.development ? ['development:', sat.module_name] : [])].flatten.join(' ')
|
|
14
14
|
sat.engines.each do |name, options|
|
|
15
15
|
puts "- #{name} #{options.inspect}"
|
|
16
16
|
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: capricorn
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.18
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Simon Menke
|
|
@@ -9,7 +9,7 @@ autorequire:
|
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
11
|
|
|
12
|
-
date: 2009-07-
|
|
12
|
+
date: 2009-07-02 00:00:00 +02:00
|
|
13
13
|
default_executable: capricorn
|
|
14
14
|
dependencies: []
|
|
15
15
|
|