RubyInline 3.11.0 → 3.11.1
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 +1 -1
- data/History.txt +6 -0
- data/lib/inline.rb +2 -1
- metadata +25 -10
- metadata.gz.sig +0 -0
data.tar.gz.sig
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
5�
|
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.11.
|
|
68
|
+
VERSION = '3.11.1'
|
|
69
69
|
|
|
70
70
|
WINDOZE = /mswin|mingw/ =~ RUBY_PLATFORM
|
|
71
71
|
RUBINIUS = defined? RUBY_ENGINE
|
|
@@ -572,6 +572,7 @@ VALUE #{method}_equals(VALUE value) {
|
|
|
572
572
|
RbConfig::CONFIG['DLDFLAGS'],
|
|
573
573
|
RbConfig::CONFIG['CCDLFLAGS'],
|
|
574
574
|
RbConfig::CONFIG['CFLAGS'],
|
|
575
|
+
RbConfig::CONFIG['LDFLAGS'],
|
|
575
576
|
'-I', hdrdir,
|
|
576
577
|
config_hdrdir,
|
|
577
578
|
'-I', RbConfig::CONFIG['includedir'],
|
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: 41
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 3
|
|
8
8
|
- 11
|
|
9
|
-
-
|
|
10
|
-
version: 3.11.
|
|
9
|
+
- 1
|
|
10
|
+
version: 3.11.1
|
|
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:
|
|
39
|
+
date: 2012-01-25 00:00:00 Z
|
|
40
40
|
dependencies:
|
|
41
41
|
- !ruby/object:Gem::Dependency
|
|
42
42
|
name: ZenTest
|
|
@@ -61,17 +61,32 @@ dependencies:
|
|
|
61
61
|
requirements:
|
|
62
62
|
- - ~>
|
|
63
63
|
- !ruby/object:Gem::Version
|
|
64
|
-
hash:
|
|
64
|
+
hash: 17
|
|
65
65
|
segments:
|
|
66
66
|
- 2
|
|
67
|
-
-
|
|
68
|
-
version: "2.
|
|
67
|
+
- 9
|
|
68
|
+
version: "2.9"
|
|
69
69
|
type: :development
|
|
70
70
|
version_requirements: *id002
|
|
71
71
|
- !ruby/object:Gem::Dependency
|
|
72
|
-
name:
|
|
72
|
+
name: rdoc
|
|
73
73
|
prerelease: false
|
|
74
74
|
requirement: &id003 !ruby/object:Gem::Requirement
|
|
75
|
+
none: false
|
|
76
|
+
requirements:
|
|
77
|
+
- - ~>
|
|
78
|
+
- !ruby/object:Gem::Version
|
|
79
|
+
hash: 19
|
|
80
|
+
segments:
|
|
81
|
+
- 3
|
|
82
|
+
- 10
|
|
83
|
+
version: "3.10"
|
|
84
|
+
type: :development
|
|
85
|
+
version_requirements: *id003
|
|
86
|
+
- !ruby/object:Gem::Dependency
|
|
87
|
+
name: hoe
|
|
88
|
+
prerelease: false
|
|
89
|
+
requirement: &id004 !ruby/object:Gem::Requirement
|
|
75
90
|
none: false
|
|
76
91
|
requirements:
|
|
77
92
|
- - ~>
|
|
@@ -82,7 +97,7 @@ dependencies:
|
|
|
82
97
|
- 12
|
|
83
98
|
version: "2.12"
|
|
84
99
|
type: :development
|
|
85
|
-
version_requirements: *
|
|
100
|
+
version_requirements: *id004
|
|
86
101
|
description: |-
|
|
87
102
|
Inline allows you to write foreign code within your ruby code. It
|
|
88
103
|
automatically determines if the code in question has changed and
|
|
@@ -146,7 +161,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
146
161
|
requirements:
|
|
147
162
|
- A POSIX environment and a compiler for your language.
|
|
148
163
|
rubyforge_project: rubyinline
|
|
149
|
-
rubygems_version: 1.8.
|
|
164
|
+
rubygems_version: 1.8.12
|
|
150
165
|
signing_key:
|
|
151
166
|
specification_version: 3
|
|
152
167
|
summary: Inline allows you to write foreign code within your ruby code
|
metadata.gz.sig
CHANGED
|
Binary file
|