sly 0.0.7 → 0.0.8
Sign up to get free protection for your applications and to get access to all the features.
- data/bin/sly +0 -8
- data/lib/sly/version.rb +1 -1
- metadata +3 -3
data/bin/sly
CHANGED
@@ -63,14 +63,6 @@ command :branch do |c|
|
|
63
63
|
end
|
64
64
|
end
|
65
65
|
|
66
|
-
desc 'Describe move here'
|
67
|
-
arg_name 'Describe arguments to move here'
|
68
|
-
command :move do |c|
|
69
|
-
c.action do |global_options,options,args|
|
70
|
-
puts "move command ran"
|
71
|
-
end
|
72
|
-
end
|
73
|
-
|
74
66
|
pre do |global,command,options,args|
|
75
67
|
# Pre logic here
|
76
68
|
# Return true to proceed; false to abourt and not call the
|
data/lib/sly/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: sly
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.8
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -181,7 +181,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
181
181
|
version: '0'
|
182
182
|
segments:
|
183
183
|
- 0
|
184
|
-
hash:
|
184
|
+
hash: 4329505127657615071
|
185
185
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
186
186
|
none: false
|
187
187
|
requirements:
|
@@ -190,7 +190,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
190
190
|
version: '0'
|
191
191
|
segments:
|
192
192
|
- 0
|
193
|
-
hash:
|
193
|
+
hash: 4329505127657615071
|
194
194
|
requirements: []
|
195
195
|
rubyforge_project:
|
196
196
|
rubygems_version: 1.8.25
|