ser1zw
0eacad0a01
supress warnings occur when running rake gem
2014-01-19 03:10:19 +09:00
ser1zw
7f5dd34d23
add yard documentation as a rake task
2014-01-18 19:06:04 +09:00
ser1zw
6850627473
load pre-compile configs from config files
...
When create a pre-compiled gem in MinGW MSYS shell passing Ruby or OpenCV's paths,
the paths are converted to be invalid by MSYS shell.
E.g.
When we run the following command
$ rake gem:precompile RUBIES=C:/ruby19/bin/ruby.exe,C:/ruby20/bin/ruby.exe
The following paths are expected
ENV['RUBIES'] = "C:/ruby19/bin/ruby.exe,C:/ruby20/bin/ruby.exe"
But we get the following
ENV['RUBIES'] = "C;C:\\MinGW\\msys\\1.0\\ruby19\\bin\\ruby.exe,C;C:\\MinGW\\msys\\1.0\\ruby20\\bin\\ruby.exe"
This fix is for avoiding the problem.
2013-05-05 02:23:19 +09:00
ser1zw
d75ae5a19c
fix for MinGW MSYS shell
2013-05-04 23:56:38 +09:00
ser1zw
51d533eeed
add gem:precompile task to create fat gems
2013-05-04 20:52:46 +09:00
ser1zw
56e8411789
fat gem support
2013-05-02 07:37:23 +09:00
ser1zw
ecc64b89ca
fix encoding descriptions in magic comments
2013-03-03 06:08:54 +09:00
ser1zw
9f675d273b
add description and license of the gem to Rakefile
2013-03-03 02:59:54 +09:00
ser1zw
b935cec7fe
update file layout
2013-03-03 02:28:21 +09:00
ser1zw
3c5e13e0e7
update Rakefile and Manifest.txt
2013-01-27 12:39:17 +09:00
ser1zw
f54d5c80a9
cleanup Rakefile and recreate gemspec
2013-01-20 08:12:44 +09:00
ser1zw
530195b58e
remove unused dependency
2012-10-28 11:39:05 +09:00
ser1zw
dd575c3b81
replace Hoe#url= to Hoe#urls=
2012-05-01 01:07:04 +09:00
ser1zw
86b5d1918b
fix Psych loading problem
...
Fix this problem: https://github.com/ruby-opencv/ruby-opencv/pull/6
Thanks for aledalgrande!
2012-02-09 00:01:56 +09:00
ser1zw
e3bf41ffd2
moved version.rb to ext/opencv/lib/opencv/
2011-05-04 02:14:33 +09:00
ser1zw
756db66ba4
modified to be able to install both "rake package && gem install opencv-x.y.z.gem" and "ruby extconf.rb && make && make install" ways
2011-05-03 17:12:47 +09:00
ser1zw
3a3e577289
modified some files
2011-04-16 23:41:41 +09:00
Patrick Ting
08a9655dc1
Added gemspec to be able to bundle install from git.
...
Added IplImage#smoothness that returns :smooth, :messy, or :blank.
Rake compile will now compile the C extension code.
2011-04-14 12:26:41 -07:00
Ryan Baumann
9196cb13aa
Initial commit, with some minor changes from orig (date, exec bit, line endings, /usr/bin/env)
2008-08-19 11:01:28 -04:00