dssx 0.0.2.d → 0.0.2.e
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.
- data/lib/dssx.rb +1 -1
- data/lib/dssx/cli.rb +3 -3
- metadata +2 -2
data/lib/dssx.rb
CHANGED
data/lib/dssx/cli.rb
CHANGED
|
@@ -51,14 +51,14 @@ module Dssx
|
|
|
51
51
|
end
|
|
52
52
|
|
|
53
53
|
desc "co [URL]", "NOT IMPLEMENTED, dssc does not do checkouts"
|
|
54
|
-
def
|
|
54
|
+
def co(url=nil)
|
|
55
55
|
puts "dssx does not handle checkouts"
|
|
56
56
|
end
|
|
57
57
|
|
|
58
58
|
desc "commit[PATH]", "Commit changes to repository"
|
|
59
59
|
def commit(path=Dir.pwd)
|
|
60
60
|
puts "dssx commit #{path}"
|
|
61
|
-
puts "=> dssc
|
|
61
|
+
puts "=> dssc ci #{path}"
|
|
62
62
|
end
|
|
63
63
|
|
|
64
64
|
desc "ci [PATH]", "Alias for commit"
|
|
@@ -67,7 +67,7 @@ module Dssx
|
|
|
67
67
|
end
|
|
68
68
|
|
|
69
69
|
desc "lock [PATH]", "Lock file"
|
|
70
|
-
def
|
|
70
|
+
def lock(path=Dir.pwd)
|
|
71
71
|
puts "dssx lock #{path}"
|
|
72
72
|
puts "=> dssc co -lock -nocomment #{path}"
|
|
73
73
|
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: dssx
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.2.
|
|
4
|
+
version: 0.0.2.e
|
|
5
5
|
prerelease: 6
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2013-05-
|
|
12
|
+
date: 2013-05-15 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: thor
|