Sha256: 65b0679f63f2bd865a3781631a5fcbbae2b987837eda5deda118636f46b7e24b

Contents?: true

Size: 895 Bytes

Versions: 6

Compression:

Stored size: 895 Bytes

Contents

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

Gem::Specification.new do |spec|
  spec.name          = "smart_ioc"
  spec.version       = SmartIoC::VERSION
  spec.authors       = ["Ruslan Gatiyatov"]
  spec.email         = ["ruslan@droidlabs.pro"]
  spec.description   = %q{Inversion of Control Container}
  spec.summary       = %q{Inversion of Control Container}
  spec.homepage      = "http://github.com/droidlabs/smart_ioc"
  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{^(spec)/})
  spec.require_paths = ["lib"]

  spec.add_development_dependency 'bundler'
  spec.add_development_dependency 'rake'
  spec.add_development_dependency "codecov"
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
smart_ioc-0.3.9 smart_ioc.gemspec
smart_ioc-0.4.0 smart_ioc.gemspec
smart_ioc-0.3.8 smart_ioc.gemspec
smart_ioc-0.3.7 smart_ioc.gemspec
smart_ioc-0.3.6 smart_ioc.gemspec
smart_ioc-0.3.5 smart_ioc.gemspec