# -*- encoding: utf-8 -*- # stub: baron 1.0.17 ruby lib Gem::Specification.new do |s| s.name = "baron".freeze s.version = "1.0.17".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Nathan Buggia".freeze] s.date = "2016-07-07" s.description = "What's in the box: (1) Publish to Heroku using Git (2) Author articles in markdown (3) Article categories (4) Multiple permalink formats supported (5) Redirects (6) Advanced SEO optimizations and Google Analytics/ Webmaster Tools support. Uses Rack, RSpec, Bootstrap, JQuery, Disqus, Thin".freeze s.email = "nbuggia@gmail.com".freeze s.extra_rdoc_files = ["LICENSE".freeze] s.files = ["LICENSE".freeze, "Rakefile".freeze, "Readme.md".freeze, "VERSION".freeze, "baron.gemspec".freeze, "lib/baron.rb".freeze, "lib/baron/blog_engine.rb".freeze, "lib/baron/config.rb".freeze, "lib/baron/models/article.rb".freeze, "lib/baron/models/theme.rb".freeze, "lib/baron/page_controller.rb".freeze, "spec/baron_article_spec.rb".freeze, "spec/baron_blog_engine_spec.rb".freeze, "spec/baron_spec.rb".freeze, "spec/baron_theme_spec.rb".freeze, "spec/sample_data/.gitignore".freeze, "spec/sample_data/Gemfile".freeze, "spec/sample_data/Rakefile".freeze, "spec/sample_data/articles/favorites/1916-01-01-the-road-not-taken.txt".freeze, "spec/sample_data/articles/north of boston/1914-01-01-the-pasture.txt".freeze, "spec/sample_data/articles/north of boston/1914-01-02-mending-wall.txt".freeze, "spec/sample_data/articles/north of boston/1914-01-03-the-death-of-the-hired-man.txt".freeze, "spec/sample_data/articles/north of boston/1914-01-04-the-mountain.txt".freeze, "spec/sample_data/articles/north of boston/1914-01-05-A-Hundred-callers.txt".freeze, "spec/sample_data/articles/other authors/1909-01-02-If.txt".freeze, "spec/sample_data/config.ru".freeze, "spec/sample_data/images/robert-frost-small.png".freeze, "spec/sample_data/images/robert-frost.png".freeze, "spec/sample_data/pages/about.rhtml".freeze, "spec/sample_data/pages/test.rhtml".freeze, "spec/sample_data/resources/feed.atom".freeze, "spec/sample_data/resources/redirects.txt".freeze, "spec/sample_data/resources/robots.txt".freeze, "spec/sample_data/supplemental-files/theme_config.yml".freeze, "spec/sample_data/themes/typography/css/app.css".freeze, "spec/sample_data/themes/typography/css/bootstrap-responsive.css".freeze, "spec/sample_data/themes/typography/css/bootstrap-responsive.min.css".freeze, "spec/sample_data/themes/typography/css/bootstrap.css".freeze, "spec/sample_data/themes/typography/css/bootstrap.min.css".freeze, "spec/sample_data/themes/typography/img/github.png".freeze, "spec/sample_data/themes/typography/img/glyphicons-halflings-white.png".freeze, "spec/sample_data/themes/typography/img/glyphicons-halflings.png".freeze, "spec/sample_data/themes/typography/img/instagram.png".freeze, "spec/sample_data/themes/typography/js/bootstrap.js".freeze, "spec/sample_data/themes/typography/js/bootstrap.min.js".freeze, "spec/sample_data/themes/typography/js/image_alt.js".freeze, "spec/sample_data/themes/typography/js/read_later.js".freeze, "spec/sample_data/themes/typography/templates/archives.rhtml".freeze, "spec/sample_data/themes/typography/templates/article.rhtml".freeze, "spec/sample_data/themes/typography/templates/category.rhtml".freeze, "spec/sample_data/themes/typography/templates/error.rhtml".freeze, "spec/sample_data/themes/typography/templates/home.rhtml".freeze, "spec/sample_data/themes/typography/templates/layout.rhtml".freeze, "spec/sample_data/themes/typography/theme_config.yml".freeze, "spec/spec_helper.rb".freeze] s.homepage = "https://github.com/nbuggia/baron-blog-engine-gem".freeze s.rubygems_version = "3.5.10".freeze s.summary = "Minimalist, yet full-featured, blog engine.".freeze s.specification_version = 4 s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) end