Sha256: a21b2f053830199f55ea24be91104542b60c136ad6bd8b4b8f7b75d456441ecd

Contents?: true

Size: 292 Bytes

Versions: 15

Compression:

Stored size: 292 Bytes

Contents

require 'bundler/gem_tasks'

require 'rspec/core/rake_task'
RSpec::Core::RakeTask.new(:spec)

task :default => :spec

namespace :doc do
  require 'yard'
  YARD::Rake::YardocTask.new do |task|
    task.files = ['README.md', 'lib/**/*.rb']
    task.options = ['--markup', 'markdown']
  end
end

Version data entries

15 entries across 15 versions & 2 rubygems

Version Path
g5_authentication_client-0.5.5 Rakefile
g5_authentication_client-1.0.0.pre.1 Rakefile
g5_authentication_client-0.5.4 Rakefile
g5_authentication_client-0.5.3 Rakefile
g5_authentication_client-0.5.2 Rakefile
g5_authentication_client-0.5.1 Rakefile
g5_authentication_client-0.5.0 Rakefile
g5_authentication_client-0.4.0 Rakefile
g5_authentication_client-0.3.0 Rakefile
g5_authentication_client-0.2.3 Rakefile
g5_authentication_client-0.2.1 Rakefile
g5_authentication_client-0.2.0 Rakefile
reps_client-0.1.1 Rakefile
reps_client-0.1.0 Rakefile
reps_client-0.0.1 Rakefile