Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ rvm:
- 2.2
- 2.3
- 2.4.2
- 2.5.0
- 2.5.3
- 2.6.0
- ruby-head

matrix:
Expand Down
7 changes: 1 addition & 6 deletions ext/debase_internals.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,7 @@
#define DEBASE_INTERNALS

#include "ruby.h"
#include "vm_core.h"
#include "version.h"
#include "iseq.h"
#include "vm_insnhelper.h"
#include "method.h"
#include <ruby/debug.h>
#include "ruby/debug.h"

typedef struct rb_trace_arg_struct rb_trace_point_t;

Expand Down
2 changes: 1 addition & 1 deletion lib/debase/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Debase
VERSION = "0.2.3.beta2" unless defined? VERSION
VERSION = "0.2.3.beta3" unless defined? VERSION
end