Sha256: ef51d5b15d8e772d005eb0fb87bf508cff446247eeee085f5391b3f140a6609b
Contents?: true
Size: 1.02 KB
Versions: 2
Compression:
Stored size: 1.02 KB
Contents
# -*- encoding: utf-8 -*- require File.expand_path("../lib/echelon/version", __FILE__) Gem::Specification.new do |s| s.name = "echelon" s.version = Echelon::VERSION s.platform = Gem::Platform::RUBY s.authors = ["Lloyd Pick"] s.email = ["lloydpick@gmail.com"] s.homepage = "http://github.com/lloydpick/echelon" s.summary = "RubyGem to give quick access to Theme Park queue times" s.description = "RubyGem to give quick access to Theme Park queue times (Disneyland Paris, Thorpe Park, Seaworld San Antonio supported)" s.required_rubygems_version = ">= 1.3.6" s.rubyforge_project = "echelon" s.add_development_dependency "bundler", ">= 1.0.0" s.add_development_dependency "rspec", ">= 2.4.0" s.add_dependency "json_pure", "1.4.6" s.add_dependency "zip", "2.0.2" s.add_dependency "xml-simple", "1.0.12" s.files = `git ls-files`.split("\n") s.executables = `git ls-files`.split("\n").map{|f| f =~ /^bin\/(.*)/ ? $1 : nil}.compact s.require_path = 'lib' end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
echelon-0.0.5 | echelon.gemspec |
echelon-0.0.4 | echelon.gemspec |