# -*- encoding: utf-8 -*- # stub: pango 2.2.0 ruby lib # stub: ext/pango/extconf.rb Gem::Specification.new do |s| s.name = "pango".freeze s.version = "2.2.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["The Ruby-GNOME2 Project Team".freeze] s.date = "2014-03-09" s.description = "Ruby/Pango is a Ruby binding of pango-1.x.".freeze s.email = "ruby-gnome2-devel-en@lists.sourceforge.net".freeze s.extensions = ["ext/pango/extconf.rb".freeze] s.files = ["README".freeze, "Rakefile".freeze, "ext/pango/depend".freeze, "ext/pango/extconf.rb".freeze, "ext/pango/pango.def".freeze, "ext/pango/rbpango.c".freeze, "ext/pango/rbpango.h".freeze, "ext/pango/rbpangoanalysis.c".freeze, "ext/pango/rbpangoattribute.c".freeze, "ext/pango/rbpangoattriterator.c".freeze, "ext/pango/rbpangoattrlist.c".freeze, "ext/pango/rbpangocairo.c".freeze, "ext/pango/rbpangocairocontext.c".freeze, "ext/pango/rbpangocolor.c".freeze, "ext/pango/rbpangocontext.c".freeze, "ext/pango/rbpangoconversions.h".freeze, "ext/pango/rbpangocoverage.c".freeze, "ext/pango/rbpangoengine.c".freeze, "ext/pango/rbpangofont.c".freeze, "ext/pango/rbpangofontdescription.c".freeze, "ext/pango/rbpangofontface.c".freeze, "ext/pango/rbpangofontfamily.c".freeze, "ext/pango/rbpangofontmap.c".freeze, "ext/pango/rbpangofontmetrics.c".freeze, "ext/pango/rbpangofontset.c".freeze, "ext/pango/rbpangofontsetsimple.c".freeze, "ext/pango/rbpangoglyphinfo.c".freeze, "ext/pango/rbpangoglyphitem.c".freeze, "ext/pango/rbpangoglyphstring.c".freeze, "ext/pango/rbpangogravity.c".freeze, "ext/pango/rbpangoitem.c".freeze, "ext/pango/rbpangolanguage.c".freeze, "ext/pango/rbpangolayout.c".freeze, "ext/pango/rbpangolayoutiter.c".freeze, "ext/pango/rbpangolayoutline.c".freeze, "ext/pango/rbpangologattr.c".freeze, "ext/pango/rbpangomatrix.c".freeze, "ext/pango/rbpangoprivate.h".freeze, "ext/pango/rbpangorectangle.c".freeze, "ext/pango/rbpangorenderer.c".freeze, "ext/pango/rbpangoscript.c".freeze, "ext/pango/rbpangoscriptiter.c".freeze, "ext/pango/rbpangotabarray.c".freeze, "extconf.rb".freeze, "lib/pango.rb".freeze, "sample/attribute.rb".freeze, "sample/break.rb".freeze, "sample/gdk_layout.rb".freeze, "sample/glyphstring.rb".freeze, "sample/item.rb".freeze, "sample/label.rb".freeze, "sample/layout.rb".freeze, "sample/pango_cairo.rb".freeze, "sample/parse.rb".freeze, "sample/sample.txt".freeze, "sample/script.rb".freeze, "test/pango-test-utils.rb".freeze, "test/run-test.rb".freeze, "test/test-analysis.rb".freeze, "test/test-attribute.rb".freeze, "test/test-color.rb".freeze, "test/test-language.rb".freeze, "test/test-layout.rb".freeze, "test/test-log-attr.rb".freeze, "test/test-matrix.rb".freeze, "test/test-rectangle.rb".freeze] s.homepage = "http://ruby-gnome2.sourceforge.jp/".freeze s.licenses = ["LGPLv2.1 or later".freeze] s.required_ruby_version = Gem::Requirement.new(">= 1.9.3".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "Ruby/Pango is a Ruby binding of pango-1.x.".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 1.12.5".freeze]) s.add_runtime_dependency(%q.freeze, ["= 2.2.0".freeze]) end