sinistra 1.0.1 → 1.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 +4 -4
- data/lib/sinistra/cui.rb +1 -2
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d0f652e1c5e0363a5407b31ec32a267447e6d734
|
4
|
+
data.tar.gz: ba060d319eb4ebd779542c2c6be3da9b1cc39b78
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: de5b4458d6fc8a816cb9a60aba5faf4f7550cc09d373216481eba3486fabbe981ec5d6ecf6b558df2f910cb6cb0646cc0f666281252f1f4ea3ef90e36402d0bf
|
7
|
+
data.tar.gz: 126d551f0eeef88335f699eb7f9809afaad9ba65137449e333f370e88bf0ad7d552e71112f36b68561330e341916af3b2ef44faa564b03104d7ec18f4d8e1b13
|
data/lib/sinistra/cui.rb
CHANGED
@@ -221,8 +221,7 @@ eos
|
|
221
221
|
|
222
222
|
desc "start", "runs the sinistra application"
|
223
223
|
def start
|
224
|
-
script = File.dirname(File.expand_path(__FILE__))
|
225
|
-
script = File.join(script,"..","..","bin","shoreman.sh")
|
224
|
+
script = File.join(File.dirname(File.expand_path(__FILE__)),"shoreman.sh")
|
226
225
|
exec "\"#{script}\""
|
227
226
|
end
|
228
227
|
end
|