Sha256: 8c6776df8ed600844c35f479012af6bdca1dd9f11eb23e389bd21710efa2ee1b
Contents?: true
Size: 1.35 KB
Versions: 1
Compression:
Stored size: 1.35 KB
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'orlando_events/version' Gem::Specification.new do |spec| spec.name = "orlando_events" spec.version = OrlandoEvents::VERSION spec.authors = ["'Erika Hughes'"] spec.email = ["'ehughes@knights.ucf.edu'"] spec.summary = %q{Information for events in Downtown Orlando Florida} spec.homepage = "https://github.com/FreeBreadsticks/erika-cli-app" spec.license = "MIT" # Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host' # to allow pushing to a single host or delete this section to allow pushing to any host. # if spec.respond_to?(:metadata) # spec.metadata['allowed_push_host'] = "Set to 'http://rubygems.org/gems/orlando_events'" # else # raise "RubyGems 2.0 or newer is required to protect against " \ # "public gem pushes." # end spec.files = `git ls-files -z`.split("\x0").reject do |f| f.match(%r{^(test|spec|features)/}) end spec.executables = ["orlando_events"] spec.require_paths = ["lib"] spec.add_development_dependency "bundler", "~> 1.14" spec.add_development_dependency "rake", "~> 10.0" spec.add_development_dependency "pry" spec.add_dependency "nokogiri" spec.add_dependency "colorize" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
orlando_events-0.1.5 | orlando_events.gemspec |