Sha256: 3f485d9ae2b600e381d39246c4e82b4eef205ae2cbe02a6eee4ca85a75e5092a

Contents?: true

Size: 961 Bytes

Versions: 5

Compression:

Stored size: 961 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 loads and configuration objects }
  spec.homepage      = "https://github.com/adamluzsi/loader"
  spec.license       = "MIT"

  spec.files         = SpecFiles
  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

5 entries across 5 versions & 1 rubygems

Version Path
loader-1.0.6 loader.gemspec
loader-1.0.5 loader.gemspec
loader-1.0.4 loader.gemspec
loader-1.0.3 loader.gemspec
loader-1.0.2 loader.gemspec