Sha256: bbd257d298b07f170009fdc24a840882f3f897e2ace0f28f978ad6897e0a8861
Contents?: true
Size: 1.33 KB
Versions: 2
Compression:
Stored size: 1.33 KB
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'english_thoughts/version' Gem::Specification.new do |spec| spec.name = "english_thoughts" spec.version = EnglishThoughts::VERSION spec.authors = ["Nithin"] spec.email = ["imnithink@gmail.com"] spec.summary = %q{Handpicked english thoughts.} spec.description = %q{Print a random thought from pre-defined set} spec.homepage = "https://github.com/imnithin/english_thoughts" spec.license = "MIT" # Prevent pushing this gem to RubyGems.org by setting 'allowed_push_host', or # delete this section to allow pushing this gem to any host. # if spec.respond_to?(:metadata) # spec.metadata['allowed_push_host'] = "https://github.com/imnithin/english_thoughts" # else # raise "RubyGems 2.0 or newer is required to protect against public gem pushes." # end 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.11" spec.add_development_dependency "rake", "~> 10.0" spec.add_development_dependency "rspec", "~> 3.0" end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
english_thoughts-0.0.3 | english_thoughts.gemspec |
english_thoughts-0.0.2 | english_thoughts.gemspec |