# -*- encoding: utf-8 -*- # stub: swagr 0.0.7 ruby lib Gem::Specification.new do |s| s.name = "swagr".freeze s.version = "0.0.7".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Robert Feldt".freeze] s.date = "2013-01-16" s.description = "simple web app gui framework for ruby".freeze s.email = ["robert.feldt@gmail.com".freeze] s.executables = ["swagr".freeze] s.files = [".gitignore".freeze, "Gemfile".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "bin/swagr".freeze, "examples/examples01/app.rb".freeze, "examples/examples01/brownian_searcher.rb".freeze, "examples/examples01/coffee/application.coffee".freeze, "examples/examples01/coffee/d3graph.coffee".freeze, "examples/examples01/coffee/data_port.coffee".freeze, "examples/examples01/coffee/updating_text_graph.coffee".freeze, "examples/examples01/coffee/updating_top_list.coffee".freeze, "examples/examples01/static/css/bootstrap.css".freeze, "examples/examples01/static/css/bootstrap.min.css".freeze, "examples/examples01/static/css/style.css".freeze, "examples/examples01/static/img/glyphicons-halflings-white.png".freeze, "examples/examples01/static/img/glyphicons-halflings.png".freeze, "examples/examples01/static/js/bootstrap.js".freeze, "examples/examples01/static/js/bootstrap.min.js".freeze, "examples/examples01/static/js/coffee-script.js".freeze, "examples/examples01/static/js/d3.v3.min.js".freeze, "examples/examples01/static/js/jquery-latest.js".freeze, "examples/examples01/views/application.slim".freeze, "examples/examples01/views/footer.slim".freeze, "examples/examples01/views/index.slim".freeze, "examples/examples01/views/layout.slim".freeze, "examples/examples01/views/navbar.slim".freeze, "lib/swagr.rb".freeze, "lib/swagr/version.rb".freeze, "skeletons/bootstrap_default_130109_0842.zip".freeze, "swagr.gemspec".freeze, "templates/app.rb".freeze, "templates/brownian_searcher.rb".freeze, "templates/coffee/application.coffee".freeze, "templates/coffee/d3graph.coffee".freeze, "templates/coffee/data_port.coffee".freeze, "templates/coffee/updating_text_graph.coffee".freeze, "templates/coffee/updating_top_list.coffee".freeze, "templates/static/css/style.css".freeze, "templates/static/js/coffee-script.js".freeze, "templates/static/js/d3.v3.min.js".freeze, "templates/static/js/jquery-latest.js".freeze, "templates/views/footer.slim".freeze, "templates/views/index.slim".freeze, "templates/views/layout.slim".freeze, "templates/views/navbar.slim".freeze] s.homepage = "https://github.com/robertfeldt/swagr".freeze s.rubygems_version = "3.5.10".freeze s.summary = "Simple, barebones web app gui framework for Ruby programs/processes. Based on Sinatra, Sass, Slim, Coffeescript and d3.js. Geared to interfacing with long-running Ruby processes.".freeze s.specification_version = 3 s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) end