Skip to content

Commit

Permalink
Remove things to get green
Browse files Browse the repository at this point in the history
  • Loading branch information
azimux committed Jul 21, 2024
1 parent b43e802 commit 2c3d08b
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 12 deletions.
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ gemspec
gem "rake"

group :development do
gem "foob"
gem "foobara-rubocop-rules"
gem "guard-rspec"
gem "rubocop-rake"
Expand Down
4 changes: 0 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ GEM
rexml
diff-lcs (1.5.1)
docile (1.4.0)
dotenv (3.1.2)
ffi (1.17.0-x86_64-linux-gnu)
foob (0.0.5)
foobara
Expand Down Expand Up @@ -53,8 +52,6 @@ GEM
foobara-domain-mapper-generator (0.0.2)
foobara
foobara-files-generator
foobara-dotenv-loader (0.0.1)
dotenv
foobara-empty-ruby-project-generator (0.0.5)
foobara
foobara-files-generator
Expand Down Expand Up @@ -205,7 +202,6 @@ PLATFORMS

DEPENDENCIES
foob
foobara-dotenv-loader
foobara-extract-repo!
foobara-rubocop-rules
foobara-spec-helpers
Expand Down
2 changes: 1 addition & 1 deletion boot/finish.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

first.each { |f| require_relative f if File.exist?("#{__dir__}/#{f}") }

require "foobara/extract_repo"
require "extract_repo"

Dir.entries(__dir__).each do |boot_file|
next unless boot_file.end_with?(".rb")
Expand Down
2 changes: 0 additions & 2 deletions boot/start.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,3 @@
require "pry"
require "pry-byebug"
end

require_relative "config"
2 changes: 1 addition & 1 deletion foobara-extract-repo.gemspec
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
require_relative "src/version"
require_relative "version"

Gem::Specification.new do |spec|
spec.name = "foobara-extract-repo"
Expand Down
3 changes: 0 additions & 3 deletions lib/foobara/extract_repo.rb

This file was deleted.

0 comments on commit 2c3d08b

Please sign in to comment.