Sha256: 694bea013efaa2288aa4b6492cd437a100b69bb8c5bd055a3103d53cb1955f16
Contents?: true
Size: 1.11 KB
Versions: 7
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 'turf/version' Gem::Specification.new do |spec| spec.name = "turf" spec.version = Turf::VERSION spec.authors = ["MrPowers"] spec.email = ["matthewkevinpowers@gmail.com"] spec.summary = %q{Sets application variables based on the environment} spec.description = %q{Easily set application variables for the test, development, and production environments. Works well with environment variables and provides a gitignored file for local overrides.} spec.homepage = "https://github.com/MrPowers/turf" spec.license = "MIT" 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" spec.add_development_dependency "rspec" spec.add_development_dependency "pry" end
Version data entries
7 entries across 7 versions & 1 rubygems
Version | Path |
---|---|
turf-1.3.0 | turf.gemspec |
turf-1.2.0 | turf.gemspec |
turf-1.1.0 | turf.gemspec |
turf-1.0.0 | turf.gemspec |
turf-0.0.5 | turf.gemspec |
turf-0.0.4 | turf.gemspec |
turf-0.0.3 | turf.gemspec |