dep-selector-libgecode 1.0.2 → 1.1.0.beta.1

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: b80a3828c84801d4e4cf2d6bc81eee6a92420a40
4
- data.tar.gz: f57fa2565b3d6df2312106766790a2820e3e45e8
3
+ metadata.gz: 6aef8e357268b30ed14a9a8aceaab9c3748de5a1
4
+ data.tar.gz: 2cd5487f8f8398096ab4f1003fb60a74ae17ab68
5
5
  SHA512:
6
- metadata.gz: 75eee7810cf11b1d2a997a6dca885d3925b76becdd8229165baa7c82f69ed62b28c4f8e02352d458755bc4b61ca392fd3c7e57357b790890f9072a3219d179ab
7
- data.tar.gz: 00672e3a135986326bbb51f5c520be01d95bfb4e0664893c05d02ee9b07e0426841e02e8498da187b953d8d92d5240098e800d81662839e8e43b8f41664f1973
6
+ metadata.gz: 96e0ba543e3a7b797074c9645980a3bf9cdc3d208ea486bd4a796f6d92fbaaf6a0006a84a078494771a7c0cacf8c4628ec128f12f7be4466ea845ebd6c2a5899
7
+ data.tar.gz: 35662f8752f18cc09ccaefb313218927e4287dc96ac08f333c86ad40f86ca7afc46e3318ad9316a1e2836c47fe3df0bafdb90b6820961e41c0c1d581ae3380bd
data/.gitignore CHANGED
@@ -14,6 +14,8 @@ ext/dep_gecode/Makefile
14
14
  *.changes
15
15
  *.build
16
16
  pkg/*
17
+ bin/
18
+ .bundle
17
19
  Gemfile.lock
18
20
  *.so
19
21
  *.def
data/CHANGELOG.md CHANGED
@@ -1,9 +1,89 @@
1
- # DepSelectorLibgecode Changelog
1
+ # Change Log
2
2
 
3
- ## 1.0.1 (2014-05-22)
3
+ ## [1.1.0](https://github.com/chef/dep-selector-libgecode/tree/1.1.0) (2016-02-03)
4
+ [Full Changelog](https://github.com/chef/dep-selector-libgecode/compare/1.0.2...1.1.0)
4
5
 
5
- * Fix build failure on RHEL 5 due to gcc versions
6
+ **Fixed bugs:**
6
7
 
7
- ## 1.0.0 (2014-04-13)
8
+ - dep\_selector.bundle architecture problem on x64 Mac OS X 10.9 [\#30](https://github.com/chef/dep-selector-libgecode/issues/30)
8
9
 
9
- Initial release.
10
+ **Closed issues:**
11
+
12
+ - ./configure fails because of bashisms [\#46](https://github.com/chef/dep-selector-libgecode/issues/46)
13
+ - unable to do bundle install in CentOS \(Failed to build gecode library. \(GecodeBuild::BuildError\)\) [\#44](https://github.com/chef/dep-selector-libgecode/issues/44)
14
+ - can't install on Debian testing [\#37](https://github.com/chef/dep-selector-libgecode/issues/37)
15
+ - install trouble on debian testing/unstable [\#35](https://github.com/chef/dep-selector-libgecode/issues/35)
16
+ - dep-selector-libgecode will not install during bundle install with Ubuntu 13.10 [\#31](https://github.com/chef/dep-selector-libgecode/issues/31)
17
+ - Failed to build gecode library - Windows 8.1 [\#25](https://github.com/chef/dep-selector-libgecode/issues/25)
18
+
19
+ **Merged pull requests:**
20
+
21
+ - Update installation instructions for windows. [\#40](https://github.com/chef/dep-selector-libgecode/pull/40) ([cmluciano](https://github.com/cmluciano))
22
+ - Configure Window’s environments to use `bsdtar` [\#33](https://github.com/chef/dep-selector-libgecode/pull/33) ([schisamo](https://github.com/schisamo))
23
+
24
+ ## [1.0.2](https://github.com/chef/dep-selector-libgecode/tree/1.0.2) (2014-06-19)
25
+ [Full Changelog](https://github.com/chef/dep-selector-libgecode/compare/1.0.1...1.0.2)
26
+
27
+ **Closed issues:**
28
+
29
+ - 1gb of RAM causes gem install to fail [\#24](https://github.com/chef/dep-selector-libgecode/issues/24)
30
+ - Failed to build gem native extension: 'forceinline' does not name a type [\#22](https://github.com/chef/dep-selector-libgecode/issues/22)
31
+
32
+ **Merged pull requests:**
33
+
34
+ - Enable size optimizer for windows. [\#26](https://github.com/chef/dep-selector-libgecode/pull/26) ([sersut](https://github.com/sersut))
35
+
36
+ ## [1.0.1](https://github.com/chef/dep-selector-libgecode/tree/1.0.1) (2014-05-22)
37
+ [Full Changelog](https://github.com/chef/dep-selector-libgecode/compare/1.0.0...1.0.1)
38
+
39
+ **Closed issues:**
40
+
41
+ - Errors installing dep-selector-libgecode 1.0.0 gem [\#16](https://github.com/chef/dep-selector-libgecode/issues/16)
42
+ - "gem install berkshelf" fails with Ruby 2.1.1 - "Failed to build gecode library" [\#15](https://github.com/chef/dep-selector-libgecode/issues/15)
43
+ - Windows Install Dependency on Tar [\#13](https://github.com/chef/dep-selector-libgecode/issues/13)
44
+ - Installing fails because of oom-killer [\#11](https://github.com/chef/dep-selector-libgecode/issues/11)
45
+ - OSX: With homebrew GeCode 4.x installed, gem doesn't work [\#10](https://github.com/chef/dep-selector-libgecode/issues/10)
46
+
47
+ **Merged pull requests:**
48
+
49
+ - use gcc44 on older rhel systems [\#21](https://github.com/chef/dep-selector-libgecode/pull/21) ([smith](https://github.com/smith))
50
+ - Cleanup after gecode compile [\#17](https://github.com/chef/dep-selector-libgecode/pull/17) ([nhuff](https://github.com/nhuff))
51
+ - System gecode readme [\#14](https://github.com/chef/dep-selector-libgecode/pull/14) ([danielsdeleo](https://github.com/danielsdeleo))
52
+
53
+ ## [1.0.0](https://github.com/chef/dep-selector-libgecode/tree/1.0.0) (2014-04-14)
54
+ [Full Changelog](https://github.com/chef/dep-selector-libgecode/compare/1.0.0.rc.1...1.0.0)
55
+
56
+ **Closed issues:**
57
+
58
+ - Takes a long time to install and offers no feedback [\#9](https://github.com/chef/dep-selector-libgecode/issues/9)
59
+ - Windows Issue - dep-selector [\#8](https://github.com/chef/dep-selector-libgecode/issues/8)
60
+ - Failed to install dep-selector-libgecode 1.0.0.rc0 on Windows [\#6](https://github.com/chef/dep-selector-libgecode/issues/6)
61
+
62
+ ## [1.0.0.rc.1](https://github.com/chef/dep-selector-libgecode/tree/1.0.0.rc.1) (2014-04-10)
63
+ [Full Changelog](https://github.com/chef/dep-selector-libgecode/compare/1.0.0.rc.0...1.0.0.rc.1)
64
+
65
+ **Merged pull requests:**
66
+
67
+ - Patch `configure` on windows to use mthread instead of pthread [\#7](https://github.com/chef/dep-selector-libgecode/pull/7) ([danielsdeleo](https://github.com/danielsdeleo))
68
+ - Set LD\_RUN\_PATH to fix omnibus builds that use this gem [\#5](https://github.com/chef/dep-selector-libgecode/pull/5) ([danielsdeleo](https://github.com/danielsdeleo))
69
+ - Update CONTRIBUTING now that we've decided on licensing [\#4](https://github.com/chef/dep-selector-libgecode/pull/4) ([danielsdeleo](https://github.com/danielsdeleo))
70
+
71
+ ## [1.0.0.rc.0](https://github.com/chef/dep-selector-libgecode/tree/1.0.0.rc.0) (2014-04-08)
72
+ [Full Changelog](https://github.com/chef/dep-selector-libgecode/compare/1.0.0.alpha.2...1.0.0.rc.0)
73
+
74
+ ## [1.0.0.alpha.2](https://github.com/chef/dep-selector-libgecode/tree/1.0.0.alpha.2) (2014-04-07)
75
+ [Full Changelog](https://github.com/chef/dep-selector-libgecode/compare/1.0.0.alpha.1...1.0.0.alpha.2)
76
+
77
+ **Merged pull requests:**
78
+
79
+ - Windows fixes [\#3](https://github.com/chef/dep-selector-libgecode/pull/3) ([danielsdeleo](https://github.com/danielsdeleo))
80
+ - skip processing extconf if USE\_SYSTEM\_GECODE env var is set [\#2](https://github.com/chef/dep-selector-libgecode/pull/2) ([reset](https://github.com/reset))
81
+
82
+ ## [1.0.0.alpha.1](https://github.com/chef/dep-selector-libgecode/tree/1.0.0.alpha.1) (2014-04-07)
83
+ **Merged pull requests:**
84
+
85
+ - License packaging code as Apache2 for now [\#1](https://github.com/chef/dep-selector-libgecode/pull/1) ([danielsdeleo](https://github.com/danielsdeleo))
86
+
87
+
88
+
89
+ \* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
data/README.md CHANGED
@@ -31,6 +31,28 @@ Or install it yourself as:
31
31
 
32
32
  $ gem install dep-selector-libgecode
33
33
 
34
+ ## Installation on Windows
35
+
36
+ * The recommended installation method is
37
+ [ChefDK](https://downloads.chef.io/chef-dk/windows/#/) and the following
38
+ steps can be skipped if you choose this method.
39
+ * Don't set `USE_SYSTEM_GECODE` to anything. The build only checks for the
40
+ presence of this variable, not the value.
41
+ * Install [ruby](http://rubyinstaller.org/downloads/). Install
42
+ [DevKit](http://rubyinstaller.org/add-ons/devkit/)(preferred), or install
43
+ [mingw](http://sourceforge.net/projects/mingw/files/) and add it to your
44
+ PATH. You can use the Chef omnibus MSI to get a working ruby and devkit.
45
+ * Install a working tar, and include it in your PATH. There is a tar binary
46
+ that comes with the git package, but it is horribly broken and only good for
47
+ generating core dumps. Before you build anything check `where tar` to make sure
48
+ the tar from git is not the first one in your PATH. The chef-client omnibus
49
+ package has a tar that works (easiest), or you can get one from here:
50
+ http://gnuwin32.sourceforge.net/packages/gtar.htm
51
+ * `gem install berkshelf` should work now.
52
+ * Examples for automating these builds can also be found at
53
+ [omnibus-chef](https://github.com/opscode/omnibus-chef) and
54
+ [omnibus-software](https://github.com/opscode/omnibus-software).
55
+
34
56
  ### Requirements
35
57
 
36
58
  This gem runs make with concurrent jobs to speed build time, so it uses
data/Rakefile CHANGED
@@ -1,9 +1,8 @@
1
- require 'rubygems'
2
- require 'rake'
1
+ require "bundler/gem_tasks"
3
2
 
4
- require 'rubygems/package_task'
3
+ require "rubygems/package_task"
5
4
 
6
- gemspec = eval(File.read('dep-selector-libgecode.gemspec'))
5
+ gemspec = eval(File.read("dep-selector-libgecode.gemspec"))
7
6
 
8
7
  Gem::PackageTask.new(gemspec) do |pkg|
9
8
  pkg.need_zip = true
@@ -18,3 +17,12 @@ end
18
17
  task :clean do
19
18
  sh "git clean -fdx"
20
19
  end
20
+
21
+ require "github_changelog_generator/task"
22
+
23
+ GitHubChangelogGenerator::RakeTask.new :changelog do |config|
24
+ config.future_release = DepSelectorLibgecode::VERSION
25
+ config.enhancement_labels = "enhancement,Enhancement,New Feature".split(",")
26
+ config.bug_labels = "bug,Bug,Improvement,Upstream Bug".split(",")
27
+ config.exclude_labels = "duplicate,question,invalid,wontfix,no_changelog,Exclude From Changelog,Question".split(",")
28
+ end
@@ -22,4 +22,5 @@ Gem::Specification.new do |spec|
22
22
 
23
23
  spec.add_development_dependency "bundler", "~> 1.5"
24
24
  spec.add_development_dependency "rake"
25
+ spec.add_development_dependency "github_changelog_generator"
25
26
  end
@@ -48,6 +48,9 @@ module GecodeBuild
48
48
  ENV['CC'] = 'gcc'
49
49
  ENV['CXX'] = 'g++'
50
50
 
51
+ # Ruby DevKit ships with BSD Tar
52
+ ENV['PROG_TAR'] ||= 'bsdtar'
53
+
51
54
  # Optimize for size on Windows
52
55
  ENV['CFLAGS'] = '-Os'
53
56
  ENV['CXXFLAGS'] = '-Os'
@@ -1,3 +1,3 @@
1
1
  module DepSelectorLibgecode
2
- VERSION = "1.0.2"
2
+ VERSION = "1.1.0.beta.1"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dep-selector-libgecode
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.2
4
+ version: 1.1.0.beta.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - danielsdeleo
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-06-19 00:00:00.000000000 Z
11
+ date: 2016-02-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -38,6 +38,20 @@ dependencies:
38
38
  - - ">="
39
39
  - !ruby/object:Gem::Version
40
40
  version: '0'
41
+ - !ruby/object:Gem::Dependency
42
+ name: github_changelog_generator
43
+ requirement: !ruby/object:Gem::Requirement
44
+ requirements:
45
+ - - ">="
46
+ - !ruby/object:Gem::Version
47
+ version: '0'
48
+ type: :development
49
+ prerelease: false
50
+ version_requirements: !ruby/object:Gem::Requirement
51
+ requirements:
52
+ - - ">="
53
+ - !ruby/object:Gem::Version
54
+ version: '0'
41
55
  description: Installs a vendored copy of Gecode suitable for use with dep-selector
42
56
  email:
43
57
  - dan@getchef.com
@@ -869,12 +883,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
869
883
  version: '0'
870
884
  required_rubygems_version: !ruby/object:Gem::Requirement
871
885
  requirements:
872
- - - ">="
886
+ - - ">"
873
887
  - !ruby/object:Gem::Version
874
- version: '0'
888
+ version: 1.3.1
875
889
  requirements: []
876
890
  rubyforge_project:
877
- rubygems_version: 2.2.2
891
+ rubygems_version: 2.4.5.1
878
892
  signing_key:
879
893
  specification_version: 4
880
894
  summary: Installs a vendored copy of Gecode suitable for use with dep-selector