rice 1.5.0 → 1.5.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/Doxyfile +1 -1
- data/extconf.rb +1 -1
- data/rice/detail/ruby_version_code.hpp +1 -1
- data/ruby/lib/version.rb +1 -1
- metadata +2 -2
data/Doxyfile
CHANGED
|
@@ -23,7 +23,7 @@ PROJECT_NAME = Rice
|
|
|
23
23
|
# This could be handy for archiving the generated documentation or
|
|
24
24
|
# if some version control system is used.
|
|
25
25
|
|
|
26
|
-
PROJECT_NUMBER = 1.5.
|
|
26
|
+
PROJECT_NUMBER = 1.5.1
|
|
27
27
|
|
|
28
28
|
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
|
|
29
29
|
# base path where the generated documentation will be put.
|
data/extconf.rb
CHANGED
|
@@ -25,7 +25,7 @@ Unfortunately Rice does not work against a Ruby without any shared libraries.
|
|
|
25
25
|
You'll need to rebuild Ruby with --enable-shared to use this library.
|
|
26
26
|
|
|
27
27
|
If you're on rvm: rvm reinstall [version] -- --enable-shared
|
|
28
|
-
If you're on rbenv: CONFIGURE_OPTS="--enable-
|
|
28
|
+
If you're on rbenv: CONFIGURE_OPTS="--enable-shared" rbenv install [version]
|
|
29
29
|
If this is a host environment like Heroku you'll need to contact their support.
|
|
30
30
|
EOC
|
|
31
31
|
end
|
data/ruby/lib/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rice
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.5.
|
|
4
|
+
version: 1.5.1
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -10,7 +10,7 @@ authors:
|
|
|
10
10
|
autorequire:
|
|
11
11
|
bindir: bin
|
|
12
12
|
cert_chain: []
|
|
13
|
-
date: 2013-05-
|
|
13
|
+
date: 2013-05-02 00:00:00.000000000 Z
|
|
14
14
|
dependencies: []
|
|
15
15
|
description: ! 'Rice is a C++ interface to Ruby''s C API. It provides a type-safe
|
|
16
16
|
and
|