Skip to content

Commit d5a7883

Browse files
committed
v0.1.3
1 parent 492eae4 commit d5a7883

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

lib/nyaplot/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Nyaplot
2-
VERSION = "0.1.2"
2+
VERSION = "0.1.3"
33
end

nyaplot.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Gem::Specification.new do |spec|
99
spec.authors = ["Naoki Nishida"]
1010
spec.email = ["[email protected]"]
1111
spec.summary = %q{Nyaplot is an interactive plots generator based on Web technology like SVG, WebGL, and JavaScript.}
12-
spec.description = %q{Nyaplot is an Interactive plots generator based on Web technology like SVG, WebGL, and JavaScript. It enables us to create interactive plots interactively on IRuby notebook, a web-based Ruby environment. Nyaplot is totally web-based gem and plots can be embedded into Rails or Sinatra seemlesly. Supported charts include basic 2D plot, 3D plot, Map plot and plot for Biology. See nbviewer (http://nbviewer.ipython.org/github/domitry/nyaplot/blob/master/examples/notebook/Index.ipynb) to overview what plots can be done with nyaplot and how to create them.}
12+
spec.description = %q{Nyaplot is an Interactive plots generator based on Web technology like SVG, WebGL, and JavaScript. It enables us to create interactive plots interactively on IRuby notebook, a web-based Ruby environment. Nyaplot is totally web-based gem and plots can be embedded into Rails or Sinatra seemlesly. Supported charts include basic 2D plot, 3D plot, Map plot and plot for Biology. See nbviewer (http://nbviewer.ipython.org/github/domitry/nyaplot/blob/master/examples/notebook/Index.ipynb) to overview what plots can be created with nyaplot and how to do it.}
1313
spec.homepage = "https://www.github.com/domitry/nyaplot"
1414
spec.license = "MIT"
1515
spec.post_install_message = <<-EOF
@@ -48,7 +48,7 @@ EOF
4848
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
4949
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
5050
spec.require_paths = ["lib"]
51-
spec.required_ruby_version = ">= 1.9"
51+
spec.required_ruby_version = ">= 2.0"
5252

5353
spec.add_development_dependency "bundler", "~> 1.5"
5454
spec.add_development_dependency "rake"

0 commit comments

Comments
 (0)