Skip to content

Commit

Permalink
Merge pull request #51 from kytrinyx/unvendor-thor
Browse files Browse the repository at this point in the history
Remove vendored Thor.
  • Loading branch information
marcbowes committed Aug 16, 2012
2 parents 61df1a9 + b13c595 commit ad7fa2b
Show file tree
Hide file tree
Showing 34 changed files with 3 additions and 4,535 deletions.
2 changes: 2 additions & 0 deletions Gemfile.lock
Expand Up @@ -4,6 +4,7 @@ PATH
daemon-kit (0.1.8.2)
eventmachine (>= 0.12.10)
safely (>= 0.3.1)
thor

GEM
remote: http://rubygems.org/
Expand Down Expand Up @@ -38,6 +39,7 @@ GEM
rspec-mocks (2.6.0)
safely (0.3.1)
term-ansicolor (1.0.5)
thor (0.16.0)

PLATFORMS
ruby
Expand Down
1 change: 1 addition & 0 deletions daemon-kit.gemspec
Expand Up @@ -34,6 +34,7 @@ $ daemon-kit -h
"TODO.txt",
]

gem.add_dependency(%q<thor>)
gem.add_development_dependency(%q<bundler>)
gem.add_development_dependency(%q<rake>)
gem.add_development_dependency(%q<rdoc>)
Expand Down
3 changes: 0 additions & 3 deletions lib/daemon_kit/generators.rb
@@ -1,6 +1,3 @@
# TODO: Don't always depend on bundled thor
$:.unshift File.dirname(__FILE__) + '/vendor/thor-0.13.6/lib'

require 'daemon_kit/generators/base'

module DaemonKit
Expand Down
89 changes: 0 additions & 89 deletions lib/daemon_kit/vendor/thor-0.13.6/CHANGELOG.rdoc

This file was deleted.

20 changes: 0 additions & 20 deletions lib/daemon_kit/vendor/thor-0.13.6/LICENSE

This file was deleted.

0 comments on commit ad7fa2b

Please sign in to comment.