Sha256: 39f30facd33d8400f027546ff5d9f8c6dad579aed91f839333b724433e370704

Contents?: true

Size: 334 Bytes

Versions: 30

Compression:

Stored size: 334 Bytes

Contents

require 'rubygems'
require 'bundler'
require 'bundler/gem_tasks'

Bundler.setup :default, :development

require 'rspec/core'
require 'rspec/core/rake_task'

RSpec::Core::RakeTask.new(:spec) do |spec|
  spec.pattern = FileList['spec/**/*_spec.rb']
end

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

task default: %i[rubocop spec]

Version data entries

30 entries across 30 versions & 4 rubygems

Version Path
iex-ruby-client-2.1.0 Rakefile
iex-ruby-client-2.0.0 Rakefile
iex-ruby-client-1.6.0 Rakefile
money_helper-2.0.0 Rakefile
iex-ruby-client-1.5.0 Rakefile
iex-ruby-client-1.4.1 Rakefile
iex-ruby-client-1.4.0 Rakefile
iex-ruby-client-1.3.0 Rakefile
iex-ruby-client-1.2.0 Rakefile
iex-ruby-client-1.1.2 Rakefile
iex-ruby-client-1.1.1 Rakefile
iex-ruby-client-1.1.0 Rakefile
iex-ruby-client-1.0.1 Rakefile
iex-ruby-client-1.0.0 Rakefile
money_helper-1.0.2 Rakefile
iex-ruby-client-0.4.4 Rakefile
strava-ruby-client-0.1.0 Rakefile
iex-ruby-client-0.4.3 Rakefile
iex-ruby-client-0.4.2 Rakefile
iex-ruby-client-0.4.1 Rakefile