Skip to content

Commit

Permalink
installer: require integrity from path, not rubygems
Browse files Browse the repository at this point in the history
  • Loading branch information
sr committed Nov 14, 2008
1 parent 3ff2b6e commit 599e7d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/integrity
@@ -1,8 +1,8 @@
#!/usr/bin/env ruby

require "rubygems"
require "thor"
require "integrity"

require File.dirname(__FILE__) + "/../lib/integrity"

class WithIntegrity < Thor
include FileUtils
Expand Down

0 comments on commit 599e7d9

Please sign in to comment.