RubyInline 3.10.1 → 3.11.0
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.
- data.tar.gz.sig +0 -0
- data/History.txt +6 -0
- data/lib/inline.rb +1 -9
- metadata +5 -5
- metadata.gz.sig +0 -0
data.tar.gz.sig
CHANGED
|
Binary file
|
data/History.txt
CHANGED
data/lib/inline.rb
CHANGED
|
@@ -65,7 +65,7 @@ class CompilationError < RuntimeError; end
|
|
|
65
65
|
# the current namespace.
|
|
66
66
|
|
|
67
67
|
module Inline
|
|
68
|
-
VERSION = '3.
|
|
68
|
+
VERSION = '3.11.0'
|
|
69
69
|
|
|
70
70
|
WINDOZE = /mswin|mingw/ =~ RUBY_PLATFORM
|
|
71
71
|
RUBINIUS = defined? RUBY_ENGINE
|
|
@@ -792,13 +792,6 @@ VALUE #{method}_equals(VALUE value) {
|
|
|
792
792
|
end # module Inline
|
|
793
793
|
|
|
794
794
|
class Module
|
|
795
|
-
|
|
796
|
-
##
|
|
797
|
-
# options is a hash that allows you to pass extra data to your
|
|
798
|
-
# builder. The only key that is guaranteed to exist is :testing.
|
|
799
|
-
|
|
800
|
-
attr_reader :options
|
|
801
|
-
|
|
802
795
|
##
|
|
803
796
|
# Extends the Module class to have an inline method. The default
|
|
804
797
|
# language/builder used is C, but can be specified with the +lang+
|
|
@@ -824,7 +817,6 @@ class Module
|
|
|
824
817
|
Inline.const_get(lang)
|
|
825
818
|
end
|
|
826
819
|
|
|
827
|
-
@options = options
|
|
828
820
|
builder = builder_class.new self
|
|
829
821
|
|
|
830
822
|
yield builder
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: RubyInline
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 43
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 3
|
|
8
|
-
-
|
|
9
|
-
-
|
|
10
|
-
version: 3.
|
|
8
|
+
- 11
|
|
9
|
+
- 0
|
|
10
|
+
version: 3.11.0
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Ryan Davis
|
|
@@ -36,7 +36,7 @@ cert_chain:
|
|
|
36
36
|
FBHgymkyj/AOSqKRIpXPhjC6
|
|
37
37
|
-----END CERTIFICATE-----
|
|
38
38
|
|
|
39
|
-
date: 2011-09-
|
|
39
|
+
date: 2011-09-28 00:00:00 Z
|
|
40
40
|
dependencies:
|
|
41
41
|
- !ruby/object:Gem::Dependency
|
|
42
42
|
name: ZenTest
|
metadata.gz.sig
CHANGED
|
Binary file
|