Sha256: 9b5476b242fa597fec4c473f6ce646c064538dec7b75a001768e175bf9afe259
Contents?: true
Size: 969 Bytes
Versions: 4
Compression:
Stored size: 969 Bytes
Contents
# coding: utf-8 # require File.expand_path(File.join(File.dirname(__FILE__),"files.rb")) ### Specification for the new Gem Gem::Specification.new do |spec| spec.name = "loader" spec.version = File.open(File.join(File.dirname(__FILE__),"VERSION")).read.split("\n")[0].chomp.gsub(' ','') spec.authors = ["Adam Luzsi"] spec.email = ["adamluzsi@gmail.com"] spec.description = %q{ dsl for gem helper calls such like relative folder calls that independ on the Dir.pwd or File.expand tricks and config loader stuffs, Check out the GIT! } spec.summary = %q{DSL for helping make file require easy just like build configuration objects } spec.homepage = "https://github.com/adamluzsi/loader" 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"] end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
loader-1.4.2 | loader.gemspec |
loader-1.4.1 | loader.gemspec |
loader-1.3.2 | loader.gemspec |
loader-1.3.1 | loader.gemspec |