From 8b425c2af9b44ba615207f585bf784c08d5a1896 Mon Sep 17 00:00:00 2001 From: JP Simard Date: Wed, 6 May 2015 00:47:25 -0700 Subject: [PATCH] Release 0.2.1 --- CHANGELOG.md | 2 +- Gemfile.lock | 10 +++++----- jazzy.gemspec | 2 +- lib/jazzy/gem_version.rb | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fb027e5d8..cf4f32e03 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## Master +## 0.2.1 ##### Breaking diff --git a/Gemfile.lock b/Gemfile.lock index 6505ec140..ba0bc5d65 100755 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,8 +1,8 @@ PATH remote: . specs: - jazzy (0.2.0) - cocoapods (~> 0.37.0.rc.2) + jazzy (0.2.1) + cocoapods (~> 0.37) mustache (~> 0.99) open4 redcarpet (~> 3.2) @@ -28,10 +28,10 @@ GEM clintegracon (0.5.3) colored (~> 1.2) diffy - cocoapods (0.37.0.rc.2) + cocoapods (0.37.0) activesupport (>= 3.2.15) claide (~> 0.8.1) - cocoapods-core (= 0.37.0.rc.2) + cocoapods-core (= 0.37.0) cocoapods-downloader (~> 0.9.0) cocoapods-plugins (~> 0.4.2) cocoapods-trunk (~> 0.6.0) @@ -41,7 +41,7 @@ GEM molinillo (~> 0.2.3) nap (~> 0.8) xcodeproj (~> 0.24.1) - cocoapods-core (0.37.0.rc.2) + cocoapods-core (0.37.0) activesupport (>= 3.2.15) fuzzy_match (~> 2.0.4) nap (~> 0.8.0) diff --git a/jazzy.gemspec b/jazzy.gemspec index a7bdfb599..82a898cda 100755 --- a/jazzy.gemspec +++ b/jazzy.gemspec @@ -19,7 +19,7 @@ Gem::Specification.new do |spec| spec.extensions = ['lib/jazzy/SourceKitten/Rakefile'] - spec.add_runtime_dependency 'cocoapods', '~> 0.37.0.rc.2' + spec.add_runtime_dependency 'cocoapods', '~> 0.37' spec.add_runtime_dependency 'mustache', '~> 0.99' spec.add_runtime_dependency 'open4' spec.add_runtime_dependency 'redcarpet', '~> 3.2' diff --git a/lib/jazzy/gem_version.rb b/lib/jazzy/gem_version.rb index 688dcf6b0..a4fb903ce 100755 --- a/lib/jazzy/gem_version.rb +++ b/lib/jazzy/gem_version.rb @@ -1,3 +1,3 @@ module Jazzy - VERSION = '0.2.0' unless defined? Jazzy::VERSION + VERSION = '0.2.1' unless defined? Jazzy::VERSION end