diff --git a/.gitignore b/.gitignore index f5587e6..3e7b48d 100644 --- a/.gitignore +++ b/.gitignore @@ -8,6 +8,8 @@ /spec/reports/ /tmp/ +/Gemfile.lock + # ---> Vim # Swap [._]*.s[a-v][a-z] diff --git a/knot-ruby.gemspec b/knot-ruby.gemspec index 9076bd2..5a51a4b 100644 --- a/knot-ruby.gemspec +++ b/knot-ruby.gemspec @@ -1,7 +1,7 @@ require_relative 'lib/knot/version' Gem::Specification.new do |spec| - spec.name = "knot" + spec.name = "knot-ruby" spec.version = Knot::VERSION spec.authors = ['Denis Knauf'] spec.email = ['gems+knot@denkn.at']