sly 0.0.7 → 0.0.8

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/bin/sly +0 -8
  2. data/lib/sly/version.rb +1 -1
  3. 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
@@ -1,3 +1,3 @@
1
1
  module Sly
2
- VERSION = '0.0.7'
2
+ VERSION = '0.0.8'
3
3
  end
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.7
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: 625480761348820372
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: 625480761348820372
193
+ hash: 4329505127657615071
194
194
  requirements: []
195
195
  rubyforge_project:
196
196
  rubygems_version: 1.8.25