Skip to content

Commit

Permalink
Change version number and what versions of rb-threadframe we allow.
Browse files Browse the repository at this point in the history
  • Loading branch information
rocky committed Nov 24, 2012
1 parent 6c4f525 commit 65d2731
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ext/1.9.2/trace.c
@@ -1,7 +1,7 @@
#include "vm_core_mini.h" /* Pulls in ruby.h */

/* What release we got? */
#define TRACE_VERSION "0.6.dev"
#define TRACE_VERSION "0.5.9"

extern VALUE rb_cRubyVM; /* RubyVM class */
extern rb_vm_t *ruby_current_vm;
Expand Down
4 changes: 2 additions & 2 deletions rb-trace.gemspec
Expand Up @@ -39,9 +39,9 @@ EOF
spec.email = "rockyb@rubyforge.org"
spec.platform = Gem::Platform::RUBY
spec.files = FILES.to_a
spec.add_dependency('rb-threadframe', '~> 0.40')
spec.add_dependency('rb-threadframe', '>= 0.39.9')

spec.required_ruby_version = '~> 1.9.2frame'
# spec.required_ruby_version = '~> 1.9.2frame'
spec.date = Time.now
# spec.rubyforge_project = 'rocky-hacks'

Expand Down

0 comments on commit 65d2731

Please sign in to comment.