Sha256: 66f19a4da69d7181f38f0a5dff4496dea684eec7e85514c929b6f6306681a3c1
Contents?: true
Size: 942 Bytes
Versions: 1
Compression:
Stored size: 942 Bytes
Contents
# coding: utf-8 lib = File.expand_path('../lib/', __FILE__) $:.unshift lib unless $:.include?(lib) require 'thor/version' Gem::Specification.new do |spec| spec.add_development_dependency 'bundler', '~> 1.0' spec.authors = ['Yehuda Katz', 'José Valim'] spec.description = %q{A scripting framework that replaces rake, sake and rubigen} spec.email = 'ruby-thor@googlegroups.com' spec.executables = %w(thor-exclude_pattern) spec.files = %w(.document CHANGELOG.md LICENSE.md README.md Thorfile thor-exclude_pattern.gemspec) spec.files += Dir.glob("bin/**/*") spec.files += Dir.glob("lib/**/*.rb") spec.files += Dir.glob("spec/**/*") spec.homepage = 'http://whatisthor.com/' spec.licenses = ['MIT'] spec.name = 'thor-exclude_pattern' spec.require_paths = ['lib'] spec.required_rubygems_version = '>= 1.3.6' spec.summary = spec.description spec.test_files = Dir.glob("spec/**/*") spec.version = Thor::VERSION end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
thor-exclude_pattern-0.18.1 | thor-exclude_pattern.gemspec |