# -*- encoding: utf-8 -*- # stub: fuel 0.2.4 ruby lib Gem::Specification.new do |s| s.name = "fuel".freeze s.version = "0.2.4".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Ryan Francis".freeze] s.date = "2014-04-11" s.description = "Fuel's goal is to be a simple yet customizable blogging gem.".freeze s.email = ["ryan.p.francis@gmail.com".freeze] s.files = ["MIT-LICENSE".freeze, "README.rdoc".freeze, "Rakefile".freeze, "app/assets/javascripts/fuel/application.js".freeze, "app/assets/javascripts/fuel/posts.js".freeze, "app/assets/stylesheets/fuel/application.css".freeze, "app/assets/stylesheets/fuel/posts.css".freeze, "app/assets/stylesheets/fuel/reset.css".freeze, "app/controllers/fuel/admin/posts_controller.rb".freeze, "app/controllers/fuel/application_controller.rb".freeze, "app/controllers/fuel/posts_controller.rb".freeze, "app/helpers/fuel/application_helper.rb".freeze, "app/helpers/fuel/posts_helper.rb".freeze, "app/models/fuel/post.rb".freeze, "app/views/fuel/admin/posts/_form.html.erb".freeze, "app/views/fuel/admin/posts/edit.html.erb".freeze, "app/views/fuel/admin/posts/index.html.erb".freeze, "app/views/fuel/admin/posts/new.html.erb".freeze, "app/views/fuel/posts/_disqus.html.erb".freeze, "app/views/fuel/posts/_post.html.erb".freeze, "app/views/fuel/posts/index.html.erb".freeze, "app/views/fuel/posts/show.html.erb".freeze, "app/views/layouts/fuel/application.html.erb".freeze, "config/routes.rb".freeze, "db/migrate/20140122011655_create_fuel_posts.rb".freeze, "lib/fuel.rb".freeze, "lib/fuel/configuration.rb".freeze, "lib/fuel/engine.rb".freeze, "lib/fuel/version.rb".freeze, "lib/generators/fuel/install_generator.rb".freeze, "lib/generators/fuel/views_generator.rb".freeze, "lib/generators/templates/fuel.rb".freeze, "lib/tasks/fuel_tasks.rake".freeze, "test/controllers/fuel/posts_controller_test.rb".freeze, "test/dummy/README.rdoc".freeze, "test/dummy/Rakefile".freeze, "test/dummy/app/assets/javascripts/application.js".freeze, "test/dummy/app/assets/stylesheets/application.css".freeze, "test/dummy/app/controllers/application_controller.rb".freeze, "test/dummy/app/helpers/application_helper.rb".freeze, "test/dummy/app/views/layouts/application.html.erb".freeze, "test/dummy/bin/bundle".freeze, "test/dummy/bin/rails".freeze, "test/dummy/bin/rake".freeze, "test/dummy/config.ru".freeze, "test/dummy/config/application.rb".freeze, "test/dummy/config/boot.rb".freeze, "test/dummy/config/database.yml".freeze, "test/dummy/config/environment.rb".freeze, "test/dummy/config/environments/development.rb".freeze, "test/dummy/config/environments/production.rb".freeze, "test/dummy/config/environments/test.rb".freeze, "test/dummy/config/initializers/backtrace_silencers.rb".freeze, "test/dummy/config/initializers/filter_parameter_logging.rb".freeze, "test/dummy/config/initializers/friendly_id.rb".freeze, "test/dummy/config/initializers/fuel.rb".freeze, "test/dummy/config/initializers/inflections.rb".freeze, "test/dummy/config/initializers/mime_types.rb".freeze, "test/dummy/config/initializers/secret_token.rb".freeze, "test/dummy/config/initializers/session_store.rb".freeze, "test/dummy/config/initializers/wrap_parameters.rb".freeze, "test/dummy/config/locales/en.yml".freeze, "test/dummy/config/routes.rb".freeze, "test/dummy/db/development.sqlite3".freeze, "test/dummy/db/migrate/20140123225741_create_fuel_posts.fuel.rb".freeze, "test/dummy/db/migrate/20140123230639_create_friendly_id_slugs.rb".freeze, "test/dummy/db/schema.rb".freeze, "test/dummy/db/test.sqlite3".freeze, "test/dummy/log/development.log".freeze, "test/dummy/public/404.html".freeze, "test/dummy/public/422.html".freeze, "test/dummy/public/500.html".freeze, "test/dummy/public/favicon.ico".freeze, "test/dummy/tmp/cache/assets/development/sprockets/014dac3985653ba3455824e5bdaf93bd".freeze, "test/dummy/tmp/cache/assets/development/sprockets/03ac2f751ed77389257433b768f934c3".freeze, "test/dummy/tmp/cache/assets/development/sprockets/05c5819ebb446d33153d21337d3a20ad".freeze, "test/dummy/tmp/cache/assets/development/sprockets/3ebee12608c20315d8de4675220e3d04".freeze, "test/dummy/tmp/cache/assets/development/sprockets/741e06bd7a3e5bc32d44a86b156237b4".freeze, "test/dummy/tmp/cache/assets/development/sprockets/7cb8cf7fca54a9d0c860db5e7a874fa9".freeze, "test/dummy/tmp/cache/assets/development/sprockets/9501761eef62112c4a992aa52331b52f".freeze, "test/dummy/tmp/cache/assets/development/sprockets/970522fbbd63cf689683466c5196857f".freeze, "test/dummy/tmp/cache/assets/development/sprockets/9e6bbc6ad4182b36488ed894b2cf25af".freeze, "test/dummy/tmp/cache/assets/development/sprockets/9f4599bbfc23ec621d87974b1cb749e3".freeze, "test/dummy/tmp/cache/assets/development/sprockets/9f6c8d6fbf570cfe1a06179461b0de2d".freeze, "test/dummy/tmp/cache/assets/development/sprockets/a97bc057d70e3604312a80f169e9e6e9".freeze, "test/dummy/tmp/cache/assets/development/sprockets/bfa298bb2836528bc682672f2a549707".freeze, "test/dummy/tmp/cache/assets/development/sprockets/c21e7a5dd39166b6f02a10131e7b60a5".freeze, "test/dummy/tmp/cache/assets/development/sprockets/c78d634ffc32ae4fadbe52ac7ca08aac".freeze, "test/dummy/tmp/cache/assets/development/sprockets/d7fb93600298f6787c9defd51a75aeb5".freeze, "test/dummy/tmp/cache/assets/development/sprockets/d9ff247d231468f7dc28844500bc20aa".freeze, "test/dummy/tmp/cache/assets/development/sprockets/f089ae120c22843da39b636bfc4b8e01".freeze, "test/dummy/tmp/pids/server.pid".freeze, "test/fixtures/fuel/posts.yml".freeze, "test/fuel_test.rb".freeze, "test/helpers/fuel/posts_helper_test.rb".freeze, "test/integration/navigation_test.rb".freeze, "test/models/fuel/post_test.rb".freeze, "test/test_helper.rb".freeze] s.homepage = "http://github.com/LaunchPadLab/fuel".freeze s.rubygems_version = "3.5.10".freeze s.summary = "Fuel is a dead simple blogging gem (mountable engine)".freeze s.test_files = ["test/controllers/fuel/posts_controller_test.rb".freeze, "test/dummy/app/assets/javascripts/application.js".freeze, "test/dummy/app/assets/stylesheets/application.css".freeze, "test/dummy/app/controllers/application_controller.rb".freeze, "test/dummy/app/helpers/application_helper.rb".freeze, "test/dummy/app/views/layouts/application.html.erb".freeze, "test/dummy/bin/bundle".freeze, "test/dummy/bin/rails".freeze, "test/dummy/bin/rake".freeze, "test/dummy/config/application.rb".freeze, "test/dummy/config/boot.rb".freeze, "test/dummy/config/database.yml".freeze, "test/dummy/config/environment.rb".freeze, "test/dummy/config/environments/development.rb".freeze, "test/dummy/config/environments/production.rb".freeze, "test/dummy/config/environments/test.rb".freeze, "test/dummy/config/initializers/backtrace_silencers.rb".freeze, "test/dummy/config/initializers/filter_parameter_logging.rb".freeze, "test/dummy/config/initializers/friendly_id.rb".freeze, "test/dummy/config/initializers/fuel.rb".freeze, "test/dummy/config/initializers/inflections.rb".freeze, "test/dummy/config/initializers/mime_types.rb".freeze, "test/dummy/config/initializers/secret_token.rb".freeze, "test/dummy/config/initializers/session_store.rb".freeze, "test/dummy/config/initializers/wrap_parameters.rb".freeze, "test/dummy/config/locales/en.yml".freeze, "test/dummy/config/routes.rb".freeze, "test/dummy/config.ru".freeze, "test/dummy/db/development.sqlite3".freeze, "test/dummy/db/migrate/20140123225741_create_fuel_posts.fuel.rb".freeze, "test/dummy/db/migrate/20140123230639_create_friendly_id_slugs.rb".freeze, "test/dummy/db/schema.rb".freeze, "test/dummy/db/test.sqlite3".freeze, "test/dummy/log/development.log".freeze, "test/dummy/public/404.html".freeze, "test/dummy/public/422.html".freeze, "test/dummy/public/500.html".freeze, "test/dummy/public/favicon.ico".freeze, "test/dummy/Rakefile".freeze, "test/dummy/README.rdoc".freeze, "test/dummy/tmp/cache/assets/development/sprockets/014dac3985653ba3455824e5bdaf93bd".freeze, "test/dummy/tmp/cache/assets/development/sprockets/03ac2f751ed77389257433b768f934c3".freeze, "test/dummy/tmp/cache/assets/development/sprockets/05c5819ebb446d33153d21337d3a20ad".freeze, "test/dummy/tmp/cache/assets/development/sprockets/3ebee12608c20315d8de4675220e3d04".freeze, "test/dummy/tmp/cache/assets/development/sprockets/741e06bd7a3e5bc32d44a86b156237b4".freeze, "test/dummy/tmp/cache/assets/development/sprockets/7cb8cf7fca54a9d0c860db5e7a874fa9".freeze, "test/dummy/tmp/cache/assets/development/sprockets/9501761eef62112c4a992aa52331b52f".freeze, "test/dummy/tmp/cache/assets/development/sprockets/970522fbbd63cf689683466c5196857f".freeze, "test/dummy/tmp/cache/assets/development/sprockets/9e6bbc6ad4182b36488ed894b2cf25af".freeze, "test/dummy/tmp/cache/assets/development/sprockets/9f4599bbfc23ec621d87974b1cb749e3".freeze, "test/dummy/tmp/cache/assets/development/sprockets/9f6c8d6fbf570cfe1a06179461b0de2d".freeze, "test/dummy/tmp/cache/assets/development/sprockets/a97bc057d70e3604312a80f169e9e6e9".freeze, "test/dummy/tmp/cache/assets/development/sprockets/bfa298bb2836528bc682672f2a549707".freeze, "test/dummy/tmp/cache/assets/development/sprockets/c21e7a5dd39166b6f02a10131e7b60a5".freeze, "test/dummy/tmp/cache/assets/development/sprockets/c78d634ffc32ae4fadbe52ac7ca08aac".freeze, "test/dummy/tmp/cache/assets/development/sprockets/d7fb93600298f6787c9defd51a75aeb5".freeze, "test/dummy/tmp/cache/assets/development/sprockets/d9ff247d231468f7dc28844500bc20aa".freeze, "test/dummy/tmp/cache/assets/development/sprockets/f089ae120c22843da39b636bfc4b8e01".freeze, "test/dummy/tmp/pids/server.pid".freeze, "test/fixtures/fuel/posts.yml".freeze, "test/fuel_test.rb".freeze, "test/helpers/fuel/posts_helper_test.rb".freeze, "test/integration/navigation_test.rb".freeze, "test/models/fuel/post_test.rb".freeze, "test/test_helper.rb".freeze] s.specification_version = 4 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_development_dependency(%q.freeze, [">= 0".freeze]) end