Sha256: ad54d69c7b32849e4e0e29afbb0ce153deb76bb462f5b68ab9a543d8f1ec0622

Contents?: true

Size: 905 Bytes

Versions: 21

Compression:

Stored size: 905 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', '~> 1.3'
  spec.add_development_dependency 'rake'
  spec.add_development_dependency "codecov"
end

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
smart_ioc-0.3.2 smart_ioc.gemspec
smart_ioc-0.3.1 smart_ioc.gemspec
smart_ioc-0.3.0 smart_ioc.gemspec
smart_ioc-0.2.5 smart_ioc.gemspec
smart_ioc-0.2.4 smart_ioc.gemspec
smart_ioc-0.2.3 smart_ioc.gemspec
smart_ioc-0.2.2 smart_ioc.gemspec
smart_ioc-0.2.1 smart_ioc.gemspec
smart_ioc-0.2.0 smart_ioc.gemspec
smart_ioc-0.1.30 smart_ioc.gemspec
smart_ioc-0.1.29 smart_ioc.gemspec
smart_ioc-0.1.28 smart_ioc.gemspec
smart_ioc-0.1.27 smart_ioc.gemspec
smart_ioc-0.1.26 smart_ioc.gemspec
smart_ioc-0.1.25 smart_ioc.gemspec
smart_ioc-0.1.24 smart_ioc.gemspec
smart_ioc-0.1.23 smart_ioc.gemspec
smart_ioc-0.1.22 smart_ioc.gemspec
smart_ioc-0.1.21 smart_ioc.gemspec
smart_ioc-0.1.20 smart_ioc.gemspec