Sha256: 57a14b22469db34af523431691d69933103e088e246f9180e5abc955977045e7

Contents?: true

Size: 264 Bytes

Versions: 5

Compression:

Stored size: 264 Bytes

Contents

module RestPack::Gem
  class Tasks
    def self.load_tasks
      load "restpack_gem/tasks/gem.rake"
      load "restpack_gem/tasks/rspec.rake"
    end

    def self.load_service_tasks
      self.load_tasks
      load "restpack_gem/tasks/db.rake"
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
restpack_gem-0.0.18 lib/restpack_gem/tasks.rb
restpack_gem-0.0.17 lib/restpack_gem/tasks.rb
restpack_gem-0.0.16 lib/restpack_gem/tasks.rb
restpack_gem-0.0.15 lib/restpack_gem/tasks.rb
restpack_gem-0.0.14 lib/restpack_gem/tasks.rb