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.
1 parent a4599f5 commit f897d99Copy full SHA for f897d99
CHANGELOG
@@ -1,3 +1,10 @@
1
+v1.0.3
2
+------
3
+
4
+* fix function closing bracket (by codez)
5
+* fix # in string is not a comment (by codez)
6
7
8
v1.0.2
9
------
10
coderay_bash.gemspec
@@ -13,7 +13,7 @@ spec = Gem::Specification.new do |s|
13
s.email = "pejuko@gmail.com"
14
s.authors = ["Petr Kovar"]
15
s.name = 'coderay_bash'
16
- s.version = '1.0.2'
+ s.version = '1.0.3'
17
s.date = Time.now.strftime("%Y-%m-%d")
18
s.add_dependency('coderay', '>= 1.0')
19
s.require_path = 'lib'
0 commit comments