File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ require "rubydown/version"
66Gem ::Specification . new do |spec |
77 spec . name = "rubydown"
88 spec . version = Rubydown ::VERSION
9- spec . authors = [ "Kozo Nishida" ]
10- spec . email = [ "knishida@riken.jp " ]
9+ spec . authors = [ "Yusuke Sangenya" , " Kozo Nishida" , "Kazuhiro Nishiyama "]
10+ spec . email = [ "kozo.nishida@gmail.com " ]
1111 spec . license = 'MIT'
1212 spec . summary = "Pure Ruby R Markdown clone."
1313 spec . description = "rubydown is R Markdown clone for Rubyists."
@@ -40,7 +40,7 @@ Gem::Specification.new do |spec|
4040 spec . add_dependency "numo-narray" , "~> 0.9.1"
4141 spec . add_dependency "numo-gnuplot" , "~> 0.2.4"
4242 spec . add_dependency "rbplotly" , "~> 0.1.2"
43- spec . add_dependency "charty" , "0.1.1 .dev"
43+ spec . add_dependency "charty" , "0.1.2 .dev"
4444 spec . add_dependency "matplotlib" , "~> 1.0.0"
4545
4646 spec . add_development_dependency "bundler" , "~> 1.17"
You can’t perform that action at this time.
0 commit comments