Skip to content

Commit

Permalink
Merge 1de54de into 02308ca
Browse files Browse the repository at this point in the history
  • Loading branch information
tarcieri committed Sep 27, 2014
2 parents 02308ca + 1de54de commit 92ae027
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 73 deletions.
3 changes: 2 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@ group :development do
end

group :test do
gem 'coveralls', :require => false
gem 'coveralls', require: false
gem 'rbnacl-libsodium'
end
9 changes: 5 additions & 4 deletions Rakefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
require "bundler/gem_tasks"
Dir[File.expand_path("../tasks/**/*.rake", __FILE__)].each { |task| load task }
require File.expand_path("../lib/rbnacl/rake_tasks", __FILE__)
require 'bundler/gem_tasks'

task :default => %w(spec rubocop)
Dir[File.expand_path('../tasks/**/*.rake', __FILE__)].each { |task| load task }

task default: %w(spec rubocop)
task ci: :spec
57 changes: 0 additions & 57 deletions lib/rbnacl/rake_tasks.rb

This file was deleted.

11 changes: 0 additions & 11 deletions tasks/ci.rake

This file was deleted.

0 comments on commit 92ae027

Please sign in to comment.