baron.gemspec in baron-1.0.7 vs baron.gemspec in baron-1.0.8

- old
+ new

@@ -3,15 +3,15 @@ # 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.7" + s.version = "1.0.8" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Nathan Buggia"] - s.date = "2013-03-22" + s.date = "2013-03-23" 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" ] @@ -23,10 +23,11 @@ "baron.gemspec", "lib/baron.rb", "spec/baron_article_spec.rb", "spec/baron_blog_engine_spec.rb", "spec/baron_spec.rb", + "spec/baron_theme_spec.rb", "spec/sample_data/.gitignore", "spec/sample_data/Gemfile", "spec/sample_data/Rakefile", "spec/sample_data/articles/favorites/1916-01-01-the-road-not-taken.txt", "spec/sample_data/articles/north of boston/1914-01-01-the-pasture.txt", @@ -37,10 +38,11 @@ "spec/sample_data/articles/other authors/1909-01-02-If.txt", "spec/sample_data/config.ru", "spec/sample_data/images/robert-frost-small.png", "spec/sample_data/images/robert-frost.png", "spec/sample_data/pages/about.rhtml", + "spec/sample_data/pages/test.rhtml", "spec/sample_data/resources/feed.rss", "spec/sample_data/resources/redirects.txt", "spec/sample_data/resources/robots.txt", "spec/sample_data/themes/typography/css/app.css", "spec/sample_data/themes/typography/css/bootstrap-responsive.css", @@ -59,9 +61,29 @@ "spec/sample_data/themes/typography/templates/article.rhtml", "spec/sample_data/themes/typography/templates/category.rhtml", "spec/sample_data/themes/typography/templates/error.rhtml", "spec/sample_data/themes/typography/templates/home.rhtml", "spec/sample_data/themes/typography/templates/layout.rhtml", + "spec/sample_data/themes/typography/theme_config.yml", + "spec/sample_data/themes/typography/typography/css/app.css", + "spec/sample_data/themes/typography/typography/css/bootstrap-responsive.css", + "spec/sample_data/themes/typography/typography/css/bootstrap-responsive.min.css", + "spec/sample_data/themes/typography/typography/css/bootstrap.css", + "spec/sample_data/themes/typography/typography/css/bootstrap.min.css", + "spec/sample_data/themes/typography/typography/img/github.png", + "spec/sample_data/themes/typography/typography/img/glyphicons-halflings-white.png", + "spec/sample_data/themes/typography/typography/img/glyphicons-halflings.png", + "spec/sample_data/themes/typography/typography/img/instagram.png", + "spec/sample_data/themes/typography/typography/js/bootstrap.js", + "spec/sample_data/themes/typography/typography/js/bootstrap.min.js", + "spec/sample_data/themes/typography/typography/js/image_alt.js", + "spec/sample_data/themes/typography/typography/js/read_later.js", + "spec/sample_data/themes/typography/typography/templates/archives.rhtml", + "spec/sample_data/themes/typography/typography/templates/article.rhtml", + "spec/sample_data/themes/typography/typography/templates/category.rhtml", + "spec/sample_data/themes/typography/typography/templates/error.rhtml", + "spec/sample_data/themes/typography/typography/templates/home.rhtml", + "spec/sample_data/themes/typography/typography/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"