Skip to content

Commit

Permalink
Drop support for Ruby 1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
bensie committed Feb 11, 2019
1 parent 07e66a8 commit 34fab30
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
language: ruby

rvm:
- 1.9.3
- 2.0
- 2.1
- 2.2
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
source "https://rubygems.org"

gem "jruby-openssl", ">= 0.8.2", :platforms => :jruby
gem "jruby-openssl", ">= 0.8.2", platform: :jruby

gemspec
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Generate private and public SSH keys (RSA and DSA supported) using pure Ruby.

## Requirements

Tested / supported on CRuby 1.9.3+ and JRuby.
Tested / supported on CRuby 2.0.0+ and JRuby.

## Installation

Expand Down
2 changes: 1 addition & 1 deletion lib/sshkey/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
class SSHKey
VERSION = "1.9.0"
VERSION = "2.0.0"
end

0 comments on commit 34fab30

Please sign in to comment.