Sha256: 37a6b32d57780aee6072d758d580a6f991e9e934fb37afdcafb7d9ff0aad9c4e

Contents?: true

Size: 288 Bytes

Versions: 24

Compression:

Stored size: 288 Bytes

Contents

# encoding: utf-8

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

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

def gemspec
  @gemspec ||= eval(File.read('apiary.gemspec'), binding, '.gemspec')
end

desc 'Validate the gemspec'
task :gemspec do
  gemspec.validate
end

Version data entries

24 entries across 24 versions & 1 rubygems

Version Path
apiaryio-0.17.0 Rakefile
apiaryio-0.16.1 Rakefile
apiaryio-0.16.0 Rakefile
apiaryio-0.15.2 Rakefile
apiaryio-0.15.1 Rakefile
apiaryio-0.15.0 Rakefile
apiaryio-0.14.1 Rakefile
apiaryio-0.14.0 Rakefile
apiaryio-0.13.0 Rakefile
apiaryio-0.12.0 Rakefile
apiaryio-0.11.1 Rakefile
apiaryio-0.11.0 Rakefile
apiaryio-0.10.2 Rakefile
apiaryio-0.10.1 Rakefile
apiaryio-0.9.1 Rakefile
apiaryio-0.9.0 Rakefile
apiaryio-0.8.1 Rakefile
apiaryio-0.8.0 Rakefile
apiaryio-0.7.0 Rakefile
apiaryio-0.6.1 Rakefile