Skip to content
This repository has been archived by the owner on Jul 24, 2021. It is now read-only.

Commit

Permalink
release: Prepare release 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rtfpessoa committed Oct 19, 2019
1 parent 47d9d98 commit 3d08fa6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
dependency_spy (0.5.0)
dependency_spy (0.6.0)
bibliothecary (~> 6.6)
colorize (= 0.8.1)
semantic_range (~> 2.2)
Expand All @@ -13,7 +13,7 @@ GEM
specs:
ansi (1.5.0)
ast (2.4.0)
bibliothecary (6.7.3)
bibliothecary (6.8.4)
commander
deb_control
librariesio-gem-parser
Expand All @@ -36,12 +36,12 @@ GEM
ffi (>= 1.3.0)
execjs (2.7.0)
ffi (1.11.1)
highline (2.0.2)
highline (2.0.3)
jaro_winkler (1.5.3)
json (2.2.0)
kramdown (2.1.0)
librariesio-gem-parser (1.0.0)
libv8 (3.16.14.19-x86_64-linux)
libv8 (3.16.14.19)
oga (2.15)
ast
ruby-ll (~> 2.1)
Expand Down Expand Up @@ -88,7 +88,7 @@ GEM
json (>= 1.8, < 3)
simplecov-html (~> 0.10.0)
simplecov-html (0.10.2)
strings (0.1.5)
strings (0.1.6)
strings-ansi (~> 0.1)
unicode-display_width (~> 1.5)
unicode_utils (~> 1.4)
Expand All @@ -103,7 +103,7 @@ GEM
ethon (>= 0.9.0)
unicode-display_width (1.6.0)
unicode_utils (1.4.0)
yavdb (0.5.2)
yavdb (0.5.3)
execjs (~> 2.7)
json (~> 2.2)
kramdown (~> 2.1)
Expand Down
2 changes: 1 addition & 1 deletion lib/dependency_spy/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@

module DependencySpy

VERSION = '0.5.0'
VERSION = '0.6.0'

end

0 comments on commit 3d08fa6

Please sign in to comment.