cake 0.3.3 → 0.3.4

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.
Files changed (4) hide show
  1. data/bin/cake +2 -3
  2. data/lib/bake.jar +0 -0
  3. data/lib/cake.jar +0 -0
  4. metadata +3 -3
data/bin/cake CHANGED
@@ -279,12 +279,11 @@ class JVM
279
279
  log(mode, "#{type} jvm stopped") if restart?
280
280
  reset!
281
281
  else
282
- inspect(socket) if debug?
282
+ inspect(socket)
283
283
  if mode == :stop
284
284
  log(mode, "error stopping #{type} jvm, try 'cake kill' or 'cake kill -9'")
285
285
  else
286
- log(mode, "warning: classes have changed but can't restart #{type} jvm with active connections")
287
- log(mode, " close active connections or use 'cake stop' to force quit")
286
+ log(mode, "close active connections or use 'cake stop' to force quit")
288
287
  end
289
288
  end
290
289
  end || (log(mode, "#{type} jvm not running") if $command == :stop)
data/lib/bake.jar CHANGED
Binary file
data/lib/cake.jar CHANGED
Binary file
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cake
3
3
  version: !ruby/object:Gem::Version
4
- hash: 21
4
+ hash: 27
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 3
9
- - 3
10
- version: 0.3.3
9
+ - 4
10
+ version: 0.3.4
11
11
  platform: ruby
12
12
  authors:
13
13
  - Justin Balthrop