File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -13,17 +13,17 @@ spec = Gem::Specification.new do |s|
13
13
s . email = "pejuko@gmail.com"
14
14
s . authors = [ "Petr Kovar" ]
15
15
s . name = 'coderay_bash'
16
- s . version = '0.2.1 '
16
+ s . version = '1.0 '
17
17
s . date = Time . now . strftime ( "%Y-%m-%d" )
18
- s . add_dependency ( 'coderay' , '< 1.0' )
18
+ s . add_dependency ( 'coderay' , '>= 1.0' )
19
19
s . require_path = 'lib'
20
20
s . files = [ "README.md" , "coderay_bash.gemspec" , "Rakefile" ]
21
21
s . files += Dir [ "lib/**/*.rb" ]
22
22
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 .
24
24
EOF
25
25
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.
27
27
EOF
28
28
end
29
29
You can’t perform that action at this time.
0 commit comments