Skip to content

Commit

Permalink
update gemspec to comply with graphviz min version of ruby
Browse files Browse the repository at this point in the history
  • Loading branch information
jhellerstein committed Sep 3, 2017
1 parent 9a40ce5 commit 30bb063
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ rvm:
- "1.9.3"
- "2.2.0"
- "2.3.4"
- "2.4.1"

before_install:
- sudo apt-get update -qq
Expand Down
2 changes: 1 addition & 1 deletion bud.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Gem::Specification.new do |s|
s.description = "A prototype of the Bloom distributed programming language as a Ruby DSL."
s.license = "BSD"
s.has_rdoc = true
s.required_ruby_version = '>= 1.8.7'
s.required_ruby_version = '>= 1.9.3'
s.rubyforge_project = 'bloom-lang'

s.files = Dir['lib/**/*'] + Dir['bin/*'] + Dir['docs/**/*'] + Dir['examples/**/*'] + %w[README.md LICENSE History.txt Rakefile]
Expand Down

0 comments on commit 30bb063

Please sign in to comment.