baron.gemspec in baron-1.0.2 vs baron.gemspec in baron-1.0.3

- 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.2" + 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-11" + 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" ] @@ -45,18 +45,14 @@ "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/js/bootstrap.js", - "spec/sample_data/themes/test/js/bootstrap.min.js", - "spec/sample_data/themes/test/js/image_alt.js", - "spec/sample_data/themes/test/js/read_later.js", "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/index.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"]