Skip to content

Commit f59702a

Browse files
committed
version v1.0.5
1 parent e315b56 commit f59702a

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
v1.0.5
2+
------
3+
4+
* register .sh file extension with :bash scanner (by Alexandre Vezina)
5+
16
v1.0.4
27
------
38

coderay_bash.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ spec = Gem::Specification.new do |s|
1313
s.email = "pejuko@gmail.com"
1414
s.authors = ["Petr Kovar"]
1515
s.name = 'coderay_bash'
16-
s.version = '1.0.4'
16+
s.version = '1.0.5'
1717
s.date = Time.now.strftime("%Y-%m-%d")
1818
s.add_dependency('coderay', '>= 1.0')
1919
s.require_path = 'lib'
20-
s.files = ["README.md", "coderay_bash.gemspec", "Rakefile"]
20+
s.files = ["README.md", "CHANGELOG", "coderay_bash.gemspec", "Rakefile"]
2121
s.files += Dir["lib/**/*.rb"]
2222
s.post_install_message = <<EOF
2323
This gem was tested with coderay 1.0 and won't work with coderay 0.9.

0 commit comments

Comments
 (0)