Sha256: 3ce7af505d76b2357d76d48a63b27aeec1cd5852bc839bd2960701f1ccd9c274

Contents?: true

Size: 272 Bytes

Versions: 4

Compression:

Stored size: 272 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/migrations.rake"
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
restpack_gem-0.0.13 lib/restpack_gem/tasks.rb
restpack_gem-0.0.12 lib/restpack_gem/tasks.rb
restpack_gem-0.0.11 lib/restpack_gem/tasks.rb
restpack_gem-0.0.10 lib/restpack_gem/tasks.rb