Sha256: 60ecb91f6a3bf72b3de12d2083b860c98bd84de5ab7975f9e2c646f3455a731d
Contents?: true
Size: 930 Bytes
Versions: 4
Compression:
Stored size: 930 Bytes
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'text_injector/version' Gem::Specification.new do |spec| spec.name = "text_injector" spec.version = TextInjector::VERSION spec.authors = ["Tung Nguyen"] spec.email = ["tongueroo@gmail.com"] spec.summary = %q{Text Injector: injects text to a file} spec.homepage = "http://github.com/tongueroo/text_injector" spec.license = "MIT" spec.files = `git ls-files -z`.split("\x0") spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) } spec.test_files = spec.files.grep(%r{^(test|spec|features)/}) spec.require_paths = ["lib"] spec.add_development_dependency "bundler", "~> 1.5" spec.add_development_dependency "rake" spec.add_development_dependency "rspec" spec.add_development_dependency "guard-rspec" end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
text_injector-0.0.4 | text_injector.gemspec |
text_injector-0.0.3 | text_injector.gemspec |
text_injector-0.0.2 | text_injector.gemspec |
text_injector-0.0.1 | text_injector.gemspec |