Skip to content

Commit

Permalink
Bugfix: Standalone not loaded by default
Browse files Browse the repository at this point in the history
  • Loading branch information
defunkt committed Dec 11, 2009
1 parent a6c4c73 commit 639b0d4
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions HISTORY.md
Expand Up @@ -2,6 +2,7 @@

* Fix inaccuracy in man page
* Bugfix: Path problems in standalone.rb
* Bugfix: Standalone not loaded by default

## 0.1.2 (2009-12-10)

Expand Down
1 change: 1 addition & 0 deletions Rakefile
Expand Up @@ -19,6 +19,7 @@ task :gem => [ :gemspec, :build ]

desc "Build standalone script"
task :standalone => [ :test, :load_hub ] do
require 'hub/standalone'
Hub::Standalone.save('hub')
end

Expand Down
1 change: 0 additions & 1 deletion lib/hub.rb
Expand Up @@ -2,4 +2,3 @@
require 'hub/args'
require 'hub/commands'
require 'hub/runner'
require 'hub/standalone'
1 change: 1 addition & 0 deletions test/helper.rb
@@ -1,6 +1,7 @@
require 'test/unit'
$LOAD_PATH.unshift File.dirname(__FILE__) + '/../lib'
require 'hub'
require 'hub/standalone'

class Test::Unit::TestCase
# Shortcut for creating a `Hub` instance. Pass it what you would
Expand Down

0 comments on commit 639b0d4

Please sign in to comment.