Skip to content

Commit

Permalink
Remove Bundler code.
Browse files Browse the repository at this point in the history
  • Loading branch information
scelis committed Sep 20, 2014
1 parent ca29977 commit a3a0f6d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 8 deletions.
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#Ruby gem
*.gem
.idea/
*.lock
*.lock
6 changes: 1 addition & 5 deletions Rakefile
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
require 'bundler'
require 'rake'
require 'rake/testtask'

# Add build, install, and release tasks.
Bundler::GemHelper.install_tasks

Rake::TestTask.new do |t|
t.test_files = %w(test/twine_test.rb)
end

task :default => :test
task :default => :test
2 changes: 1 addition & 1 deletion lib/twine/plugin.rb
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,4 @@ def join_path *paths
File.expand_path File.join *paths
end
end
end
end

0 comments on commit a3a0f6d

Please sign in to comment.