Sha256: 284a90a6a51ec4e44a89e8a2a2db38174a5ae0e656d4b1c3c3c2ba9a4d79cf89
Contents?: true
Size: 891 Bytes
Versions: 3
Compression:
Stored size: 891 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 "pry" end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
smart_ioc-0.5.2 | smart_ioc.gemspec |
smart_ioc-0.5.1 | smart_ioc.gemspec |
smart_ioc-0.5.0 | smart_ioc.gemspec |