~ubuntu-branches/ubuntu/utopic/ruby-gir-ffi/utopic-proposed

« back to all changes in this revision

Viewing changes to README.md

  • Committer: Package Import Robot
  • Author(s): TANIGUCHI Takaki
  • Date: 2014-06-22 16:13:36 UTC
  • mfrom: (10.1.1 sid)
  • Revision ID: package-import@ubuntu.com-20140622161336-zo88bzrlqw71cpyy
Tags: 0.7.4-1
* Imported Upstream version 0.7.4
* Bump Standards-Version to 3.9.5 (with no changes)

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 
3
3
by Matijs van Zuijlen
4
4
 
5
 
[![Build Status](https://secure.travis-ci.org/mvz/ruby-gir-ffi.png)](http://travis-ci.org/mvz/ruby-gir-ffi)
6
 
 
7
5
## Description
8
6
 
9
7
Ruby bindings for GNOME using the GObject Introspection Repository.
10
8
 
11
 
## Features/Notes
 
9
## Status
 
10
 
 
11
[![Gem Version](https://badge.fury.io/rb/gir_ffi.png)](http://badge.fury.io/rb/gir_ffi)
 
12
[![Dependency Status](https://gemnasium.com/mvz/ruby-gir-ffi.png)](https://gemnasium.com/mvz/ruby-gir-ffi)
 
13
[![Build Status](https://travis-ci.org/mvz/ruby-gir-ffi.png?branch=master)](https://travis-ci.org/mvz/ruby-gir-ffi)
 
14
[![Code Climate](https://codeclimate.com/github/mvz/ruby-gir-ffi.png)](https://codeclimate.com/github/mvz/ruby-gir-ffi)
 
15
[![Coverage Status](https://coveralls.io/repos/mvz/ruby-gir-ffi/badge.png)](https://coveralls.io/r/mvz/ruby-gir-ffi)
 
16
 
 
17
## Features
12
18
 
13
19
* Create bindings to any GObject-based library.
14
 
* Bindings generated at runtime.
 
20
* Bindings are generated at runtime.
15
21
* Provides overridden bindings for selected methods.
16
 
* Install 'gir_ffi-gtk' and require 'gir_ffi-gtk2' or 'gir_ffi-gtk3' to
 
22
* Install `gir_ffi-gtk` and require `gir_ffi-gtk2` or `gir_ffi-gtk3` to
17
23
  load overrides for Gtk2 or Gtk3.
18
24
 
19
25
## Usage
39
45
 
40
46
## Requirements
41
47
 
42
 
GirFFI should work on MRI 1.8, 1.9 and 2.0, JRuby in both 1.8 and 1.9
43
 
modes, and on Rubinius in both 1.8 and 1.9 modes.
 
48
GirFFI should work on MRI 1.9, 2.0, and 2.1, JRuby in 1.9 mode, and on
 
49
Rubinius.
44
50
 
45
51
You will also need gobject-introspection installed with some
46
52
introspection data.
73
79
 
74
80
## Hacking and contributing
75
81
 
76
 
If you want to help out, have a look at TODO.rdoc, and check the notes
 
82
If you want to help out, have a look at TODO.md, and check the notes
77
83
in the code (e.g., using `dnote`). Feel free to file bugs or send pull
78
84
requests.
79
85
 
90
96
 
91
97
## License
92
98
 
93
 
Copyright © 2009–2013 [Matijs van Zuijlen](http://www.matijs.net)
 
99
Copyright © 2009–2014 [Matijs van Zuijlen](http://www.matijs.net)
94
100
 
95
101
GirFFI is free software, distributed under the terms of the GNU Lesser
96
102
General Public License, version 2.1 or later. See the file COPYING.LIB for