-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgme.gemspec
66 lines (61 loc) · 1.83 KB
/
gme.gemspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
# Generated by jeweler
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = %q{gme}
s.version = "0.1.1"
s.platform = %q{x86-linux}
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Carlos Beltr\303\241n-Recabarren"]
s.date = %q{2010-05-15}
s.description = %q{libgme interface for Ruby}
s.email = %q{cbrecabarren@gmail.com}
s.extensions = ["ext/gme/extconf.rb", "ext/gme/extconf.rb"]
s.extra_rdoc_files = [
"README.rdoc"
]
s.files = [
"README.rdoc",
"Rakefile",
"VERSION",
"ext/gme/Makefile",
"ext/gme/build/Makefile",
"ext/gme/build/gme.o",
"ext/gme/build/gme_ext.so",
"ext/gme/build/gme_funcs.o",
"ext/gme/build/gme_helpers.o",
"ext/gme/build/mkmf.log",
"ext/gme/build/util.o",
"ext/gme/extconf.rb",
"ext/gme/gme.c",
"ext/gme/gme_funcs.c",
"ext/gme/gme_funcs.h",
"ext/gme/gme_helpers.c",
"ext/gme/gme_helpers.h",
"ext/gme/util.c",
"ext/gme/util.h",
"lib/gme.rb",
"lib/gme/exceptions.rb",
"lib/gme/gme.rb",
"lib/gme_ext.so"
]
s.homepage = %q{http://www.beltran-recabarren.com}
s.rdoc_options = ["--charset=UTF-8"]
s.require_paths = ["lib"]
s.requirements = ["libgme v0.5.5 (http://code.google.com/p/game-music-emu/) by Blargg"]
s.rubygems_version = %q{1.3.7}
s.summary = %q{gme for Ruby}
s.test_files = [
"spec/spec_helper.rb",
"spec/emulator_spec.rb"
]
if s.respond_to? :specification_version then
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
s.specification_version = 3
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
else
end
else
end
end