Sha256: 817c35d4a7b70f8b711a9f406065ec8dbe06884039caec0020077117c07ac754

Contents?: true

Size: 176 Bytes

Versions: 3

Compression:

Stored size: 176 Bytes

Contents

# rubocop:disable all
begin
  require 'rspec/core/rake_task'
  RSpec::Core::RakeTask.new(:spec)
  task :default => [:spec]
rescue LoadError
  # ignore
end
# rubocop:enable all

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
acts_as_read_only_i18n_localised-0.0.3 Rakefile
acts_as_read_only_i18n_localised-0.0.2 Rakefile
acts_as_read_only_i18n_localised-0.0.1 Rakefile