Skip to content

Commit

Permalink
Replace tvdb submodule with jasoncodes' fork using Bundler.
Browse files Browse the repository at this point in the history
  • Loading branch information
jasoncodes committed Apr 10, 2011
1 parent dfa7722 commit 838c925
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 6 deletions.
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Original file line Diff line number Diff line change
@@ -1,2 +1 @@
.DS_Store .bundle
._*
3 changes: 0 additions & 3 deletions .gitmodules

This file was deleted.

3 changes: 3 additions & 0 deletions Gemfile
Original file line number Original file line Diff line number Diff line change
@@ -0,0 +1,3 @@
source 'http://rubygems.org'

gem 'tvdb', :git => 'git://github.com/jasoncodes/tvdb.git'
17 changes: 17 additions & 0 deletions Gemfile.lock
Original file line number Original file line Diff line number Diff line change
@@ -0,0 +1,17 @@
GIT
remote: git://github.com/jasoncodes/tvdb.git
revision: 327dd5b4ae813d129a9789fd3de40a48589c4a3a
specs:
tvdb (0.0.1)
xml-simple (~> 1.0.12)

GEM
remote: http://rubygems.org/
specs:
xml-simple (1.0.15)

PLATFORMS
ruby

DEPENDENCIES
tvdb!
1 change: 0 additions & 1 deletion lib/tvdb
Submodule tvdb deleted from af7c0f
3 changes: 3 additions & 0 deletions tv-renamer.rb
Original file line number Original file line Diff line number Diff line change
@@ -1,5 +1,8 @@
#!/usr/bin/env ruby #!/usr/bin/env ruby


require 'rubygems'
require 'bundler/setup'

$: << File.dirname(__FILE__) + '/lib' $: << File.dirname(__FILE__) + '/lib'


require 'tvdb' require 'tvdb'
Expand Down

0 comments on commit 838c925

Please sign in to comment.