From 6a9ef53175d736fd77023d509e06f6785ea6cb0b Mon Sep 17 00:00:00 2001 From: James Cox Date: Wed, 31 Dec 2014 13:48:58 -0500 Subject: [PATCH] Bumps version and cleans up CHANGELOG --- CHANGELOG | 15 +++++---------- awesome_print.gemspec | 2 +- lib/awesome_print/version.rb | 2 +- 3 files changed, 7 insertions(+), 12 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 51e7236..6820688 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,14 +1,9 @@ -1.6.1 (unreleased) - - Running specs on Rails dependencies(ActiveRecord, ActiveSupport, ActionView) -on versions 3.2, 4.0, 4.1 and 4.2 (Mauro George) - - Running specs on mongid 3.0 and 3.1 (Mauro George) - - Remove the Gemfile.lock (Mauro George) - - Move the content from Gemfile to gemspec (Mauro George) - - Make all specs pass on all gemfiles (Mauro George) +1.6.1 + - Fixes specs on all rails dependencies (Mauro George) + - Updates specs for mongoid, mongo_mapper and ripple (James Cox) + - Adds appraisals for simpler version/scenario management (Mauro George) - Add Travis (Mauro George) - - Create a CONTRIBUTING file (Mauro George) - - Add badges on the README (Mauro George) - - Add Semantic Version on the README (Mauro George) + - Update documentation (Mauro George) 1.6.0 semi-major release since it's been a while, and there are several diff --git a/awesome_print.gemspec b/awesome_print.gemspec index a614b80..cc21e05 100644 --- a/awesome_print.gemspec +++ b/awesome_print.gemspec @@ -7,7 +7,7 @@ require "rake" Gem::Specification.new do |s| s.name = "awesome_print" - s.version = "1.6.0" + s.version = "1.6.1" # s.platform = Gem::Platform::RUBY s.authors = "Michael Dvorkin" s.date = Time.now.strftime("%Y-%m-%d") diff --git a/lib/awesome_print/version.rb b/lib/awesome_print/version.rb index 02dd89d..e717c02 100644 --- a/lib/awesome_print/version.rb +++ b/lib/awesome_print/version.rb @@ -5,6 +5,6 @@ #------------------------------------------------------------------------------ module AwesomePrint def self.version - "1.6.0" + "1.6.1" end end