Sha256: e123cedec9f6d24e541f685198bc8d8af3c78274c04e594f8fc20dbdf21cf0c1

Contents?: true

Size: 976 Bytes

Versions: 11

Compression:

Stored size: 976 Bytes

Contents

# coding: utf-8
lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'slim-grunt-helpers/version'

Gem::Specification.new do |spec|
  spec.name          = "slim-grunt-helpers"
  spec.version       = SlimGruntHelpers::VERSION
  spec.authors       = ["Fire-Dragon-DoL"]
  spec.email         = ["francesco.belladonna@gmail.com"]
  spec.description   = %q{Small set of helpers that can be used in slim templates}
  spec.summary       = %q{Small set of helpers that can be used in slim templates}
  spec.homepage      = "https://github.com/Fire-Dragon-DoL/slim-grunt-helpers"
  spec.license       = "MIT"

  spec.files         = `git ls-files`.split($/)
  spec.executables   = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
  spec.test_files    = spec.files.grep(%r{^(test|spec|features)/})
  spec.require_paths = ["lib"]

  spec.add_development_dependency "bundler", "~> 1.3"
  spec.add_development_dependency "rake"
end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
slim-grunt-helpers-0.4.1 slim_grunt_helpers.gemspec
slim-grunt-helpers-0.4.0 slim_grunt_helpers.gemspec
slim-grunt-helpers-0.3.0 slim_grunt_helpers.gemspec
slim-grunt-helpers-0.2.1 slim_grunt_helpers.gemspec
slim-grunt-helpers-0.2.0 slim_grunt_helpers.gemspec
slim-grunt-helpers-0.1.0 slim_grunt_helpers.gemspec
slim-grunt-helpers-0.0.5 slim_grunt_helpers.gemspec
slim-grunt-helpers-0.0.4 slim_grunt_helpers.gemspec
slim-grunt-helpers-0.0.3 slim_grunt_helpers.gemspec
slim-grunt-helpers-0.0.2 slim_grunt_helpers.gemspec
slim-grunt-helpers-0.0.1 slim_grunt_helpers.gemspec