Skip to content

Commit

Permalink
Removing rubygems.
Browse files Browse the repository at this point in the history
  • Loading branch information
jnunemaker committed Jun 18, 2010
1 parent eb7e0de commit b344d15
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
2 changes: 0 additions & 2 deletions lib/happymapper.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
require 'rubygems'
gem 'libxml-ruby', '=1.1.3'
require 'date'
require 'time'
require 'xml'
Expand Down
9 changes: 1 addition & 8 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
@@ -1,11 +1,4 @@
begin
require 'spec'
rescue LoadError
require 'rubygems'
gem 'rspec'
require 'spec'
end

require 'spec'
require File.expand_path('../../lib/happymapper', __FILE__)

def fixture_file(filename)
Expand Down

0 comments on commit b344d15

Please sign in to comment.