Skip to content

Commit afb822f

Browse files
committed
update gemspec
1 parent dd49a98 commit afb822f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

coderay_bash.gemspec

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,17 @@ 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 = '0.2.1'
16+
s.version = '1.0'
1717
s.date = Time.now.strftime("%Y-%m-%d")
18-
s.add_dependency('coderay', '< 1.0')
18+
s.add_dependency('coderay', '>= 1.0')
1919
s.require_path = 'lib'
2020
s.files = ["README.md", "coderay_bash.gemspec", "Rakefile"]
2121
s.files += Dir["lib/**/*.rb"]
2222
s.post_install_message = <<EOF
23-
This gem was tested with coderay 0.9.3 and won't work with coderay from svn.
23+
This gem was tested with coderay 1.0 and won't work with coderay 0.9.
2424
EOF
2525
s.description = <<EOF
26-
Bash highlighting for coderay. This gem was tested with coderay 0.9.3 and won't work with coderay >= 1.0.
26+
Bash highlighting for coderay. This gem was tested with coderay 1.0 and won't work with coderay < 1.0.
2727
EOF
2828
end
2929

0 commit comments

Comments
 (0)