Sha256: 5b9f1534c89d3b01f98310bdb2edfb15c530477020fe518262b501cc1ccc254b
Contents?: true
Size: 1.07 KB
Versions: 1
Compression:
Stored size: 1.07 KB
Contents
# -*- encoding: utf-8 -*- $:.push File.expand_path("../lib", __FILE__) require "lodging/version" Gem::Specification.new do |s| s.name = %q{lodging} s.version = BrighterPlanet::Lodging::VERSION s.authors = ["Andy Rossmeissl", "Seamus Abshere", "Ian Hough", "Matt Kling", "Derek Kastner"] s.date = "2012-05-16" s.summary = %q{A carbon model} s.description = %q{A software model in Ruby for the greenhouse gas emissions of a lodging} s.email = %q{andy@rossmeissl.net} s.homepage = %q{https://github.com/brighterplanet/lodging} s.extra_rdoc_files = [ "LICENSE", "LICENSE-PREAMBLE", "README.rdoc" ] s.files = `git ls-files`.split("\n") s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) } s.require_paths = ["lib"] s.add_runtime_dependency 'earth', '~>0.11.13' s.add_runtime_dependency 'emitter', '~>0.11.0' s.add_runtime_dependency 'fuzzy_infer', '>=0.0.2' s.add_development_dependency 'mysql2' s.add_development_dependency 'sniff', '~>0.11.11' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
lodging-0.0.13 | lodging.gemspec |