eclipsed 0.4.0 → 0.4.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.
- checksums.yaml +4 -4
- data/lib/eclipsed/version.rb +1 -1
- data/lib/eclipsed.rb +1 -1
- 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: 6aefa7ff11b01ad700bb55f41f8054dc63ae935e
|
|
4
|
+
data.tar.gz: 4dbb9b755d838712382fbd04ee081c940179a9ac
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2c1cfb541c68b02e1db2b8216a9a64f247622a3768625bf5f7eb4a0d1b430cbf5f4c9283f42f0b7a4afce919fc8266236ac2655e976916bf01e4c44e138d462d
|
|
7
|
+
data.tar.gz: 2db95f9a1565963fb50756dd83c8e92f1ec43f98311cbc02ab6e465da13887f45fdf8e8ea8fdba6a9d225ba3919cdb1389a5b634a87d3c198769c4eb78c19003
|
data/lib/eclipsed/version.rb
CHANGED
data/lib/eclipsed.rb
CHANGED
|
@@ -142,7 +142,7 @@ module Eclipsed
|
|
|
142
142
|
OptionParser.new do |opts|
|
|
143
143
|
opts.banner = "eclipsed (Eclipse Daemon controler) is an script to manage the EclipseDFS\n" +
|
|
144
144
|
"Usage: eclipsed [options] <actions> [FILE]..."
|
|
145
|
-
opts.version =
|
|
145
|
+
opts.version = Eclipsed::VERSION
|
|
146
146
|
opts.program_name = "Eclipse Launcher"
|
|
147
147
|
opts.separator "Core actions"
|
|
148
148
|
opts.separator " launch Create new Eclipse network"
|