Skip to content

Commit

Permalink
getting the rakefile and dependencies correct for each version
Browse files Browse the repository at this point in the history
  • Loading branch information
Gregory,Dake committed May 15, 2012
1 parent eb7797d commit 1d09a21
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 30 deletions.
8 changes: 0 additions & 8 deletions Gemfile

This file was deleted.

20 changes: 0 additions & 20 deletions Gemfile.lock

This file was deleted.

3 changes: 1 addition & 2 deletions Rakefile
Expand Up @@ -44,9 +44,8 @@ spec = Gem::Specification.new do |s|
s.executables = [ 'sample_driver.rb', 'Setup.rb' ]
s.test_files = Dir["test/unit/ts_unit.rb"]
s.has_rdoc = true
s.add_dependency('i18n')
s.add_dependency('xml-simple')
s.add_dependency('xml-object')
s.add_dependency('xml-mapping')
s.add_development_dependency('mocha')
end

Expand Down

0 comments on commit 1d09a21

Please sign in to comment.