# -*- encoding: utf-8 -*- # stub: hyperloop 0.0.2 ruby lib Gem::Specification.new do |s| s.name = "hyperloop".freeze s.version = "0.0.2".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Jake Boxer".freeze] s.date = "2013-09-21" s.description = "Hyperloop lets you make simple websites with a technology stack familiar to Rails programmers.".freeze s.email = ["jake@github.com".freeze] s.files = [".gitignore".freeze, ".ruby-version".freeze, "Gemfile".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "hyperloop.gemspec".freeze, "lib/hyperloop.rb".freeze, "lib/hyperloop/application.rb".freeze, "lib/hyperloop/response.rb".freeze, "lib/hyperloop/version.rb".freeze, "spec/application_spec.rb".freeze, "spec/fixtures/simple/app/views/about.html".freeze, "spec/fixtures/simple/app/views/index.html".freeze, "spec/fixtures/subdirectories/app/views/about.html".freeze, "spec/fixtures/subdirectories/app/views/index.html".freeze, "spec/fixtures/subdirectories/app/views/subdir1/index.html".freeze, "spec/fixtures/subdirectories/app/views/subdir1/kanye.html".freeze, "spec/response_spec.rb".freeze] s.homepage = "".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Make simple websites with Rails conventions and conveniences.".freeze s.test_files = ["spec/application_spec.rb".freeze, "spec/fixtures/simple/app/views/about.html".freeze, "spec/fixtures/simple/app/views/index.html".freeze, "spec/fixtures/subdirectories/app/views/about.html".freeze, "spec/fixtures/subdirectories/app/views/index.html".freeze, "spec/fixtures/subdirectories/app/views/subdir1/index.html".freeze, "spec/fixtures/subdirectories/app/views/subdir1/kanye.html".freeze, "spec/response_spec.rb".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 1.5".freeze]) s.add_development_dependency(%q.freeze, ["~> 1.3".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, ["~> 2.14".freeze]) end