Sha256: 94231cf55c6024426f05ca03e5ae8d0be34d9f703bfb5ba468312638e9e14d7f

Contents?: true

Size: 336 Bytes

Versions: 4

Compression:

Stored size: 336 Bytes

Contents

# frozen_string_literal: true

require 'rpdoc'

namespace :rpdoc do
  desc 'push collection to the Postman server'
  task :push do
    postman_collection = Rpdoc::PostmanCollection.new
    postman_collection.save
    postman_collection.send(Rpdoc.configuration.rpdoc_auto_push_strategy) if Rpdoc.configuration.rpdoc_auto_push
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
rpdoc-0.2.3 lib/rpdoc/rpdoc.rake
rpdoc-0.2.2 lib/rpdoc/rpdoc.rake
rpdoc-0.2.1 lib/rpdoc/rpdoc.rake
rpdoc-0.2.0 lib/rpdoc/rpdoc.rake