Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
ssnyder-intrinio committed Mar 14, 2024
1 parent fda0bc7 commit 5a73476
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
intrinio-realtime (5.0.0)
intrinio-realtime (5.1.0)
bigdecimal (~> 1.4.0)
eventmachine (~> 1.2)
thread (~> 0.2.2)
Expand All @@ -12,10 +12,11 @@ GEM
specs:
bigdecimal (1.4.4)
event_emitter (0.2.6)
eventmachine (1.2.7)
eventmachine (1.2.7-x64-mingw32)
thread (0.2.2)
websocket (1.2.9)
websocket-client-simple (0.3.0)
websocket (1.2.10)
websocket-client-simple (0.8.0)
event_emitter
websocket

Expand Down
2 changes: 1 addition & 1 deletion intrinio-realtime.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)

Gem::Specification.new do |spec|
spec.name = "intrinio-realtime"
spec.version = "5.0.0"
spec.version = "5.1.0"
spec.authors = ["Intrinio"]
spec.email = ["admin@intrinio.com"]
spec.description = %q{Intrinio Ruby SDK for Real-Time Stock Prices}
Expand Down

0 comments on commit 5a73476

Please sign in to comment.