Skip to content

Commit

Permalink
Remove Gemfile.lock from ruby-client-faraday
Browse files Browse the repository at this point in the history
  • Loading branch information
meganemura committed Nov 30, 2018
1 parent 7c38f85 commit 20f548e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 80 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -228,12 +228,12 @@ public void processOpts() {
supportingFiles.add(new SupportingFile("gitignore.mustache", "", ".gitignore"));
supportingFiles.add(new SupportingFile("Rakefile.mustache", "", "Rakefile"));
supportingFiles.add(new SupportingFile("Gemfile.mustache", "", "Gemfile"));
supportingFiles.add(new SupportingFile("Gemfile.lock.mustache", "", "Gemfile.lock"));
supportingFiles.add(new SupportingFile("rubocop.mustache", "", ".rubocop.yml"));

if (TYPHOEUS.equals(getLibrary())) {
supportingFiles.add(new SupportingFile("api_client.mustache", gemFolder, "api_client.rb"));
supportingFiles.add(new SupportingFile("gemspec.mustache", "", gemName + ".gemspec"));
supportingFiles.add(new SupportingFile("Gemfile.lock.mustache", "", "Gemfile.lock"));
} else if (FARADAY.equals(getLibrary())) {
supportingFiles.add(new SupportingFile("faraday_api_client.mustache", gemFolder, "api_client.rb"));
supportingFiles.add(new SupportingFile("faraday_gemspec.mustache", "", gemName + ".gemspec"));
Expand Down
79 changes: 0 additions & 79 deletions samples/client/petstore/ruby-faraday/Gemfile.lock

This file was deleted.

0 comments on commit 20f548e

Please sign in to comment.