summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2018-10-24 16:42:11 -0700
committerGitHub <noreply@github.com>2018-10-24 16:42:11 -0700
commit2328876388de43a4e186c597ab7a8277e9bc7137 (patch)
tree6c37df8aac225db8a2e5fe22701d93d14edd426e
parentbf9dd09bba5db355a41916b260064d2dad709123 (diff)
parentc3fd7431658d51a9eb986caa87ea0768c9d742d7 (diff)
downloadlibyajl2-gem-2328876388de43a4e186c597ab7a8277e9bc7137.tar.gz
Merge pull request #19 from chef/slim
Cleanup the gemspec and don't bundle the contributing doc
-rw-r--r--.kitchen.cloud.yml87
-rw-r--r--.travis.yml1
-rw-r--r--kitchen.yml (renamed from .kitchen.yml)9
-rw-r--r--libyajl2.gemspec5
4 files changed, 5 insertions, 97 deletions
diff --git a/.kitchen.cloud.yml b/.kitchen.cloud.yml
deleted file mode 100644
index 3ac5525..0000000
--- a/.kitchen.cloud.yml
+++ /dev/null
@@ -1,87 +0,0 @@
-
----
-settings:
- concurrency: 4
-
-# The following env vars need to be set for DO:
-#
-# - DIGITALOCEAN_CLIENT_ID
-# - DIGITALOCEAN_API_KEY
-# - SSH_KEY_IDS
-#
-driver:
- name: digitalocean
-
-provisioner:
- name: shell
- data_path: .
-
-platforms:
- - name: ubuntu-1004
- driver_config:
- image_id: 14097
- flavor_id: 63
- region_id: 4
-
- - name: ubuntu-1204
- driver_config:
- image_id: 3101045
- flavor_id: 63
- region_id: 4
-
- - name: ubuntu-1310
- driver_config:
- image_id: 3101918
- flavor_id: 63
- region_id: 4
-
- - name: debian-60
- driver_config:
- image_id: 12573
- flavor_id: 63
- region_id: 4
-
- - name: debian-70
- driver_config:
- image_id: 3445812
- flavor_id: 63
- region_id: 4
-
- - name: centos-64
- driver_config:
- image_id: 562354
- flavor_id: 63
- region_id: 4
-
- - name: centos-65
- driver_config:
- image_id: 3448641
- flavor_id: 63
- region_id: 4
-
- - name: centos-58
- driver_config:
- image_id: 1601
- flavor_id: 63
- region_id: 4
-
- - name: fedora-19
- driver_config:
- image_id: 3102879
- flavor_id: 62
- region_id: 4
-
- - name: fedora-20
- driver_config:
- image_id: 3243145
- flavor_id: 63
- region_id: 4
-
- - name: arch-201305
- driver_config:
- image_id: 350424
- flavor_id: 63
- region_id: 4
-
-suites:
- - name: default
diff --git a/.travis.yml b/.travis.yml
index 0ff0842..1bf41d9 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -16,7 +16,6 @@ rvm:
- 2.1.0
- 2.0.0
- ruby-head
- - ree
- rbx-2.2
- jruby-head
jdk:
diff --git a/.kitchen.yml b/kitchen.yml
index 441605e..2e2f92e 100644
--- a/.kitchen.yml
+++ b/kitchen.yml
@@ -9,13 +9,10 @@ provisioner:
data_path: .
platforms:
- - name: ubuntu-10.04
- - name: ubuntu-12.04
- - name: ubuntu-12.10
- - name: ubuntu-13.04
- - name: ubuntu-13.10
- name: ubuntu-14.04
- - name: freebsd-9.2
+ - name: ubuntu-16.04
+ - name: ubuntu-18.04
+ - name: freebsd-11
suites:
- name: default
diff --git a/libyajl2.gemspec b/libyajl2.gemspec
index fbf68a9..8a9c031 100644
--- a/libyajl2.gemspec
+++ b/libyajl2.gemspec
@@ -10,12 +10,11 @@ Gem::Specification.new do |spec|
spec.email = ["lamont@chef.io"]
spec.summary = %q{Installs a vendored copy of libyajl2 for distributions which lack it}
spec.description = spec.summary
- spec.homepage = "https://github.com/opscode/libyajl2-gem"
+ spec.homepage = "https://github.com/chef/libyajl2-gem"
spec.licenses = ["Apache 2.0"]
spec.files = Dir.glob("{ext,lib,spec}/**/*") +
- %w{Gemfile Rakefile CONTRIBUTING.md README.md libyajl2.gemspec bootstrap.sh LICENSE}
- spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
+ %w{Gemfile Rakefile libyajl2.gemspec bootstrap.sh LICENSE}
spec.test_files = spec.files.grep(%r{^spec/})
spec.require_paths = ["lib"]