rice 1.5.0 → 1.5.1

Sign up to get free protection for your applications and to get access to all the features.
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.0
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-shard" rbenv install [version]
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
@@ -1,6 +1,6 @@
1
1
  #ifndef Rice__detail__ruby_version_code__hpp
2
2
  #define Rice__detail__ruby_version_code__hpp
3
3
 
4
- #define RICE__RUBY_VERSION_CODE 200
4
+ #define RICE__RUBY_VERSION_CODE 193
5
5
 
6
6
  #endif // Rice__detail__ruby_version_code__hpp
data/ruby/lib/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Rice
2
- VERSION = "1.5.0"
2
+ VERSION = "1.5.1"
3
3
  end
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.0
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-01 00:00:00.000000000 Z
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