Skip to content

Commit 5a89c2d

Browse files
committed
Merge pull request #73 from jpinsonault/0.9.x
(MAINT) Update gemspec to rerelease 0.9.3 as 0.9.5
2 parents 7defef5 + 8d3fa82 commit 5a89c2d

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
15
## 0.9.3
26

37
This is a bugfix release.

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
hocon (0.9.2)
4+
hocon (0.9.5)
55

66
GEM
77
remote: https://rubygems.org/

hocon.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Gem::Specification.new do |s|
22
s.name = 'hocon'
3-
s.version = '0.9.3'
3+
s.version = '0.9.5'
44
s.date = '2015-07-14'
55
s.summary = "HOCON Config Library"
66
s.description = "== A port of the Java {Typesafe Config}[https://github.com/typesafehub/config] library to Ruby"

0 commit comments

Comments
 (0)