bsdkrun 0.1.0 → 0.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/lib/bsdkrun.rb CHANGED
@@ -11,6 +11,10 @@ require_relative "bsdkrun/images"
11
11
  require_relative "bsdkrun/volumes"
12
12
  require_relative "bsdkrun/networks"
13
13
  require_relative "bsdkrun/system"
14
+ require_relative "bsdkrun/websocket_frame"
15
+ require_relative "bsdkrun/ws_client"
16
+ require_relative "bsdkrun/shell_session"
17
+ require_relative "bsdkrun/client"
14
18
 
15
19
  # bsdkrun — a Ruby SDK for {https://github.com/tsirysndr/bsdkrun bsdkrun}, a
16
20
  # Firecracker-style microVM launcher for BSD and Linux guests. A thin wrapper
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bsdkrun
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tsiry Sandratraina
@@ -51,15 +51,19 @@ files:
51
51
  - lib/bsdkrun.rb
52
52
  - lib/bsdkrun/args.rb
53
53
  - lib/bsdkrun/binary.rb
54
+ - lib/bsdkrun/client.rb
54
55
  - lib/bsdkrun/errors.rb
55
56
  - lib/bsdkrun/images.rb
56
57
  - lib/bsdkrun/networks.rb
57
58
  - lib/bsdkrun/process.rb
58
59
  - lib/bsdkrun/sandbox.rb
60
+ - lib/bsdkrun/shell_session.rb
59
61
  - lib/bsdkrun/system.rb
60
62
  - lib/bsdkrun/types.rb
61
63
  - lib/bsdkrun/version.rb
62
64
  - lib/bsdkrun/volumes.rb
65
+ - lib/bsdkrun/websocket_frame.rb
66
+ - lib/bsdkrun/ws_client.rb
63
67
  homepage: https://github.com/tsirysndr/bsdkrun
64
68
  licenses:
65
69
  - MIT