mkmfmf 0.3

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/mkmfmf.gemspec ADDED
@@ -0,0 +1,50 @@
1
+ # -*- encoding: utf-8 -*-
2
+
3
+ Gem::Specification.new do |s|
4
+ s.name = %q{mkmfmf}
5
+ s.version = "0.3"
6
+
7
+ s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
8
+ s.authors = ["Asher"]
9
+ s.date = %q{2010-09-01}
10
+ s.description = %q{Fork of bundled mkmf.rb, should work as drop in replacement.
11
+
12
+ Modifications:
13
+
14
+ * GDB and XCode path compatibility: relative path specified by mkmf
15
+ (../../../../ext/<target>/...) confuses source-to-debug correspondence.
16
+ The downside to this is that mkmfmf specifies absolute paths, which
17
+ means that the project will have to be recompiled for debugging from an
18
+ alternate location. This can be disabled by adding a use_relative_paths block.
19
+
20
+ * CURRENTLY NOT WORKING: Sub-directory support for source code: all .c, .m, .cc, .cxx., .cpp files and
21
+ if the filesystem is case sensitive, all .C files are automatically included,
22
+ and any directories with .h files are added to INCFLAGS.
23
+
24
+ * Automatically uses CC from ENV if set}
25
+ s.email = ["asher@ridiculouspower.com"]
26
+ s.extra_rdoc_files = ["Manifest.txt", "CHANGELOG.rdoc", "README.rdoc"]
27
+ s.files = ["CHANGELOG.rdoc", "Manifest.txt", "README.rdoc", "Rakefile", "lib/mkmfmf.rb", "mkmfmf.gemspec"]
28
+ s.homepage = %q{http://rubygems.org/gems/mkmfmf}
29
+ s.rdoc_options = ["--main", "README.rdoc"]
30
+ s.require_paths = ["lib"]
31
+ s.rubyforge_project = %q{asher}
32
+ s.rubygems_version = %q{1.3.7}
33
+ s.summary = %q{Fork of bundled mkmf.rb, should work as drop in replacement}
34
+
35
+ if s.respond_to? :specification_version then
36
+ current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
37
+ s.specification_version = 3
38
+
39
+ if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
40
+ s.add_development_dependency(%q<rubyforge>, [">= 2.0.4"])
41
+ s.add_development_dependency(%q<hoe>, [">= 2.6.1"])
42
+ else
43
+ s.add_dependency(%q<rubyforge>, [">= 2.0.4"])
44
+ s.add_dependency(%q<hoe>, [">= 2.6.1"])
45
+ end
46
+ else
47
+ s.add_dependency(%q<rubyforge>, [">= 2.0.4"])
48
+ s.add_dependency(%q<hoe>, [">= 2.6.1"])
49
+ end
50
+ end
metadata ADDED
@@ -0,0 +1,116 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: mkmfmf
3
+ version: !ruby/object:Gem::Version
4
+ prerelease: false
5
+ segments:
6
+ - 0
7
+ - 3
8
+ version: "0.3"
9
+ platform: ruby
10
+ authors:
11
+ - Asher
12
+ autorequire:
13
+ bindir: bin
14
+ cert_chain: []
15
+
16
+ date: 2010-09-01 00:00:00 -04:00
17
+ default_executable:
18
+ dependencies:
19
+ - !ruby/object:Gem::Dependency
20
+ name: rubyforge
21
+ prerelease: false
22
+ requirement: &id001 !ruby/object:Gem::Requirement
23
+ none: false
24
+ requirements:
25
+ - - ">="
26
+ - !ruby/object:Gem::Version
27
+ segments:
28
+ - 2
29
+ - 0
30
+ - 4
31
+ version: 2.0.4
32
+ type: :development
33
+ version_requirements: *id001
34
+ - !ruby/object:Gem::Dependency
35
+ name: hoe
36
+ prerelease: false
37
+ requirement: &id002 !ruby/object:Gem::Requirement
38
+ none: false
39
+ requirements:
40
+ - - ">="
41
+ - !ruby/object:Gem::Version
42
+ segments:
43
+ - 2
44
+ - 6
45
+ - 1
46
+ version: 2.6.1
47
+ type: :development
48
+ version_requirements: *id002
49
+ description: |-
50
+ Fork of bundled mkmf.rb, should work as drop in replacement.
51
+
52
+ Modifications:
53
+
54
+ * GDB and XCode path compatibility: relative path specified by mkmf
55
+ (../../../../ext/<target>/...) confuses source-to-debug correspondence.
56
+ The downside to this is that mkmfmf specifies absolute paths, which
57
+ means that the project will have to be recompiled for debugging from an
58
+ alternate location. This can be disabled by adding a use_relative_paths block.
59
+
60
+ * CURRENTLY NOT WORKING: Sub-directory support for source code: all .c, .m, .cc, .cxx., .cpp files and
61
+ if the filesystem is case sensitive, all .C files are automatically included,
62
+ and any directories with .h files are added to INCFLAGS.
63
+
64
+ * Automatically uses CC from ENV if set
65
+ email:
66
+ - asher@ridiculouspower.com
67
+ executables: []
68
+
69
+ extensions: []
70
+
71
+ extra_rdoc_files:
72
+ - Manifest.txt
73
+ - CHANGELOG.rdoc
74
+ - README.rdoc
75
+ files:
76
+ - CHANGELOG.rdoc
77
+ - Manifest.txt
78
+ - README.rdoc
79
+ - Rakefile
80
+ - lib/mkmfmf.rb
81
+ - mkmfmf.gemspec
82
+ has_rdoc: true
83
+ homepage: http://rubygems.org/gems/mkmfmf
84
+ licenses: []
85
+
86
+ post_install_message:
87
+ rdoc_options:
88
+ - --main
89
+ - README.rdoc
90
+ require_paths:
91
+ - lib
92
+ required_ruby_version: !ruby/object:Gem::Requirement
93
+ none: false
94
+ requirements:
95
+ - - ">="
96
+ - !ruby/object:Gem::Version
97
+ segments:
98
+ - 0
99
+ version: "0"
100
+ required_rubygems_version: !ruby/object:Gem::Requirement
101
+ none: false
102
+ requirements:
103
+ - - ">="
104
+ - !ruby/object:Gem::Version
105
+ segments:
106
+ - 0
107
+ version: "0"
108
+ requirements: []
109
+
110
+ rubyforge_project: asher
111
+ rubygems_version: 1.3.7
112
+ signing_key:
113
+ specification_version: 3
114
+ summary: Fork of bundled mkmf.rb, should work as drop in replacement
115
+ test_files: []
116
+