Sha256: 47d96a47e93c655368b9e8296e6ec9d2c7df01a546710bfd96f712a26442e7ea

Contents?: true

Size: 248 Bytes

Versions: 3

Compression:

Stored size: 248 Bytes

Contents

module Shoe
  module Tasks

    class Abstract
      attr_reader :spec

      def initialize(spec)
        @spec = Gem::Specification.load(spec)
        @spec.extend(Extensions::Specification)
        define if active?
      end
    end

  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
shoe-0.6.2 lib/shoe/tasks/abstract.rb
shoe-0.6.1 lib/shoe/tasks/abstract.rb
shoe-0.6.0 lib/shoe/tasks/abstract.rb