From 907fb86973f6a04d00a4c733c4c0690637b727fd Mon Sep 17 00:00:00 2001 From: JP Simard Date: Tue, 7 Jul 2015 12:41:36 -0700 Subject: [PATCH] Release 0.2.2 --- CHANGELOG.md | 2 +- Gemfile.lock | 39 +++++++++++++++++++++------------------ lib/jazzy/gem_version.rb | 2 +- 3 files changed, 23 insertions(+), 20 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dbaab35e2..d260e6520 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## Master +## 0.2.2 ##### Breaking diff --git a/Gemfile.lock b/Gemfile.lock index ba0bc5d65..d3dbf5482 100755 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - jazzy (0.2.1) + jazzy (0.2.2) cocoapods (~> 0.37) mustache (~> 0.99) open4 @@ -13,7 +13,7 @@ PATH GEM remote: http://rubygems.org/ specs: - activesupport (4.2.1) + activesupport (4.2.3) i18n (~> 0.7) json (~> 1.7, >= 1.7.7) minitest (~> 5.1) @@ -24,34 +24,34 @@ GEM astrolabe (1.3.0) parser (>= 2.2.0.pre.3, < 3.0) bacon (1.2.0) - claide (0.8.1) + claide (0.8.2) clintegracon (0.5.3) colored (~> 1.2) diffy - cocoapods (0.37.0) + cocoapods (0.37.2) activesupport (>= 3.2.15) claide (~> 0.8.1) - cocoapods-core (= 0.37.0) + cocoapods-core (= 0.37.2) cocoapods-downloader (~> 0.9.0) cocoapods-plugins (~> 0.4.2) - cocoapods-trunk (~> 0.6.0) - cocoapods-try (~> 0.4.3) + cocoapods-trunk (~> 0.6.1) + cocoapods-try (~> 0.4.5) colored (~> 1.2) escape (~> 0.0.4) molinillo (~> 0.2.3) nap (~> 0.8) - xcodeproj (~> 0.24.1) - cocoapods-core (0.37.0) + xcodeproj (~> 0.24.2) + cocoapods-core (0.37.2) activesupport (>= 3.2.15) fuzzy_match (~> 2.0.4) nap (~> 0.8.0) - cocoapods-downloader (0.9.0) + cocoapods-downloader (0.9.1) cocoapods-plugins (0.4.2) nap - cocoapods-trunk (0.6.0) + cocoapods-trunk (0.6.1) nap (>= 0.8) netrc (= 0.7.8) - cocoapods-try (0.4.3) + cocoapods-try (0.4.5) colored (1.2) crack (0.4.2) safe_yaml (~> 1.0.0) @@ -59,9 +59,9 @@ GEM escape (0.0.4) fuzzy_match (2.0.4) i18n (0.7.0) - json (1.8.2) + json (1.8.3) metaclass (0.0.4) - minitest (5.6.1) + minitest (5.7.0) mocha (1.1.0) metaclass (~> 0.0.1) mocha-on-bacon (0.2.2) @@ -79,8 +79,8 @@ GEM bacon (~> 1.2) rainbow (2.0.0) rake (10.3.2) - redcarpet (3.2.3) - rouge (1.8.0) + redcarpet (3.3.2) + rouge (1.9.0) rubocop (0.26.1) astrolabe (~> 1.3) parser (>= 2.2.0.pre.4, < 3.0) @@ -89,7 +89,7 @@ GEM ruby-progressbar (~> 1.4) ruby-progressbar (1.6.0) safe_yaml (1.0.4) - sass (3.4.13) + sass (3.4.15) slop (3.6.0) sqlite3 (1.3.10) thread_safe (0.3.5) @@ -98,7 +98,7 @@ GEM webmock (1.20.0) addressable (>= 2.3.6) crack (>= 0.3.2) - xcodeproj (0.24.1) + xcodeproj (0.24.3) activesupport (>= 3) colored (~> 1.2) @@ -117,3 +117,6 @@ DEPENDENCIES rake (~> 10.3) rubocop webmock + +BUNDLED WITH + 1.10.5 diff --git a/lib/jazzy/gem_version.rb b/lib/jazzy/gem_version.rb index a4fb903ce..3ec6e7b5e 100755 --- a/lib/jazzy/gem_version.rb +++ b/lib/jazzy/gem_version.rb @@ -1,3 +1,3 @@ module Jazzy - VERSION = '0.2.1' unless defined? Jazzy::VERSION + VERSION = '0.2.2' unless defined? Jazzy::VERSION end