# Generated by jeweler # DO NOT EDIT THIS FILE DIRECTLY # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec' # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = "baron" s.version = "1.0.3" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Nathan Buggia"] s.date = "2013-03-13" 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" s.email = "nbuggia@gmail.com" s.extra_rdoc_files = [ "LICENSE" ] s.files = [ "LICENSE", "Rakefile", "Readme.md", "VERSION", "baron.gemspec", "lib/baron.rb", "spec/baron_article_spec.rb", "spec/baron_blog_engine_spec.rb", "spec/baron_spec.rb", "spec/sample_data/Gemfile", "spec/sample_data/Rakefile", "spec/sample_data/articles/2012-11-09-sample-post.txt", "spec/sample_data/articles/poems/1909-01-02-If.txt", "spec/sample_data/articles/poems/1916-01-01-the-road-not-taken.txt", "spec/sample_data/config.ru", "spec/sample_data/images/import-csv-file-1.png", "spec/sample_data/images/import-csv-file-2.png", "spec/sample_data/images/import-csv-file-3.png", "spec/sample_data/images/instagram.png", "spec/sample_data/pages/about.rhtml", "spec/sample_data/resources/feed.rss", "spec/sample_data/resources/redirects.txt", "spec/sample_data/resources/robots.txt", "spec/sample_data/themes/test/css/app.css", "spec/sample_data/themes/test/css/bootstrap-responsive.css", "spec/sample_data/themes/test/css/bootstrap-responsive.min.css", "spec/sample_data/themes/test/css/bootstrap.css", "spec/sample_data/themes/test/css/bootstrap.min.css", "spec/sample_data/themes/test/img/glyphicons-halflings-white.png", "spec/sample_data/themes/test/img/glyphicons-halflings.png", "spec/sample_data/themes/test/img/instagram.png", "spec/sample_data/themes/test/templates/archives.rhtml", "spec/sample_data/themes/test/templates/article.rhtml", "spec/sample_data/themes/test/templates/category.rhtml", "spec/sample_data/themes/test/templates/error.rhtml", "spec/sample_data/themes/test/templates/home.rhtml", "spec/sample_data/themes/test/templates/layout.rhtml", "spec/spec_helper.rb" ] s.homepage = "https://github.com/nbuggia/baron-blog-engine-gem" s.require_paths = ["lib"] s.rubygems_version = "1.8.25" s.summary = "Minimalist, yet full-featured, blog engine in 400 lines of code." if s.respond_to? :specification_version then s.specification_version = 3 if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then s.add_development_dependency(%q, [">= 0"]) s.add_runtime_dependency(%q, [">= 0"]) else s.add_dependency(%q, [">= 0"]) s.add_dependency(%q, [">= 0"]) end else s.add_dependency(%q, [">= 0"]) s.add_dependency(%q, [">= 0"]) end end