Sha256: a8356dcffb08ab6b81f4c3ec86cd6f58a28bdaa5620844f9a94c65c2bc6d6500
Contents?: true
Size: 1.25 KB
Versions: 1
Compression:
Stored size: 1.25 KB
Contents
# -*- encoding: utf-8 -*- $:.unshift File.expand_path("../lib", __FILE__) require "pathological/version" Gem::Specification.new do |s| s.name = "pathological-v2" s.version = Pathological::VERSION s.platform = Gem::Platform::RUBY s.required_rubygems_version = Gem::Requirement.new(">=2.3.0") if s.respond_to? :required_rubygems_version= s.specification_version = 2 if s.respond_to? :specification_version= s.authors = "Maheshwaran G" s.email = "maheshwarang@brightcove.com" s.homepage = "http://www.ooyala.com" s.rubyforge_project = "pathological-v2" s.summary = "A nice way to manage your project's require paths." s.description = <<-DESCRIPTION Extension of Pathological Gem to support Ruby > 1.9 version indicates all directories to include in the load path. DESCRIPTION s.files = `git ls-files`.split("\n").reject { |f| f == ".gitignore" } s.require_paths = ["lib"] # Require rr >= 1.0.3 and scope >= 0.2.3 for mutual compatibility. s.add_development_dependency "rr", "=1.0.4" s.add_development_dependency "scope", "~> 0.2.3" s.add_development_dependency "fakefs", "~> 0.4.0" s.add_development_dependency "rake", "~>0.9.2.2" s.add_development_dependency "minitest", "=4.3.3" s.add_development_dependency "dedent" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
pathological-v2-0.3.1 | pathological.gemspec |