Skip to content
This repository was archived by the owner on Feb 4, 2025. It is now read-only.

Commit 0b9ea50

Browse files
committed
Release 2.0.3
1 parent d406ba6 commit 0b9ea50

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*.gem
1+
pkg
22
.project
33
todo
44
rdoc

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,19 @@
11
Upcoming
22
--------
33

4+
Version 2.0.3 - 07-Feb-2018
5+
---------------------------
6+
7+
* Require Ruby version 2.3.0 or higher
8+
* Require activesupport version 4.2.2 or higher
9+
410
Version 2.0.2 - 10-Apr-2017
11+
---------------------------
512

613
* Fix error when tags are in self-closing tags (issue #30)
714

815
Version 2.0.1 - 15-Jan-2017
16+
---------------------------
917

1018
* Remove EOL newlines before/after self-closing tags (issue #29)
1119

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-
ruby-bbcode (2.0.2)
4+
ruby-bbcode (2.0.3)
55
activesupport (>= 4.2.2)
66

77
GEM

lib/ruby-bbcode/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ module RubyBBCode
22
# Version of RubyBBCode
33
#
44
# Follows semantic versioning: http://semver.org/
5-
VERSION = "2.0.2"
5+
VERSION = "2.0.3"
66
end

0 commit comments

Comments
 (0)