summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2018-10-24 16:52:42 -0700
committerTim Smith <tsmith@chef.io>2018-10-24 16:52:42 -0700
commit79e8d6eb2e8af548a06167da55351c349bdce9f8 (patch)
tree7c458b4d89a38e9e6fa059d05c2db295bff61712
parent2328876388de43a4e186c597ab7a8277e9bc7137 (diff)
downloadlibyajl2-gem-79e8d6eb2e8af548a06167da55351c349bdce9f8.tar.gz
Release 2.0release
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--CHANGELOG.md18
-rw-r--r--lib/libyajl2/version.rb2
-rw-r--r--libyajl2.gemspec2
3 files changed, 9 insertions, 13 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index aa49e38..6d408b2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,13 +1,9 @@
-# ChangeLog
+# libyajl2-gem ChangeLog
-## master (unreleased)
-
-### New features
-
-* [**Jason Potkanski**](https://github.com/electrawn):
- Cygwin detection
-
-### Changes
-
-### Bugs fixed
+## 2.0.0 (2018-10-24)
+- Removed testing for Ruby 1.8/1.9/Ruby Enterprise Edition
+- Removed the dependency on mime-types, which was needed for Ruby 1.8
+- Resolved Chefstyle warnings
+- Added instructions for installing package dependencies to the readme
+- Escape prefix when generating makefile
diff --git a/lib/libyajl2/version.rb b/lib/libyajl2/version.rb
index 58213b4..6155fb3 100644
--- a/lib/libyajl2/version.rb
+++ b/lib/libyajl2/version.rb
@@ -1,3 +1,3 @@
module Libyajl2
- VERSION = "1.2.0"
+ VERSION = "2.0.0"
end
diff --git a/libyajl2.gemspec b/libyajl2.gemspec
index 8a9c031..561a97b 100644
--- a/libyajl2.gemspec
+++ b/libyajl2.gemspec
@@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
spec.summary = %q{Installs a vendored copy of libyajl2 for distributions which lack it}
spec.description = spec.summary
spec.homepage = "https://github.com/chef/libyajl2-gem"
- spec.licenses = ["Apache 2.0"]
+ spec.licenses = ["Apache-2.0"]
spec.files = Dir.glob("{ext,lib,spec}/**/*") +
%w{Gemfile Rakefile libyajl2.gemspec bootstrap.sh LICENSE}