dep_selector 1.0.5 → 1.0.6

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 40e88263192bcf36e14a6341c2ef7d4a46b0f2fb
4
- data.tar.gz: b3368a99542a3606cae08cd09a1be2f480c541d4
3
+ metadata.gz: 93b817133ebbee7b21f80c4fe7885ca2dff73750
4
+ data.tar.gz: 72b4ff6b66fc52e82dc3f83a697ca2718838fa91
5
5
  SHA512:
6
- metadata.gz: fc2b5f6822caf0b6e152d4e861642f211f2576c9022f3985b7f86720190a983e0ab76d99ab24ba86e6c0266ac70748113043035ce65dfbcedafe2cedafae709a
7
- data.tar.gz: b095a183d3db50ca1e7da4df04d9be6531d56ae484c76162525494f6f04dc694b10fe7d1aa1ef75d84a3f85ddada966cdb23b081e52d2d7237f84666688affe9
6
+ metadata.gz: a442c7938c0269679642931690aaa9826190d9fded7e6e8deb9a6aeea82faf0d9708669691ebe8e6c54208c4820306e139d8e13a8a15c2c5c7026825efe8fc1e
7
+ data.tar.gz: 508ad3a6e512d9eae3ef0075af2ed91d990fb6e5600c4532c5e05429e7b1c03e91d6be64330007ac4ba523786f5735c164471063dd6ca1d7f88ca289dac36aea
@@ -14,3 +14,4 @@ GetPackageDisabledState
14
14
  VersionProblemPackageCount
15
15
  GetPackageMax
16
16
  GetPackageMin
17
+ SetTimeout
@@ -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-2011 Opscode, Inc.
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
@@ -1,3 +1,3 @@
1
1
  module DepSelector
2
- VERSION = "1.0.5"
2
+ VERSION = "1.0.6"
3
3
  end
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.5
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-06-15 00:00:00.000000000 Z
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.10
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