# -*- encoding: utf-8 -*- # stub: storys 0.0.6 ruby lib Gem::Specification.new do |s| s.name = "storys".freeze s.version = "0.0.6".freeze s.required_rubygems_version = Gem::Requirement.new(">= 1.3.6".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Brenton \"B-Train\" Fletcher".freeze] s.date = "2014-04-28" s.description = "A collection of stories is a directory (the container) containing 1..* HTML files (stories). Storys indexes a collection in this format, and generates a HTML/JS Single Page Application (SPA) that allows you to browse and view stories in your collection. The SPA UI is much easier to use than using a filesystem browser; and the SPA, along with the collection can be trivially served over a network by putting the collection and the SPA in a directory served by nginx or Apache.".freeze s.email = ["i@bloople.net".freeze] s.executables = ["storys".freeze] s.files = [".gitignore".freeze, ".rspec".freeze, "Gemfile".freeze, "Gemfile.lock".freeze, "LICENSE".freeze, "Rakefile".freeze, "app/css/app.css".freeze, "app/css/colorbox.css".freeze, "app/css/lib/bootstrap.css".freeze, "app/css/views.index.css".freeze, "app/css/views.show.css".freeze, "app/fonts/lib/glyphicons-halflings-regular.eot".freeze, "app/fonts/lib/glyphicons-halflings-regular.svg".freeze, "app/fonts/lib/glyphicons-halflings-regular.ttf".freeze, "app/fonts/lib/glyphicons-halflings-regular.woff".freeze, "app/img/blank.png".freeze, "app/img/thumbnails/.gitkeep".freeze, "app/index.html".freeze, "app/js/app.js".freeze, "app/js/controllers.index.js".freeze, "app/js/controllers.show.js".freeze, "app/js/framework.js".freeze, "app/js/jquery.twoup.js".freeze, "app/js/lib/bootstrap.js".freeze, "app/js/lib/handlebars-v1.3.0.js".freeze, "app/js/lib/jquery-2.0.3.js".freeze, "app/js/lib/jquery.ba-bbq.js".freeze, "app/js/lib/jquery.browser.js".freeze, "app/js/lib/underscore.js".freeze, "bin/storys".freeze, "lib/storys.rb".freeze, "lib/storys/core_ext/pathname.rb".freeze, "lib/storys/package.rb".freeze, "lib/storys/story.rb".freeze, "lib/storys/update.rb".freeze, "lib/storys/version.rb".freeze, "spec/factories.rb".freeze, "spec/spec_helper.rb".freeze, "spec/story_spec.rb".freeze, "storys.gemspec".freeze] s.homepage = "http://github.com/bloopletech/storys".freeze s.rubygems_version = "3.5.10".freeze s.summary = "Storys indexes a collection of stories and generates a SPA that browses the collection.".freeze s.specification_version = 4 s.add_development_dependency(%q.freeze, [">= 1.0.0".freeze]) s.add_development_dependency(%q.freeze, [">= 2.14.1".freeze]) s.add_development_dependency(%q.freeze, [">= 4.4.0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 2.3.5".freeze]) s.add_runtime_dependency(%q.freeze, [">= 1.0.3".freeze]) end