forked from gautamc/gecoder-redux
-
Notifications
You must be signed in to change notification settings - Fork 0
/
gecoder-redux.gemspec
273 lines (268 loc) · 10.8 KB
/
gecoder-redux.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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
# Generated by jeweler
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = %q{gecoder-redux}
s.version = "0.1.0"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["gautamc"]
s.date = %q{2011-11-03}
s.description = %q{A fork of gecoder for ruby 1.9.1}
s.email = %q{[email protected]}
s.extensions = ["ext/extconf.rb"]
s.extra_rdoc_files = [
"LICENSE.txt",
"README.rdoc"
]
s.files = [
".document",
"CHANGES",
"COPYING",
"Gemfile",
"Gemfile.lock",
"LGPL-LICENSE",
"LICENSE.txt",
"README.rdoc",
"Rakefile",
"THANKS",
"VERSION",
"example/equation_system.rb",
"example/example_helper.rb",
"example/magic_sequence.rb",
"example/minesweeper.rb",
"example/nonogram.rb",
"example/queens.rb",
"example/send_more_money.rb",
"example/send_most_money.rb",
"example/square_tiling.rb",
"example/sudoku-set.rb",
"example/sudoku.rb",
"example/survo.rb",
"ext/Makefile",
"ext/extconf-win32.rb",
"ext/extconf.rb",
"ext/gecode.cc",
"ext/gecode.hh",
"ext/gecode.o",
"ext/gecode.so",
"ext/gecoder.cpp",
"ext/gecoder.h",
"ext/gecoder.o",
"ext/mkmf.log",
"ext/vararray.cpp",
"ext/vararray.h",
"ext/vararray.o",
"gecoder-redux.gemspec",
"lib/gecode.so",
"lib/gecoder-redux.rb",
"lib/gecoder.rb",
"lib/gecoder/bindings.rb",
"lib/gecoder/bindings/bindings.rb",
"lib/gecoder/interface.rb",
"lib/gecoder/interface/binding_changes.rb",
"lib/gecoder/interface/branch.rb",
"lib/gecoder/interface/constraints.rb",
"lib/gecoder/interface/constraints/bool/boolean.rb",
"lib/gecoder/interface/constraints/bool/channel.rb",
"lib/gecoder/interface/constraints/bool/linear.rb",
"lib/gecoder/interface/constraints/bool_enum/channel.rb",
"lib/gecoder/interface/constraints/bool_enum/extensional.rb",
"lib/gecoder/interface/constraints/bool_enum/relation.rb",
"lib/gecoder/interface/constraints/bool_enum_constraints.rb",
"lib/gecoder/interface/constraints/bool_var_constraints.rb",
"lib/gecoder/interface/constraints/extensional_regexp.rb",
"lib/gecoder/interface/constraints/fixnum_enum/element.rb",
"lib/gecoder/interface/constraints/fixnum_enum/operation.rb",
"lib/gecoder/interface/constraints/fixnum_enum_constraints.rb",
"lib/gecoder/interface/constraints/int/arithmetic.rb",
"lib/gecoder/interface/constraints/int/channel.rb",
"lib/gecoder/interface/constraints/int/domain.rb",
"lib/gecoder/interface/constraints/int/linear.rb",
"lib/gecoder/interface/constraints/int/relation.rb",
"lib/gecoder/interface/constraints/int_enum/arithmetic.rb",
"lib/gecoder/interface/constraints/int_enum/channel.rb",
"lib/gecoder/interface/constraints/int_enum/count.rb",
"lib/gecoder/interface/constraints/int_enum/distinct.rb",
"lib/gecoder/interface/constraints/int_enum/element.rb",
"lib/gecoder/interface/constraints/int_enum/equality.rb",
"lib/gecoder/interface/constraints/int_enum/extensional.rb",
"lib/gecoder/interface/constraints/int_enum/sort.rb",
"lib/gecoder/interface/constraints/int_enum_constraints.rb",
"lib/gecoder/interface/constraints/int_var_constraints.rb",
"lib/gecoder/interface/constraints/reifiable_constraints.rb",
"lib/gecoder/interface/constraints/selected_set/select.rb",
"lib/gecoder/interface/constraints/selected_set_constraints.rb",
"lib/gecoder/interface/constraints/set/cardinality.rb",
"lib/gecoder/interface/constraints/set/channel.rb",
"lib/gecoder/interface/constraints/set/connection.rb",
"lib/gecoder/interface/constraints/set/domain.rb",
"lib/gecoder/interface/constraints/set/include.rb",
"lib/gecoder/interface/constraints/set/operation.rb",
"lib/gecoder/interface/constraints/set/relation.rb",
"lib/gecoder/interface/constraints/set_elements/relation.rb",
"lib/gecoder/interface/constraints/set_elements_constraints.rb",
"lib/gecoder/interface/constraints/set_enum/channel.rb",
"lib/gecoder/interface/constraints/set_enum/distinct.rb",
"lib/gecoder/interface/constraints/set_enum/element.rb",
"lib/gecoder/interface/constraints/set_enum/operation.rb",
"lib/gecoder/interface/constraints/set_enum_constraints.rb",
"lib/gecoder/interface/constraints/set_var_constraints.rb",
"lib/gecoder/interface/convenience.rb",
"lib/gecoder/interface/enum_matrix.rb",
"lib/gecoder/interface/enum_wrapper.rb",
"lib/gecoder/interface/mixin.rb",
"lib/gecoder/interface/search.rb",
"lib/gecoder/interface/variables.rb",
"lib/gecoder/version.rb",
"specs/bool_var.rb",
"specs/branch.rb",
"specs/constraints/bool/boolean.rb",
"specs/constraints/bool/boolean_properties.rb",
"specs/constraints/bool/linear.rb",
"specs/constraints/bool_enum/bool_enum_relation.rb",
"specs/constraints/bool_enum/channel.rb",
"specs/constraints/bool_enum/extensional.rb",
"specs/constraints/constraint_helper.rb",
"specs/constraints/constraint_receivers.rb",
"specs/constraints/constraints.rb",
"specs/constraints/fixnum_enum/element.rb",
"specs/constraints/fixnum_enum/operation.rb",
"specs/constraints/int/arithmetic.rb",
"specs/constraints/int/channel.rb",
"specs/constraints/int/domain.rb",
"specs/constraints/int/linear.rb",
"specs/constraints/int/linear_properties.rb",
"specs/constraints/int/relation.rb",
"specs/constraints/int_enum/arithmetic.rb",
"specs/constraints/int_enum/channel.rb",
"specs/constraints/int_enum/count.rb",
"specs/constraints/int_enum/distinct.rb",
"specs/constraints/int_enum/element.rb",
"specs/constraints/int_enum/equality.rb",
"specs/constraints/int_enum/extensional.rb",
"specs/constraints/int_enum/sort.rb",
"specs/constraints/operands.rb",
"specs/constraints/property_helper.rb",
"specs/constraints/reification_sugar.rb",
"specs/constraints/selected_set/select.rb",
"specs/constraints/selected_set/select_properties.rb",
"specs/constraints/set/cardinality.rb",
"specs/constraints/set/cardinality_properties.rb",
"specs/constraints/set/channel.rb",
"specs/constraints/set/connection.rb",
"specs/constraints/set/domain.rb",
"specs/constraints/set/include.rb",
"specs/constraints/set/operation.rb",
"specs/constraints/set/relation.rb",
"specs/constraints/set_elements/relation.rb",
"specs/constraints/set_enum/channel.rb",
"specs/constraints/set_enum/distinct.rb",
"specs/constraints/set_enum/element.rb",
"specs/constraints/set_enum/operation.rb",
"specs/distribution.rb",
"specs/enum_matrix.rb",
"specs/enum_wrapper.rb",
"specs/examples.rb",
"specs/int_var.rb",
"specs/logging.rb",
"specs/mixin.rb",
"specs/model.rb",
"specs/model_sugar.rb",
"specs/search.rb",
"specs/selected_set.rb",
"specs/set_elements.rb",
"specs/set_var.rb",
"specs/spec_helper.rb",
"tasks/all_tasks.rb",
"tasks/dependencies.txt",
"tasks/distribution.rake",
"tasks/rcov.rake",
"tasks/specs.rake",
"tasks/svn.rake",
"tasks/website.rake",
"test/helper.rb",
"test/test_gecoder-redux.rb",
"vendor/rust/README",
"vendor/rust/bin/cxxgenerator.rb",
"vendor/rust/include/rust_checks.hh",
"vendor/rust/include/rust_conversions.hh",
"vendor/rust/rust.rb",
"vendor/rust/rust/attribute.rb",
"vendor/rust/rust/bindings.rb",
"vendor/rust/rust/class.rb",
"vendor/rust/rust/constants.rb",
"vendor/rust/rust/container.rb",
"vendor/rust/rust/cppifaceparser.rb",
"vendor/rust/rust/cwrapper.rb",
"vendor/rust/rust/cxxclass.rb",
"vendor/rust/rust/element.rb",
"vendor/rust/rust/enum.rb",
"vendor/rust/rust/function.rb",
"vendor/rust/rust/namespace.rb",
"vendor/rust/rust/templates/AttributeDefinition.rusttpl",
"vendor/rust/rust/templates/AttributeInitBinding.rusttpl",
"vendor/rust/rust/templates/BindingsHeader.rusttpl",
"vendor/rust/rust/templates/BindingsUnit.rusttpl",
"vendor/rust/rust/templates/CWrapperClassDefinitions.rusttpl",
"vendor/rust/rust/templates/ClassDeclarations.rusttpl",
"vendor/rust/rust/templates/ClassInitialize.rusttpl",
"vendor/rust/rust/templates/ConstructorStub.rusttpl",
"vendor/rust/rust/templates/CxxClassDefinitions.rusttpl",
"vendor/rust/rust/templates/CxxMethodStub.rusttpl",
"vendor/rust/rust/templates/CxxStandaloneClassDefinitions.rusttpl",
"vendor/rust/rust/templates/EnumDeclarations.rusttpl",
"vendor/rust/rust/templates/EnumDefinitions.rusttpl",
"vendor/rust/rust/templates/FunctionDefinition.rusttpl",
"vendor/rust/rust/templates/FunctionInitAlias.rusttpl",
"vendor/rust/rust/templates/FunctionInitBinding.rusttpl",
"vendor/rust/rust/templates/MethodInitBinding.rusttpl",
"vendor/rust/rust/templates/ModuleDeclarations.rusttpl",
"vendor/rust/rust/templates/ModuleDefinitions.rusttpl",
"vendor/rust/rust/templates/StandaloneClassDeclarations.rusttpl",
"vendor/rust/rust/templates/VariableFunctionCall.rusttpl",
"vendor/rust/rust/type.rb",
"vendor/rust/test/.gitignore",
"vendor/rust/test/Makefile",
"vendor/rust/test/constants.rb",
"vendor/rust/test/cppclass.cc",
"vendor/rust/test/cppclass.hh",
"vendor/rust/test/cppclass.rb",
"vendor/rust/test/cwrapper.c",
"vendor/rust/test/cwrapper.h",
"vendor/rust/test/cwrapper.rb",
"vendor/rust/test/dummyclass.hh",
"vendor/rust/test/lib/extension-test.rb",
"vendor/rust/test/operators.cc",
"vendor/rust/test/operators.hh",
"vendor/rust/test/operators.rb",
"vendor/rust/test/test-constants.rb",
"vendor/rust/test/test-cppclass.rb",
"vendor/rust/test/test-cwrapper.rb",
"vendor/rust/test/test-operators.rb"
]
s.homepage = %q{http://github.com/gautamc/gecoder-redux}
s.licenses = ["LGPL"]
s.require_paths = ["lib"]
s.rubygems_version = %q{1.6.1}
s.summary = %q{A fork of gecoder for ruby 1.9.1}
if s.respond_to? :specification_version then
s.specification_version = 3
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
s.add_development_dependency(%q<shoulda>, [">= 0"])
s.add_development_dependency(%q<bundler>, ["~> 1.0.0"])
s.add_development_dependency(%q<jeweler>, ["~> 1.6.4"])
s.add_development_dependency(%q<rcov>, [">= 0"])
else
s.add_dependency(%q<shoulda>, [">= 0"])
s.add_dependency(%q<bundler>, ["~> 1.0.0"])
s.add_dependency(%q<jeweler>, ["~> 1.6.4"])
s.add_dependency(%q<rcov>, [">= 0"])
end
else
s.add_dependency(%q<shoulda>, [">= 0"])
s.add_dependency(%q<bundler>, ["~> 1.0.0"])
s.add_dependency(%q<jeweler>, ["~> 1.6.4"])
s.add_dependency(%q<rcov>, [">= 0"])
end
end