Skip to content

Commit

Permalink
Fixed rakefile.
Browse files Browse the repository at this point in the history
  • Loading branch information
Aphyr committed May 4, 2009
1 parent c099c22 commit 0ac447c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Rakefile.rb
Expand Up @@ -23,7 +23,7 @@
s.summary = 'Ruby bindings for the Vodpod API.'

s.files = FileList['{lib}/**/*', '{example}/**/*', 'LICENSE', 'README'].to_a
s.executables = ['']
s.executables = []
s.require_path = 'lib'
s.has_rdoc = true

Expand Down
1 change: 1 addition & 0 deletions lib/vodpod.rb
Expand Up @@ -12,6 +12,7 @@ module Vodpod
ROOT = File.dirname(__FILE__)

# Load library
require "#{ROOT}/vodpod/version"
require "#{ROOT}/vodpod/error"
require "#{ROOT}/vodpod/connection"
require "#{ROOT}/vodpod/record"
Expand Down
2 changes: 1 addition & 1 deletion lib/vodpod/version.rb
@@ -1,4 +1,4 @@
module CortexReaver
module Vodpod
APP_NAME = 'Vodpod'
APP_VERSION = '0.0.1'
APP_AUTHOR = 'Kyle Kingsbury'
Expand Down

0 comments on commit 0ac447c

Please sign in to comment.