Sha256: d43e795af580705ebddfcf17c1c50b18a7aa422179cdecb805b8bba410fd47a3

Contents?: true

Size: 216 Bytes

Versions: 25

Compression:

Stored size: 216 Bytes

Contents

# frozen_string_literal: true

$LOAD_PATH.unshift File.expand_path('lib', __dir__)
require 'app_info'
require 'bundler/gem_tasks'
require 'rspec/core/rake_task'

RSpec::Core::RakeTask.new(:spec)

task default: :spec

Version data entries

25 entries across 25 versions & 1 rubygems

Version Path
app-info-2.7.0 Rakefile
app-info-2.7.0.beta5 Rakefile
app-info-2.7.0.beta2 Rakefile
app-info-2.7.0.beta1 Rakefile
app-info-2.6.5 Rakefile
app-info-2.6.4 Rakefile
app-info-2.6.3 Rakefile
app-info-2.6.2 Rakefile
app-info-2.6.1 Rakefile
app-info-2.6.0 Rakefile
app-info-2.5.4 Rakefile
app-info-2.5.3 Rakefile
app-info-2.5.2 Rakefile
app-info-2.5.1 Rakefile
app-info-2.4.3 Rakefile
app-info-2.4.2 Rakefile
app-info-2.4.1 Rakefile
app-info-2.3.0 Rakefile
app-info-2.2.0 Rakefile
app-info-2.1.4 Rakefile