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 c87705c commit 27eab4eCopy full SHA for 27eab4e
CHANGELOG
@@ -1,3 +1,10 @@
1
+v1.0.1
2
+------
3
+
4
+* fix open single quote
5
+* support for heredoc
6
7
8
v1.0
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'
+ s.version = '1.0.1'
17
s.date = Time.now.strftime("%Y-%m-%d")
18
s.add_dependency('coderay', '>= 1.0')
19
s.require_path = 'lib'
0 commit comments