Skip to content

Commit

Permalink
Release 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jpsim committed Jul 7, 2015
1 parent 4864cf8 commit 907fb86
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 20 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.2

##### Breaking

Expand Down
39 changes: 21 additions & 18 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
jazzy (0.2.1)
jazzy (0.2.2)
cocoapods (~> 0.37)
mustache (~> 0.99)
open4
Expand All @@ -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)
Expand All @@ -24,44 +24,44 @@ 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)
diffy (3.0.7)
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)
Expand All @@ -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)
Expand All @@ -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)
Expand All @@ -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)

Expand All @@ -117,3 +117,6 @@ DEPENDENCIES
rake (~> 10.3)
rubocop
webmock

BUNDLED WITH
1.10.5
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.1' unless defined? Jazzy::VERSION
VERSION = '0.2.2' unless defined? Jazzy::VERSION
end

0 comments on commit 907fb86

Please sign in to comment.