byebug 4.0.2 → 4.0.3

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e1daddbfc6456338d94c6ca61db65a901fa79c0a
4
- data.tar.gz: 4ad81bb42875aa5591d850191adf8f7d45eeca69
3
+ metadata.gz: b2fadb53e1523391bfa7eca7a878644a1aabe6a9
4
+ data.tar.gz: 249dd281387180ab622f99b9c98d0d93dde62265
5
5
  SHA512:
6
- metadata.gz: 371730b3f5d7a40b38bc6ffdf59e3bfd0e5431813d2a5fbc281644acc7a953550c5dca16b96186afe5c90c63124e3931f4f55bee9c47f0c846dbca9e16e8cc82
7
- data.tar.gz: fada8ba4a4d09d99117936776d9540929408126c4e8c3814c4671853a0cdaa6241bbe7047a87804b7c6d54007545f8f84dab621e533ff3d1397801d5e74f7354
6
+ metadata.gz: 718de1ee939c6308b2984f55c1f6c6299a9012a3be84b464ac33e10a037f4433c24812e8f03eed300267114c4d624ce9f53ed7c0590d8fa5ff83590b4dfd80e8
7
+ data.tar.gz: a3c3cb01bfc595aee3b4b8348fd8e8ad6bccd67b9c02dedcd095a57c0c193750b16d5f30fcec2b682334264ea4e171e03f79c0e5d6b9dade15714bef57407927
@@ -1,3 +1,7 @@
1
+ ## 4.0.3 - 2015-03-19
2
+ ### Fixed
3
+ * Unused variable warning in context.c
4
+
1
5
  ## 4.0.2 - 2014-03-16
2
6
  ### Fixed
3
7
  * Removed `rb-readline` as a dependency and show a help message whenever
@@ -628,6 +628,8 @@ Context_set_tracing(VALUE self, VALUE value)
628
628
  static VALUE
629
629
  dt_inherited(VALUE klass)
630
630
  {
631
+ UNUSED(klass);
632
+
631
633
  rb_raise(rb_eRuntimeError, "Can't inherit Byebug::DebugThread class");
632
634
 
633
635
  return Qnil;
@@ -1,3 +1,3 @@
1
1
  module Byebug
2
- VERSION = '4.0.2'
2
+ VERSION = '4.0.3'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: byebug
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.0.2
4
+ version: 4.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Rodriguez
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2015-03-16 00:00:00.000000000 Z
13
+ date: 2015-03-19 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: columnize