Skip to content

Commit

Permalink
Remove support for Ruby < 1.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
glejeune committed Jul 2, 2014
1 parent 2da93a1 commit a307317
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
1 change: 0 additions & 1 deletion .travis.yml
@@ -1,5 +1,4 @@
rvm:
- 1.8.7
- 1.9.3
- 2.0.0
- 2.1.0
Expand Down
11 changes: 4 additions & 7 deletions ruby-graphviz.gemspec
Expand Up @@ -24,24 +24,21 @@ Gem::Specification.new do |s|
s.extra_rdoc_files = ["README.rdoc", "COPYING.rdoc", "AUTHORS.rdoc", "CHANGELOG.rdoc"]
s.rdoc_options = ["--title", "Ruby/GraphViz", "--main", "README.rdoc"]
s.post_install_message = %{
Since version 0.9.2, Ruby/GraphViz can use Open3.popen3 (or not)
On Windows, you can install 'win32-open3'
You need to install GraphViz (http://graphviz.org/) to use this Gem.
For more information about Ruby-Graphviz :
* Doc : http://rdoc.info/projects/glejeune/Ruby-Graphviz
* Sources : http://github.com/glejeune/Ruby-Graphviz
* NEW - Mailing List : http://groups.google.com/group/ruby-graphviz
* Mailing List : http://groups.google.com/group/ruby-graphviz
Last (important) changes :
* GraphViz::Edge#each_attribut is deprecated, use GraphViz::Edge#each_attribute
* GraphViz::GraphML#attributs is deprecated, use GraphViz::GraphML#attributes
* GraphViz::Node#each_attribut is deprecated, use GraphViz::Node#each_attribute
Ruby-Graphviz no longer supports Ruby < 1.9.3
}

s.add_development_dependency 'rake'
s.add_development_dependency 'rdoc'
s.add_development_dependency 'bundler'
s.add_development_dependency 'ronn' unless RUBY_PLATFORM == 'java'

s.required_ruby_version = '>= 1.9.3'
end

0 comments on commit a307317

Please sign in to comment.