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

Commit

Permalink
Prepare for initial release
Browse files Browse the repository at this point in the history
  • Loading branch information
rtfpessoa committed Sep 25, 2018
1 parent b3f6b77 commit 32e1ad8
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
PATH
remote: .
specs:
dependency_spy (0.1.0.pre.alpha.3)
dependency_spy (0.1.3)
bibliothecary (~> 6.3)
semantic_range (~> 2.1)
thor (~> 0.20)
yavdb (= 0.1)
yavdb (~> 0.1)

GEM
remote: https://rubygems.org/
Expand Down Expand Up @@ -89,7 +89,7 @@ GEM
typhoeus (1.3.0)
ethon (>= 0.9.0)
unicode-display_width (1.4.0)
yavdb (0.1.0)
yavdb (0.1.1)
json (~> 2.1)
kramdown (~> 1.17)
oga (~> 2.15)
Expand Down
2 changes: 1 addition & 1 deletion dependency_spy.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@ Gem::Specification.new do |spec|
spec.add_runtime_dependency 'bibliothecary', ['~> 6.3']
spec.add_runtime_dependency 'semantic_range', ['~> 2.1']
spec.add_runtime_dependency 'thor', ['~> 0.20']
spec.add_runtime_dependency 'yavdb', ['0.1']
spec.add_runtime_dependency 'yavdb', ['~> 0.1']
end
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.1.0-alpha.3'
VERSION = '0.1.3'

end
2 changes: 1 addition & 1 deletion spec/dependency_spy_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
manifests = detected_manifests.select { |m| m.platform == 'rubygems' }
dependencies = manifests.map(&:dependencies).flatten
vulnerabilities = dependencies.map(&:vulnerabilities).flatten
expect(vulnerabilities).to have(10).items
expect(vulnerabilities).to have(11).items
end
end
end

0 comments on commit 32e1ad8

Please sign in to comment.