rhomobile-debug 1.0.4 → 1.0.5

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 (3) hide show
  1. data/CHANGELOG +3 -0
  2. data/lib/debugger.rb +1 -1
  3. metadata +4 -4
data/CHANGELOG CHANGED
@@ -1,3 +1,6 @@
1
+ ## 1.0.5
2
+ * Unnecessary warnings removed from application log
3
+
1
4
  ## 1.0.4
2
5
  * Debugger low level messages excluded from application log
3
6
 
@@ -82,7 +82,7 @@ def get_variables(scope)
82
82
  vars = eval(prefix + cmd, $_binding)
83
83
  $_s.write("VSTART:#{vartype}\n")
84
84
  vars.each do |v|
85
- if v !~ /^\$(=|KCODE)$/
85
+ if v !~ /^\$(=|KCODE|-K)$/
86
86
  begin
87
87
  result = eval(v.to_s, $_binding).inspect
88
88
  rescue Exception => exc
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rhomobile-debug
3
3
  version: !ruby/object:Gem::Version
4
- hash: 31
4
+ hash: 29
5
5
  prerelease: false
6
6
  segments:
7
7
  - 1
8
8
  - 0
9
- - 4
10
- version: 1.0.4
9
+ - 5
10
+ version: 1.0.5
11
11
  platform: ruby
12
12
  authors:
13
13
  - Rhomobile
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2011-10-20 00:00:00 -07:00
18
+ date: 2011-10-21 00:00:00 -07:00
19
19
  default_executable:
20
20
  dependencies: []
21
21