Sha256: a591746cdce7cf4a4db56cdb3874cc64a568973e09713e10bbe41d450ccd54e8

Contents?: true

Size: 288 Bytes

Versions: 14

Compression:

Stored size: 288 Bytes

Contents

require 'rubygems'
require 'bundler'
Bundler.setup

Bundler::GemHelper.install_tasks

require 'rspec/core/rake_task'
RSpec::Core::RakeTask.new do |spec|
  spec.pattern = 'spec/**/*_spec.rb'
end

require 'rubocop/rake_task'
RuboCop::RakeTask.new(:rubocop)

task default: [:rubocop, :spec]

Version data entries

14 entries across 13 versions & 3 rubygems

Version Path
hashie-3.5.0 Rakefile
logstash-input-salesforce-3.0.0 vendor/jruby/1.9/gems/hashie-3.4.6/Rakefile
hashie-3.4.6 Rakefile
hashie-3.4.5 Rakefile
hashie-3.4.4 Rakefile
tdiary-4.2.1 vendor/bundle/ruby/2.2.0/gems/hashie-3.4.3/Rakefile
tdiary-4.2.1 vendor/bundle/ruby/2.3.0/gems/hashie-3.4.3/Rakefile
hashie-3.4.3 Rakefile
hashie-3.4.2 Rakefile
hashie-3.4.1 Rakefile
hashie-3.4.0 Rakefile
hashie-3.3.2 Rakefile
hashie-3.3.1 Rakefile
hashie-3.2.0 Rakefile