File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed
Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 22#include <ruby.h>
33#include <stdio.h>
44
5+ #ifndef _WIN32
6+ # include <errno.h>
7+ #endif
58
69// -----------------------------------------------------------------------------
710// globals
Original file line number Diff line number Diff line change 11YAML ::ENGINE . yamler = 'syck'
22Gem ::Specification . new do |s |
33 s . name = "rsec-ext"
4- s . version = "0.3.5 "
4+ s . version = "0.3.6 "
55 s . author = "NS"
66 s . homepage = "http://rsec.heroku.com"
77 s . platform = Gem ::Platform ::RUBY
@@ -16,7 +16,7 @@ Gem::Specification.new do |s|
1616 # s.has_rdoc = false
1717 s . extra_rdoc_files = [ "readme.rdoc" ]
1818
19- s . add_dependency 'rsec' , [ '=0.3.5 ' ]
19+ s . add_dependency 'rsec' , [ '=0.3.6 ' ]
2020
2121 if s . respond_to? :specification_version
2222 s . specification_version = 3
Original file line number Diff line number Diff line change 11YAML ::ENGINE . yamler = 'syck'
22Gem ::Specification . new do |s |
33 s . name = "rsec"
4- s . version = "0.3.5 "
4+ s . version = "0.3.6 "
55 s . author = "NS"
66 s . homepage = "http://rsec.heroku.com"
77 s . platform = Gem ::Platform ::RUBY
You can’t perform that action at this time.
0 commit comments