Sha256: 57b07d1ddac236418264e5a006e3cd16f63aa72d4a64a71d4bba36a642afda05
Contents?: true
Size: 861 Bytes
Versions: 5
Compression:
Stored size: 861 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' end
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
smart_ioc-0.1.18 | smart_ioc.gemspec |
smart_ioc-0.1.17 | smart_ioc.gemspec |
smart_ioc-0.1.16 | smart_ioc.gemspec |
smart_ioc-0.1.14 | smart_ioc.gemspec |
smart_ioc-0.1.13 | smart_ioc.gemspec |