Sha256: 02c64c884765c00120e16a8d15d32d82dce5851a645e951e1ac213ebf39d7304

Contents?: true

Size: 221 Bytes

Versions: 3

Compression:

Stored size: 221 Bytes

Contents

module Shoe
  module Extensions

    module Specification
      def self.extended(specification)
        specification.loaded_from = Dir.pwd
      end

      def full_gem_path
        Dir.pwd
      end
    end

  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
shoe-0.8.0 lib/shoe/extensions/specification.rb
shoe-0.7.1 lib/shoe/extensions/specification.rb
shoe-0.7.0 lib/shoe/extensions/specification.rb