Sha256: 836727d4c4f0d9e1c7f0c73f944931ebb41cc365eba65765a7d90c313d95f320

Contents?: true

Size: 806 Bytes

Versions: 1

Compression:

Stored size: 806 Bytes

Contents

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

Gem::Specification.new do |spec|
  spec.name          = "behavioral"
  spec.version       = Behavioral::VERSION
  spec.authors       = ["'Jim Gay'"]
  spec.email         = ["jim@saturnflyer.com"]
  spec.summary       = %q{Add and remove behaviors to individual objects}
  spec.description   = %q{Add and remove behaviors to individual objects}
  spec.homepage      = "http://github.com/saturnflyer/behavioral"
  spec.license       = "MIT"

  spec.files         = Dir.glob("lib/**/*", File::FNM_DOTMATCH) + %w[ README.md LICENSE.txt behavioral.gemspec Gemfile ]
  spec.test_files    = Dir.glob("test/**/*", File::FNM_DOTMATCH)
  spec.require_paths = ["lib"]
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
behavioral-1.0.0 behavioral.gemspec