yui 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/ext/yui/extconf.rb +20 -0
- data/ext/yui/yui_ruby.cxx +51598 -0
- data/lib/yui/version.rb +10 -0
- data/lib/yui/yui.rb +11 -0
- data/lib/yui.rb +4 -0
- metadata +121 -0
data/lib/yui/version.rb
ADDED
@@ -0,0 +1,10 @@
|
|
1
|
+
# yui/version.rb
|
2
|
+
|
3
|
+
module Yui
|
4
|
+
require 'rbconfig'
|
5
|
+
YUI_RUBY_VERSION = "1.8"
|
6
|
+
SYSTEM_RUBY_VERSION = "#{RbConfig::CONFIG['MAJOR']}.#{RbConfig::CONFIG['MINOR']}"
|
7
|
+
if SYSTEM_RUBY_VERSION != YUI_RUBY_VERSION
|
8
|
+
STDERR.puts "** Warning: Ruby version mismatch: Yui Ruby #{YUI_RUBY_VERSION}, Runtime Ruby #{SYSTEM_RUBY_VERSION}"
|
9
|
+
end
|
10
|
+
end
|
data/lib/yui/yui.rb
ADDED
data/lib/yui.rb
ADDED
metadata
ADDED
@@ -0,0 +1,121 @@
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
|
+
name: yui
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
hash: 27
|
5
|
+
prerelease:
|
6
|
+
segments:
|
7
|
+
- 0
|
8
|
+
- 1
|
9
|
+
- 0
|
10
|
+
version: 0.1.0
|
11
|
+
platform: ruby
|
12
|
+
authors:
|
13
|
+
- "Klaus K\xC3\xA4mpf"
|
14
|
+
autorequire:
|
15
|
+
bindir: bin
|
16
|
+
cert_chain: []
|
17
|
+
|
18
|
+
date: 2012-06-12 00:00:00 +02:00
|
19
|
+
default_executable:
|
20
|
+
dependencies:
|
21
|
+
- !ruby/object:Gem::Dependency
|
22
|
+
name: rake-compiler
|
23
|
+
prerelease: false
|
24
|
+
requirement: &id001 !ruby/object:Gem::Requirement
|
25
|
+
none: false
|
26
|
+
requirements:
|
27
|
+
- - ">="
|
28
|
+
- !ruby/object:Gem::Version
|
29
|
+
hash: 3
|
30
|
+
segments:
|
31
|
+
- 0
|
32
|
+
version: "0"
|
33
|
+
type: :development
|
34
|
+
version_requirements: *id001
|
35
|
+
- !ruby/object:Gem::Dependency
|
36
|
+
name: mocha
|
37
|
+
prerelease: false
|
38
|
+
requirement: &id002 !ruby/object:Gem::Requirement
|
39
|
+
none: false
|
40
|
+
requirements:
|
41
|
+
- - ">="
|
42
|
+
- !ruby/object:Gem::Version
|
43
|
+
hash: 25
|
44
|
+
segments:
|
45
|
+
- 0
|
46
|
+
- 9
|
47
|
+
version: "0.9"
|
48
|
+
type: :development
|
49
|
+
version_requirements: *id002
|
50
|
+
- !ruby/object:Gem::Dependency
|
51
|
+
name: yard
|
52
|
+
prerelease: false
|
53
|
+
requirement: &id003 !ruby/object:Gem::Requirement
|
54
|
+
none: false
|
55
|
+
requirements:
|
56
|
+
- - ">="
|
57
|
+
- !ruby/object:Gem::Version
|
58
|
+
hash: 1
|
59
|
+
segments:
|
60
|
+
- 0
|
61
|
+
- 5
|
62
|
+
version: "0.5"
|
63
|
+
type: :development
|
64
|
+
version_requirements: *id003
|
65
|
+
description: |-
|
66
|
+
The yui gem provides a Ruby API to drive graphical
|
67
|
+
(Qt, Gtk) or text-mode (ncurses) UIs with libyui
|
68
|
+
email:
|
69
|
+
- kkaempf@suse.de
|
70
|
+
executables: []
|
71
|
+
|
72
|
+
extensions:
|
73
|
+
- ext/yui/extconf.rb
|
74
|
+
extra_rdoc_files: []
|
75
|
+
|
76
|
+
files:
|
77
|
+
- lib/yui.rb
|
78
|
+
- lib/yui/version.rb
|
79
|
+
- lib/yui/yui.rb
|
80
|
+
- ext/yui/yui_ruby.cxx
|
81
|
+
- ext/yui/extconf.rb
|
82
|
+
has_rdoc: true
|
83
|
+
homepage: http://www.github.com/libyui/libyui-bindings
|
84
|
+
licenses: []
|
85
|
+
|
86
|
+
post_install_message: " ____\n\
|
87
|
+
/@ ~-.\n\
|
88
|
+
/ __ .- | remember to have fun! \n // // @ \n\n"
|
89
|
+
rdoc_options: []
|
90
|
+
|
91
|
+
require_paths:
|
92
|
+
- lib
|
93
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
94
|
+
none: false
|
95
|
+
requirements:
|
96
|
+
- - ">="
|
97
|
+
- !ruby/object:Gem::Version
|
98
|
+
hash: 3
|
99
|
+
segments:
|
100
|
+
- 0
|
101
|
+
version: "0"
|
102
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
103
|
+
none: false
|
104
|
+
requirements:
|
105
|
+
- - ">="
|
106
|
+
- !ruby/object:Gem::Version
|
107
|
+
hash: 23
|
108
|
+
segments:
|
109
|
+
- 1
|
110
|
+
- 3
|
111
|
+
- 6
|
112
|
+
version: 1.3.6
|
113
|
+
requirements: []
|
114
|
+
|
115
|
+
rubyforge_project:
|
116
|
+
rubygems_version: 1.5.0
|
117
|
+
signing_key:
|
118
|
+
specification_version: 3
|
119
|
+
summary: Ruby client bindings for libyui
|
120
|
+
test_files: []
|
121
|
+
|