Skip to content

Commit

Permalink
Initial
Browse files Browse the repository at this point in the history
  • Loading branch information
feelepxyz committed Oct 30, 2020
0 parents commit 9936aa0
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions test-dep.gemspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# frozen_string_literal: true

Gem::Specification.new do |spec|
spec.name = 'test-dep'
spec.version = '1.0.0'
spec.summary = 'A dummy package for testing Dependabot'
spec.author = 'Dependabot'
spec.license = 'MIT'
spec.email = '[email protected]'
spec.homepage = 'http://github.com/feelepxyz/test-dep'
end

0 comments on commit 9936aa0

Please sign in to comment.