Sha256: 6c83c70bae30eff25a41a230ebc5a22f8886fb968aa6395e35f0b50ed8c78a0a
Contents?: true
Size: 1.24 KB
Versions: 3
Compression:
Stored size: 1.24 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 (Alton Towers, Disney World Animal Kingdom, Disney World Epcot, Disney World Hollywood Studios, Disney World Magic Kingdom, Disneyland, Disneyland California Adventure, Disneyland Paris, Seaworld San Antonio, Seaworld San Diego, Seaworld Orlando, Thorpe Park)' s.license = 'MIT' s.required_rubygems_version = '>= 1.3.6' s.rubyforge_project = 'echelon' s.add_development_dependency 'bundler', '~> 1.0' s.add_development_dependency 'rspec', '~> 2.4' s.add_dependency 'json_pure', '1.8.1' s.add_dependency 'zip', '2.0.2' s.add_dependency 'nokogiri', '~> 1.5' 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
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
echelon-1.1.2 | echelon.gemspec |
echelon-1.1.1 | echelon.gemspec |
echelon-1.1.0 | echelon.gemspec |