Sha256: 3f6a809055d17db7394a7c09a33ccc5cb520ae20317639fa6cd5848913a8dcde

Contents?: true

Size: 856 Bytes

Versions: 2

Compression:

Stored size: 856 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          = "bindless"
  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{Run any ruby procs with different binds on the fly!}
  spec.summary       = %q{run ruby procs with different binds on the fly!}
  spec.homepage      = "https://github.com/adamluzsi/asynchronous"
  #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

2 entries across 2 versions & 1 rubygems

Version Path
bindless-1.0.1 bindless.gemspec
bindless-1.0.0 bindless.gemspec