Skip to content

Commit

Permalink
Merge branch 'add-license-to-gemspec' of https://github.com/bambooeng…
Browse files Browse the repository at this point in the history
…ineering/rgl into bambooengineering-add-license-to-gemspec
  • Loading branch information
monora committed Dec 19, 2020
2 parents d308c17 + f3e3513 commit 5b4e3f2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ rvm:
- 2.6
- 2.7
- ruby-head
- jruby
- jruby-9.1.9.0
- jruby-head

before_install:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -262,5 +262,5 @@ See also http://github.com/monora/rgl/contributors.
## Copying

RGL is Copyright (c) 2002,2004,2005,2008,2013,2015,2019 by Horst Duchene. It is
free software, and may be redistributed under the terms specified in the
README file of the Ruby distribution.
free software, and may be redistributed under the [Ruby license](https://en.wikipedia.org/wiki/Ruby_License) and terms specified in the
[COPYING](https://github.com/ruby/ruby/blob/master/COPYING) file of the Ruby language distribution.
1 change: 1 addition & 0 deletions rgl.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Gem::Specification.new do |s|
s.version = RGL_VERSION
s.summary = "Ruby Graph Library"
s.description = "RGL is a framework for graph data structures and algorithms"
s.license = "ruby"

#### Dependencies and requirements.

Expand Down

0 comments on commit 5b4e3f2

Please sign in to comment.