RubyInline 3.8.5 → 3.8.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (6) hide show
  1. data.tar.gz.sig +0 -0
  2. data/History.txt +6 -0
  3. data/Rakefile +1 -1
  4. data/lib/inline.rb +1 -1
  5. metadata +45 -12
  6. metadata.gz.sig +0 -0
data.tar.gz.sig ADDED
Binary file
data/History.txt CHANGED
@@ -1,3 +1,9 @@
1
+ === 3.8.6 / 2010-09-03
2
+
3
+ * 1 bug fix:
4
+
5
+ * Had to fix the ZenTest dependency to work with the whole 4.x series
6
+
1
7
  === 3.8.5 / 2010-09-01
2
8
 
3
9
  * 1 bug fix:
data/Rakefile CHANGED
@@ -14,7 +14,7 @@ Hoe.spec "RubyInline" do
14
14
  clean_globs << File.expand_path("~/.ruby_inline")
15
15
  spec_extras[:requirements] =
16
16
  "A POSIX environment and a compiler for your language."
17
- extra_deps << ['ZenTest', '~> 4.3.0'] # for ZenTest mapping
17
+ extra_deps << ['ZenTest', '~> 4.3'] # for ZenTest mapping
18
18
  end
19
19
 
20
20
  task :test => :clean
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.8.5'
68
+ VERSION = '3.8.6'
69
69
 
70
70
  WINDOZE = /mswin|mingw/ =~ RUBY_PLATFORM
71
71
  RUBINIUS = defined? RUBY_ENGINE
metadata CHANGED
@@ -1,43 +1,68 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: RubyInline
3
3
  version: !ruby/object:Gem::Version
4
+ hash: 43
4
5
  prerelease: false
5
6
  segments:
6
7
  - 3
7
8
  - 8
8
- - 5
9
- version: 3.8.5
9
+ - 6
10
+ version: 3.8.6
10
11
  platform: ruby
11
12
  authors:
12
13
  - Ryan Davis
13
14
  autorequire:
14
15
  bindir: bin
15
- cert_chain: []
16
+ cert_chain:
17
+ - |
18
+ -----BEGIN CERTIFICATE-----
19
+ MIIDPjCCAiagAwIBAgIBADANBgkqhkiG9w0BAQUFADBFMRMwEQYDVQQDDApyeWFu
20
+ ZC1ydWJ5MRkwFwYKCZImiZPyLGQBGRYJemVuc3BpZGVyMRMwEQYKCZImiZPyLGQB
21
+ GRYDY29tMB4XDTA5MDMwNjE4NTMxNVoXDTEwMDMwNjE4NTMxNVowRTETMBEGA1UE
22
+ AwwKcnlhbmQtcnVieTEZMBcGCgmSJomT8ixkARkWCXplbnNwaWRlcjETMBEGCgmS
23
+ JomT8ixkARkWA2NvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALda
24
+ b9DCgK+627gPJkB6XfjZ1itoOQvpqH1EXScSaba9/S2VF22VYQbXU1xQXL/WzCkx
25
+ taCPaLmfYIaFcHHCSY4hYDJijRQkLxPeB3xbOfzfLoBDbjvx5JxgJxUjmGa7xhcT
26
+ oOvjtt5P8+GSK9zLzxQP0gVLS/D0FmoE44XuDr3iQkVS2ujU5zZL84mMNqNB1znh
27
+ GiadM9GHRaDiaxuX0cIUBj19T01mVE2iymf9I6bEsiayK/n6QujtyCbTWsAS9Rqt
28
+ qhtV7HJxNKuPj/JFH0D2cswvzznE/a5FOYO68g+YCuFi5L8wZuuM8zzdwjrWHqSV
29
+ gBEfoTEGr7Zii72cx+sCAwEAAaM5MDcwCQYDVR0TBAIwADALBgNVHQ8EBAMCBLAw
30
+ HQYDVR0OBBYEFEfFe9md/r/tj/Wmwpy+MI8d9k/hMA0GCSqGSIb3DQEBBQUAA4IB
31
+ AQAY59gYvDxqSqgC92nAP9P8dnGgfZgLxP237xS6XxFGJSghdz/nI6pusfCWKM8m
32
+ vzjjH2wUMSSf3tNudQ3rCGLf2epkcU13/rguI88wO6MrE0wi4ZqLQX+eZQFskJb/
33
+ w6x9W1ur8eR01s397LSMexySDBrJOh34cm2AlfKr/jokKCTwcM0OvVZnAutaovC0
34
+ l1SVZ0ecg88bsWHA0Yhh7NFxK1utWoIhtB6AFC/+trM0FQEB/jZkIS8SaNzn96Rl
35
+ n0sZEf77FLf5peR8TP/PtmIg7Cyqz23sLM4mCOoTGIy5OcZ8TdyiyINUHtb5ej/T
36
+ FBHgymkyj/AOSqKRIpXPhjC6
37
+ -----END CERTIFICATE-----
16
38
 
17
- date: 2010-09-01 00:00:00 -07:00
39
+ date: 2010-09-03 00:00:00 -07:00
18
40
  default_executable:
19
41
  dependencies:
20
42
  - !ruby/object:Gem::Dependency
21
43
  name: ZenTest
22
44
  prerelease: false
23
45
  requirement: &id001 !ruby/object:Gem::Requirement
46
+ none: false
24
47
  requirements:
25
48
  - - ~>
26
49
  - !ruby/object:Gem::Version
50
+ hash: 29
27
51
  segments:
28
52
  - 4
29
53
  - 3
30
- - 0
31
- version: 4.3.0
54
+ version: "4.3"
32
55
  type: :runtime
33
56
  version_requirements: *id001
34
57
  - !ruby/object:Gem::Dependency
35
58
  name: rubyforge
36
59
  prerelease: false
37
60
  requirement: &id002 !ruby/object:Gem::Requirement
61
+ none: false
38
62
  requirements:
39
63
  - - ">="
40
64
  - !ruby/object:Gem::Version
65
+ hash: 7
41
66
  segments:
42
67
  - 2
43
68
  - 0
@@ -49,28 +74,32 @@ dependencies:
49
74
  name: minitest
50
75
  prerelease: false
51
76
  requirement: &id003 !ruby/object:Gem::Requirement
77
+ none: false
52
78
  requirements:
53
79
  - - ">="
54
80
  - !ruby/object:Gem::Version
81
+ hash: 9
55
82
  segments:
56
83
  - 1
57
- - 6
58
- - 0
59
- version: 1.6.0
84
+ - 7
85
+ - 1
86
+ version: 1.7.1
60
87
  type: :development
61
88
  version_requirements: *id003
62
89
  - !ruby/object:Gem::Dependency
63
90
  name: hoe
64
91
  prerelease: false
65
92
  requirement: &id004 !ruby/object:Gem::Requirement
93
+ none: false
66
94
  requirements:
67
95
  - - ">="
68
96
  - !ruby/object:Gem::Version
97
+ hash: 19
69
98
  segments:
70
99
  - 2
71
100
  - 6
72
- - 0
73
- version: 2.6.0
101
+ - 2
102
+ version: 2.6.2
74
103
  type: :development
75
104
  version_requirements: *id004
76
105
  description: |-
@@ -116,23 +145,27 @@ rdoc_options:
116
145
  require_paths:
117
146
  - lib
118
147
  required_ruby_version: !ruby/object:Gem::Requirement
148
+ none: false
119
149
  requirements:
120
150
  - - ">="
121
151
  - !ruby/object:Gem::Version
152
+ hash: 3
122
153
  segments:
123
154
  - 0
124
155
  version: "0"
125
156
  required_rubygems_version: !ruby/object:Gem::Requirement
157
+ none: false
126
158
  requirements:
127
159
  - - ">="
128
160
  - !ruby/object:Gem::Version
161
+ hash: 3
129
162
  segments:
130
163
  - 0
131
164
  version: "0"
132
165
  requirements:
133
166
  - A POSIX environment and a compiler for your language.
134
167
  rubyforge_project: rubyinline
135
- rubygems_version: 1.3.6
168
+ rubygems_version: 1.3.7
136
169
  signing_key:
137
170
  specification_version: 3
138
171
  summary: Inline allows you to write foreign code within your ruby code
metadata.gz.sig ADDED
Binary file