Sha256: 29ee26cc072a84e77674985fd92b2e188863cd91cd4c4c486375c7f9ed6fb3db
Contents?: true
Size: 1.11 KB
Versions: 2
Compression:
Stored size: 1.11 KB
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'brightTALK/version' Gem::Specification.new do |spec| spec.name = "brightTALK" spec.version = BrightTALK::VERSION spec.authors = ["JAI"] spec.email = ["goginenijaiprakash@yahoo.com"] spec.summary = %q{BtTerminalApp is intended to create test data faster. It has been made to be highly configurable so that data can be created specific to requirements.} spec.description = %q{BtTerminalApp uses Ruby 2.1.1 to 2.1.4} spec.homepage = "https://www.brighttalk.com" # Prevent pushing this gem to RubyGems.org by setting 'allowed_push_host', or # delete this section to allow pushing this gem to any host. spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) } spec.bindir = "exe" spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) } spec.require_paths = ["lib"] spec.add_development_dependency "bundler", "~> 1.10" spec.add_development_dependency "rake", "~> 10.0" end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
brightTALK-0.1.3 | brightTALK.gemspec |
brightTALK-0.1.2 | brightTALK.gemspec |