Sha256: 62c94b0d9c8883b39d54395fbedc1a73fced28120cd7b56d6516f5e93c836ca4

Contents?: true

Size: 322 Bytes

Versions: 15

Compression:

Stored size: 322 Bytes

Contents

# frozen_string_literal: true

require 'bundler/gem_tasks'
require 'rspec/core'

begin
  require 'rspec/core/rake_task'
rescue LoadError
  # Ignored
end

if defined?(RSpec)
  desc 'Run specs'
  RSpec::Core::RakeTask.new(:spec) do |spec|
    spec.pattern = FileList['spec/**/*_spec.rb']
  end

  task default: %i[spec]
end

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
crowdin-api-1.12.0 Rakefile
crowdin-api-1.10.0 Rakefile
crowdin-api-1.9.0 Rakefile
crowdin-api-1.8.1 Rakefile
crowdin-api-1.8.0 Rakefile
crowdin-api-1.7.0 Rakefile
crowdin-api-1.6.0 Rakefile
crowdin-api-1.5.0 Rakefile
crowdin-api-1.4.0 Rakefile
crowdin-api-1.3.0 Rakefile
crowdin-api-1.2.1 Rakefile
crowdin-api-1.2.0 Rakefile
crowdin-api-1.1.1 Rakefile
crowdin-api-1.1.0 Rakefile
crowdin-api-1.0.0 Rakefile