rbplusplus 1.1.0 → 1.2.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +5 -13
- metadata +9 -13
checksums.yaml
CHANGED
@@ -1,15 +1,7 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
|
5
|
-
data.tar.gz: !binary |-
|
6
|
-
MjlmMGRjM2ZhMjFjZTNjNWI5YzdhNDE0N2U1M2M2Yzc5ZTQ3ZjQ3Nw==
|
2
|
+
SHA1:
|
3
|
+
metadata.gz: 3fb201af4add5d3b4df2114448e7649718e05611
|
4
|
+
data.tar.gz: d33460614a7ad882559a67f837650313bec13732
|
7
5
|
SHA512:
|
8
|
-
metadata.gz:
|
9
|
-
|
10
|
-
ZWNmMjU0MDUxYzViMDRkZmI4Mzk0M2QzNWJhMTRmMmRjODM1NDc0YTlkZjQ1
|
11
|
-
ZWU1YTNhZmVlMDY1MzZmNDhjNmRiOWNiNzc5ZmM0OTc1ZWMxZjA=
|
12
|
-
data.tar.gz: !binary |-
|
13
|
-
MzA3NzM4ZWFiZmE2MDU3NzA4NTQ1N2M3Mjk2NzFiYTBhNGJjNDRiY2UxYWIz
|
14
|
-
YmRmMmVkNDVmZjIzZjU4ODIxNWY4YmEzZWZkMmJhYjhhOGJiNjgzMTQ4ZTdi
|
15
|
-
YmJlZmE4M2Y5ZTgzZGRlMjBlYWJhMWNlY2NkYmJkYjJkNGM0ODg=
|
6
|
+
metadata.gz: 150f0c8cda94227750e603d503b5893055b80a7ac792c7c7627c32bd3b7ba7d8e132cfd373c6e227713e311acddeba252ee277cf6148b7b08aa04a021c738448
|
7
|
+
data.tar.gz: af6a24fda140fedcb82ec204c5a8d57a06ad024b22cde324023ddd1fdbcde3c45ffc8be3eaba862ec8a91eb49c71300a8a2c00cf5a3f983333e4d5a4f8314ba2
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rbplusplus
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.2.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Jason Roelofs
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2014-02-26 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rbgccxml
|
@@ -30,20 +30,17 @@ dependencies:
|
|
30
30
|
requirements:
|
31
31
|
- - ~>
|
32
32
|
- !ruby/object:Gem::Version
|
33
|
-
version: 1.
|
33
|
+
version: 1.6.0
|
34
34
|
type: :runtime
|
35
35
|
prerelease: false
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
37
37
|
requirements:
|
38
38
|
- - ~>
|
39
39
|
- !ruby/object:Gem::Version
|
40
|
-
version: 1.
|
41
|
-
description:
|
42
|
-
library to
|
43
|
-
|
40
|
+
version: 1.6.0
|
41
|
+
description: |
|
42
|
+
Rb++ combines the powerful query interface of rbgccxml and the Rice library to
|
44
43
|
make Ruby wrapping extensions of C++ libraries easier to write than ever.
|
45
|
-
|
46
|
-
'
|
47
44
|
email: jasongroelofs@gmail.com
|
48
45
|
executables: []
|
49
46
|
extensions: []
|
@@ -161,17 +158,17 @@ require_paths:
|
|
161
158
|
- lib
|
162
159
|
required_ruby_version: !ruby/object:Gem::Requirement
|
163
160
|
requirements:
|
164
|
-
- -
|
161
|
+
- - '>='
|
165
162
|
- !ruby/object:Gem::Version
|
166
163
|
version: '0'
|
167
164
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
168
165
|
requirements:
|
169
|
-
- -
|
166
|
+
- - '>='
|
170
167
|
- !ruby/object:Gem::Version
|
171
168
|
version: '0'
|
172
169
|
requirements: []
|
173
170
|
rubyforge_project: rbplusplus
|
174
|
-
rubygems_version: 2.
|
171
|
+
rubygems_version: 2.0.14
|
175
172
|
signing_key:
|
176
173
|
specification_version: 4
|
177
174
|
summary: Ruby library to generate Rice wrapper code
|
@@ -234,4 +231,3 @@ test_files:
|
|
234
231
|
- test/headers/ugly_interface.h
|
235
232
|
- test/headers/ugly_interface_ns.h
|
236
233
|
- test/headers/with_includes.h
|
237
|
-
has_rdoc:
|