manlycraft 0.0.1 → 0.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.
@@ -1,3 +1,4 @@
1
+ require 'manlycraft/command/base'
1
2
  class Manlycraft::Command::Help < Manlycraft::Command::Base
2
3
  def run
3
4
  puts "This is the help.........."
@@ -1,5 +1,6 @@
1
1
  require 'fileutils'
2
2
  require 'manlycraft'
3
+ require 'manlycraft/command/base'
3
4
 
4
5
  class Manlycraft::Command::Init < Manlycraft::Command::Base
5
6
  def run
@@ -1,3 +1,3 @@
1
1
  module Manlycraft
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: manlycraft
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -81,7 +81,6 @@ files:
81
81
  - lib/manlycraft/command/init.rb
82
82
  - lib/manlycraft/command/start.rb
83
83
  - lib/manlycraft/command/stop.rb
84
- - lib/manlycraft/command_factory.rb
85
84
  - lib/manlycraft/version.rb
86
85
  - manlycraft.gemspec
87
86
  homepage: ''
@@ -99,7 +98,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
99
98
  version: '0'
100
99
  segments:
101
100
  - 0
102
- hash: 1832654026992373204
101
+ hash: 1165516816451056087
103
102
  required_rubygems_version: !ruby/object:Gem::Requirement
104
103
  none: false
105
104
  requirements:
@@ -108,7 +107,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
108
107
  version: '0'
109
108
  segments:
110
109
  - 0
111
- hash: 1832654026992373204
110
+ hash: 1165516816451056087
112
111
  requirements: []
113
112
  rubyforge_project:
114
113
  rubygems_version: 1.8.25
@@ -1,4 +0,0 @@
1
- class Manlycraft::CommandFactory
2
- def self.build(command, args)
3
- end
4
- end