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

Commit

Permalink
Bug/cannot load byebug (#5)
Browse files Browse the repository at this point in the history
* Remove byebug from lib

* Build updated gem
  • Loading branch information
randallreedjr committed Jul 23, 2018
1 parent c1a702e commit c8c0f46
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 deletions.
7 changes: 5 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
git_switch (0.1.0)
git_switch (0.1.1)

GEM
remote: https://rubygems.org/
Expand All @@ -22,16 +22,19 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.7.0)
rspec-support (3.7.1)
rspec_junit_formatter (0.4.1)
rspec-core (>= 2, < 4, != 2.12.0)

PLATFORMS
ruby

DEPENDENCIES
bundler (~> 1.16)
byebug (~> 10.0.2)
byebug (~> 10.0)
git_switch!
rake (~> 10.0)
rspec (~> 3.0)
rspec_junit_formatter (~> 0.4.1)

BUNDLED WITH
1.16.2
Binary file removed git_switch-0.1.0.gem
Binary file not shown.
Binary file added git_switch-0.1.1.gem
Binary file not shown.
1 change: 0 additions & 1 deletion lib/git_switch/switcher.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# require 'version'
require 'yaml'
require_relative './version'
require 'byebug'

module GitSwitch
class Switcher
Expand Down
2 changes: 1 addition & 1 deletion lib/git_switch/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module GitSwitch
VERSION = "0.1.0"
VERSION = "0.1.1"
end

0 comments on commit c8c0f46

Please sign in to comment.