baron.gemspec in baron-1.0.14 vs baron.gemspec in baron-1.0.17
- old
+ new
@@ -1,17 +1,19 @@
# Generated by jeweler
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
# -*- encoding: utf-8 -*-
+# stub: baron 1.0.17 ruby lib
Gem::Specification.new do |s|
s.name = "baron"
- s.version = "1.0.14"
+ s.version = "1.0.17"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
+ s.require_paths = ["lib"]
s.authors = ["Nathan Buggia"]
- s.date = "2013-03-26"
+ 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"
s.email = "nbuggia@gmail.com"
s.extra_rdoc_files = [
"LICENSE"
]
@@ -25,11 +27,10 @@
"lib/baron/blog_engine.rb",
"lib/baron/config.rb",
"lib/baron/models/article.rb",
"lib/baron/models/theme.rb",
"lib/baron/page_controller.rb",
- "lib/baron/utils.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",
@@ -72,15 +73,14 @@
"spec/sample_data/themes/typography/templates/layout.rhtml",
"spec/sample_data/themes/typography/theme_config.yml",
"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.rubygems_version = "2.5.1"
s.summary = "Minimalist, yet full-featured, blog engine."
if s.respond_to? :specification_version then
- s.specification_version = 3
+ s.specification_version = 4
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
s.add_development_dependency(%q<rspec>, [">= 0"])
s.add_runtime_dependency(%q<rack>, [">= 0"])
else