--- !ruby/object:Gem::Specification 
name: pango
version: !ruby/object:Gem::Version 
  hash: 31
  prerelease: 
  segments: 
  - 1
  - 2
  - 0
  version: 1.2.0
platform: ruby
authors: 
- The Ruby-GNOME2 Project Team
autorequire: 
bindir: bin
cert_chain: []

date: 2013-01-24 00:00:00 Z
dependencies: 
- !ruby/object:Gem::Dependency 
  name: cairo
  prerelease: false
  requirement: &id001 !ruby/object:Gem::Requirement 
    none: false
    requirements: 
    - - ">="
      - !ruby/object:Gem::Version 
        hash: 63
        segments: 
        - 1
        - 10
        - 0
        version: 1.10.0
  type: :runtime
  version_requirements: *id001
- !ruby/object:Gem::Dependency 
  name: glib2
  prerelease: false
  requirement: &id002 !ruby/object:Gem::Requirement 
    none: false
    requirements: 
    - - ">="
      - !ruby/object:Gem::Version 
        hash: 31
        segments: 
        - 1
        - 2
        - 0
        version: 1.2.0
  type: :runtime
  version_requirements: *id002
description: Ruby/Pango is a Ruby binding of pango-1.x.
email: ruby-gnome2-devel-en@lists.sourceforge.net
executables: []

extensions: 
- ext/pango/extconf.rb
extra_rdoc_files: []

files: 
- README
- Rakefile
- extconf.rb
- lib/pango.rb
- ext/pango/rbpangoglyphstring.c
- ext/pango/rbpango.c
- ext/pango/rbpangofontmetrics.c
- ext/pango/rbpangocairocontext.c
- ext/pango/rbpangogravity.c
- ext/pango/rbpangoattribute.c
- ext/pango/rbpangoglyphinfo.c
- ext/pango/rbpangoglyphitem.c
- ext/pango/rbpangolayout.c
- ext/pango/rbpangoattriterator.c
- ext/pango/rbpangoattrlist.c
- ext/pango/rbpangofontsetsimple.c
- ext/pango/rbpangoscript.c
- ext/pango/rbpangolanguage.c
- ext/pango/rbpangofont.c
- ext/pango/extconf.rb
- ext/pango/pango.def
- ext/pango/rbpangofontdescription.c
- ext/pango/rbpangofontmap.c
- ext/pango/rbpangologattr.c
- ext/pango/rbpango.h
- ext/pango/rbpangolayoutiter.c
- ext/pango/rbpangofontfamily.c
- ext/pango/rbpangofontface.c
- ext/pango/rbpangotabarray.c
- ext/pango/rbpangoengine.c
- ext/pango/rbpangocolor.c
- ext/pango/rbpangoanalysis.c
- ext/pango/rbpangomatrix.c
- ext/pango/rbpangocoverage.c
- ext/pango/rbpangorectangle.c
- ext/pango/rbpangoscriptiter.c
- ext/pango/rbpangorenderer.c
- ext/pango/rbpangoconversions.h
- ext/pango/rbpangocairo.c
- ext/pango/depend
- ext/pango/rbpangoprivate.h
- ext/pango/rbpangolayoutline.c
- ext/pango/rbpangocontext.c
- ext/pango/rbpangofontset.c
- ext/pango/rbpangoitem.c
- sample/attribute.rb
- sample/gdk_layout.rb
- sample/parse.rb
- sample/label.rb
- sample/break.rb
- sample/pango_cairo.rb
- sample/sample.txt
- sample/layout.rb
- sample/item.rb
- sample/glyphstring.rb
- sample/script.rb
- test/pango-test-utils.rb
- test/test_layout.rb
- test/test-attribute.rb
- test/run-test.rb
- test/test-language.rb
homepage: http://ruby-gnome2.sourceforge.jp/
licenses: []

post_install_message: 
rdoc_options: []

require_paths: 
- lib
required_ruby_version: !ruby/object:Gem::Requirement 
  none: false
  requirements: 
  - - ">="
    - !ruby/object:Gem::Version 
      hash: 61
      segments: 
      - 1
      - 8
      - 5
      version: 1.8.5
required_rubygems_version: !ruby/object:Gem::Requirement 
  none: false
  requirements: 
  - - ">="
    - !ruby/object:Gem::Version 
      hash: 3
      segments: 
      - 0
      version: "0"
requirements: []

rubyforge_project: 
rubygems_version: 1.8.24
signing_key: 
specification_version: 3
summary: Ruby/Pango is a Ruby binding of pango-1.x.
test_files: []