rubyosa19 0.5.0 → 0.5.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,34 +0,0 @@
1
- /**********************************************************************
2
-
3
- ruby.h -
4
-
5
- $Author$
6
- created at: Sun 10 12:06:15 Jun JST 2007
7
-
8
- Copyright (C) 2007-2008 Yukihiro Matsumoto
9
-
10
- **********************************************************************/
11
-
12
- #ifndef RUBY_H
13
- #define RUBY_H 1
14
-
15
- #define HAVE_RUBY_DEFINES_H 1
16
- #define HAVE_RUBY_ENCODING_H 1
17
- #define HAVE_RUBY_INTERN_H 1
18
- #define HAVE_RUBY_IO_H 1
19
- #define HAVE_RUBY_MISSING_H 1
20
- #define HAVE_RUBY_ONIGURUMA_H 1
21
- #define HAVE_RUBY_RE_H 1
22
- #define HAVE_RUBY_REGEX_H 1
23
- #define HAVE_RUBY_RUBY_H 1
24
- #define HAVE_RUBY_ST_H 1
25
- #define HAVE_RUBY_UTIL_H 1
26
- #define HAVE_RUBY_VERSION_H 1
27
- #define HAVE_RUBY_VM_H 1
28
- #ifdef _WIN32
29
- #define HAVE_RUBY_WIN32_H 1
30
- #endif
31
-
32
- #include "ruby/ruby.h"
33
-
34
- #endif /* RUBY_H */
data/lib/rubyosa.rb DELETED
@@ -1,18 +0,0 @@
1
- # encoding: utf-8
2
- #
3
- # Copyright (C) 2012 Paolo Bosetti <p4010@me.com>
4
- #
5
- # This program is distributed under the terms of the MIT license.
6
- # See the included MIT-LICENSE file for the terms of this license.
7
- #
8
- # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
9
- # OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
10
- # MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
11
- # IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
12
- # CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
13
- # TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
14
- # SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
15
-
16
- require "rubyosa/osa"
17
- require "rubyosa/rbosa"
18
- require "rubyosa/rbosa_properties"