We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7defef5 + 8d3fa82 commit 5a89c2dCopy full SHA for 5a89c2d
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 0.9.5
2
+
3
+This is a re-release of 0.9.3 to revert changes made in 0.9.4
4
5
## 0.9.3
6
7
This is a bugfix release.
Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
- hocon (0.9.2)
+ hocon (0.9.5)
GEM
remote: https://rubygems.org/
hocon.gemspec
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = 'hocon'
- s.version = '0.9.3'
+ s.version = '0.9.5'
s.date = '2015-07-14'
s.summary = "HOCON Config Library"
s.description = "== A port of the Java {Typesafe Config}[https://github.com/typesafehub/config] library to Ruby"
0 commit comments