Sha256: 6095ae851806b7475ef3afb5d0765733647ff21b50bbac17db8cea59d8dece0d

Contents?: true

Size: 207 Bytes

Versions: 10

Compression:

Stored size: 207 Bytes

Contents

require 'bundler/gem_tasks'

begin
  require 'rspec/core/rake_task'

  RSpec::Core::RakeTask.new(:spec, :tag) do |t, task_args|
    t.rspec_opts = '--color'
  end
rescue LoadError
  # no rspec available
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
siren_client-2.0.1 Rakefile
siren_client-2.0.0 Rakefile
siren_client-1.0.2 Rakefile
siren_client-1.0.1 Rakefile
siren_client-1.0.0 Rakefile
siren_client-0.3.0 Rakefile
siren_client-0.2.1 Rakefile
siren_client-0.2.0 Rakefile
siren_client-0.1.1 Rakefile
siren_client-0.1 Rakefile