# -*- encoding: utf-8 -*- # stub: stackprofiler 0.0.1 ruby lib Gem::Specification.new do |s| s.name = "stackprofiler".freeze s.version = "0.0.1".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Aidan Steele".freeze] s.date = "2014-12-05" s.email = ["aidan.steele@glassechidna.com.au".freeze] s.files = [".gitignore".freeze, "Gemfile".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "lib/stackprofiler.rb".freeze, "lib/stackprofiler/data_collector.rb".freeze, "lib/stackprofiler/filters/compress_tree.rb".freeze, "lib/stackprofiler/filters/js_tree.rb".freeze, "lib/stackprofiler/filters/stackprofiler_elision.rb".freeze, "lib/stackprofiler/middleware.rb".freeze, "lib/stackprofiler/run_data_source.rb".freeze, "lib/stackprofiler/version.rb".freeze, "lib/stackprofiler/web_ui.rb".freeze, "lib/stackprofiler/web_ui/public/css/bootstrap-theme.css".freeze, "lib/stackprofiler/web_ui/public/css/bootstrap-theme.css.map".freeze, "lib/stackprofiler/web_ui/public/css/bootstrap-theme.min.css".freeze, "lib/stackprofiler/web_ui/public/css/bootstrap.css".freeze, "lib/stackprofiler/web_ui/public/css/bootstrap.css.map".freeze, "lib/stackprofiler/web_ui/public/css/bootstrap.min.css".freeze, "lib/stackprofiler/web_ui/public/css/coderay.css".freeze, "lib/stackprofiler/web_ui/public/css/jquery-ui.css".freeze, "lib/stackprofiler/web_ui/public/css/splitter.css".freeze, "lib/stackprofiler/web_ui/public/fonts/glyphicons-halflings-regular.eot".freeze, "lib/stackprofiler/web_ui/public/fonts/glyphicons-halflings-regular.svg".freeze, "lib/stackprofiler/web_ui/public/fonts/glyphicons-halflings-regular.ttf".freeze, "lib/stackprofiler/web_ui/public/fonts/glyphicons-halflings-regular.woff".freeze, "lib/stackprofiler/web_ui/public/js/bootstrap.js".freeze, "lib/stackprofiler/web_ui/public/js/bootstrap.min.js".freeze, "lib/stackprofiler/web_ui/public/js/jquery.min.js".freeze, "lib/stackprofiler/web_ui/public/js/splitter.js".freeze, "lib/stackprofiler/web_ui/public/jstree/jstree.js".freeze, "lib/stackprofiler/web_ui/public/jstree/jstree.min.js".freeze, "lib/stackprofiler/web_ui/public/jstree/themes/default-dark/32px.png".freeze, "lib/stackprofiler/web_ui/public/jstree/themes/default-dark/40px.png".freeze, "lib/stackprofiler/web_ui/public/jstree/themes/default-dark/style.css".freeze, "lib/stackprofiler/web_ui/public/jstree/themes/default-dark/style.min.css".freeze, "lib/stackprofiler/web_ui/public/jstree/themes/default-dark/throbber.gif".freeze, "lib/stackprofiler/web_ui/public/jstree/themes/default/32px.png".freeze, "lib/stackprofiler/web_ui/public/jstree/themes/default/40px.png".freeze, "lib/stackprofiler/web_ui/public/jstree/themes/default/style.css".freeze, "lib/stackprofiler/web_ui/public/jstree/themes/default/style.min.css".freeze, "lib/stackprofiler/web_ui/public/jstree/themes/default/throbber.gif".freeze, "lib/stackprofiler/web_ui/public/octicons/LICENSE.txt".freeze, "lib/stackprofiler/web_ui/public/octicons/README.md".freeze, "lib/stackprofiler/web_ui/public/octicons/octicons-local.ttf".freeze, "lib/stackprofiler/web_ui/public/octicons/octicons.css".freeze, "lib/stackprofiler/web_ui/public/octicons/octicons.eot".freeze, "lib/stackprofiler/web_ui/public/octicons/octicons.less".freeze, "lib/stackprofiler/web_ui/public/octicons/octicons.svg".freeze, "lib/stackprofiler/web_ui/public/octicons/octicons.ttf".freeze, "lib/stackprofiler/web_ui/public/octicons/octicons.woff".freeze, "lib/stackprofiler/web_ui/public/octicons/sprockets-octicons.scss".freeze, "lib/stackprofiler/web_ui/views/code.erb".freeze, "lib/stackprofiler/web_ui/views/index.erb".freeze, "lib/stackprofiler/web_ui/views/layout.erb".freeze, "stackprofiler.gemspec".freeze] s.homepage = "".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Web UI wrapper for the awesome stackprof profiler.".freeze s.specification_version = 4 s.add_development_dependency(%q.freeze, ["~> 1.7".freeze]) s.add_development_dependency(%q.freeze, ["~> 10.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]) 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