dep_selector 1.0.5 → 1.0.6
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.
- checksums.yaml +4 -4
- data/ext/dep_gecode/dep_gecode-all.def +1 -0
- data/ext/dep_gecode/extconf.rb +3 -3
- data/lib/dep_selector/dep_selector_version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 93b817133ebbee7b21f80c4fe7885ca2dff73750
|
4
|
+
data.tar.gz: 72b4ff6b66fc52e82dc3f83a697ca2718838fa91
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a442c7938c0269679642931690aaa9826190d9fded7e6e8deb9a6aeea82faf0d9708669691ebe8e6c54208c4820306e139d8e13a8a15c2c5c7026825efe8fc1e
|
7
|
+
data.tar.gz: 508ad3a6e512d9eae3ef0075af2ed91d990fb6e5600c4532c5e05429e7b1c03e91d6be64330007ac4ba523786f5735c164471063dd6ca1d7f88ca289dac36aea
|
data/ext/dep_gecode/extconf.rb
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
#
|
2
2
|
# Author:: Christopher Walters (<cw@opscode.com>)
|
3
3
|
# Author:: Mark Anderson (<mark@opscode.com>)
|
4
|
-
# Copyright:: Copyright (c) 2010-
|
4
|
+
# Copyright:: Copyright (c) 2010-2017, Chef Software Inc.
|
5
5
|
# License:: Apache License, Version 2.0
|
6
6
|
#
|
7
7
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
@@ -20,7 +20,7 @@
|
|
20
20
|
# Ruby that supports C extensions. Our library isn't an extension, but we piggyback on ruby's C extension build system
|
21
21
|
if !defined?(RUBY_ENGINE) || RUBY_ENGINE == 'ruby' || RUBY_ENGINE == 'rbx'
|
22
22
|
#
|
23
|
-
# GECODE needs to be built with
|
23
|
+
# GECODE needs to be built with
|
24
24
|
# ./configure --with-architectures=i386,x86_64
|
25
25
|
# to work properly here.
|
26
26
|
require 'mkmf'
|
@@ -235,7 +235,7 @@ all:\t$(DLLIB)
|
|
235
235
|
install:
|
236
236
|
|
237
237
|
clean:
|
238
|
-
\t$(Q)$(RM) $(CLEANLIBS) $(CLEANOBJS) $(CLEANFILES) .*.time
|
238
|
+
\t$(Q) $(RM) $(CLEANLIBS) $(CLEANOBJS) $(CLEANFILES) .*.time
|
239
239
|
|
240
240
|
|
241
241
|
.SUFFIXES: .c .m .cc .mm .cxx .cpp .C .o
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: dep_selector
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.6
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Christopher Walters
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2017-
|
12
|
+
date: 2017-08-17 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: ffi
|
@@ -137,7 +137,7 @@ requirements:
|
|
137
137
|
- gecode, version 3.5 or greater
|
138
138
|
- g++
|
139
139
|
rubyforge_project:
|
140
|
-
rubygems_version: 2.6.
|
140
|
+
rubygems_version: 2.6.11
|
141
141
|
signing_key:
|
142
142
|
specification_version: 4
|
143
143
|
summary: Given packages, versions, and a dependency graph, find a valid assignment
|