Skip to content

Commit 20c3936

Browse files
author
Colin Loretz
committed
Bump to patch 0.5.1. Remove unnecessary dependency
1 parent 6e9e089 commit 20c3936

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

lib/linkedin_orbit/linkedin.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
# frozen_string_literal: true
2-
require "byebug"
32
module LinkedinOrbit
43
class Linkedin
54
def initialize(params = {})

lib/linkedin_orbit/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module LinkedinOrbit
4-
VERSION = "0.5.0"
4+
VERSION = "0.5.1"
55
end

0 commit comments

Comments
 (0)