Skip to content

Commit

Permalink
Release 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jpsim committed May 6, 2015
1 parent a1afa3a commit 8b425c2
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Master
## 0.2.1

##### Breaking

Expand Down
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -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)
Expand All @@ -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)
Expand All @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion jazzy.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion lib/jazzy/gem_version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Jazzy
VERSION = '0.2.0' unless defined? Jazzy::VERSION
VERSION = '0.2.1' unless defined? Jazzy::VERSION
end

0 comments on commit 8b425c2

Please sign in to comment.