Sha256: 1c3962fc36a8baf3ed8fcefff746a1a15a356fd287a30d6f8151286ddd7667c9

Contents?: true

Size: 484 Bytes

Versions: 54

Compression:

Stored size: 484 Bytes

Contents

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

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

task default: :spec

require 'sdoc'
RDoc::Task.new(:doc) do |rdoc|
  rdoc.rdoc_dir = 'doc'

  rdoc.title = 'RailsStuff'

  rdoc.options << '--markup' << 'markdown'
  rdoc.options << '-e' << 'UTF-8'
  rdoc.options << '--format' << 'sdoc'
  rdoc.options << '--template' << 'rails'
  rdoc.options << '--all'

  rdoc.rdoc_files.include('README.md')
  rdoc.rdoc_files.include('lib/**/*.rb')
end

Version data entries

54 entries across 54 versions & 3 rubygems

Version Path
telegram-bot-0.16.1 Rakefile
telegram-bot-0.15.7 Rakefile
telegram-bot-0.15.6 Rakefile
telegram-bot-0.15.4 Rakefile
telegram-bot-0.15.3 Rakefile
telegram-bot-0.15.2 Rakefile
telegram-bot-0.15.1 Rakefile
telegram-bot-0.15.0 Rakefile
gemfile_locker-0.4.0 Rakefile
telegram-bot-0.14.4 Rakefile
telegram-bot-0.14.3 Rakefile
telegram-bot-0.14.2 Rakefile
gemfile_locker-0.3.1 Rakefile
telegram-bot-0.14.1 Rakefile
gemfile_locker-0.3.0 Rakefile
telegram-bot-0.14.0 Rakefile
rails_stuff-0.6.0 Rakefile
telegram-bot-0.13.1 Rakefile
telegram-bot-0.13.0 Rakefile
telegram-bot-0.12.4 Rakefile