Skip to content

Commit

Permalink
Merge pull request #15 from onesky/victor/remove-restclient-monkey-patch
Browse files Browse the repository at this point in the history
Remove restclient monkey patch
  • Loading branch information
VLMH authored Dec 9, 2017
2 parents 833a61e + d5dba53 commit 34e6f3e
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 43 deletions.
8 changes: 5 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
language: ruby
rvm:
- 1.9.3
- 2.0.0
- 2.1.1
- 2.0
- 2.1
- 2.2
- 2.3
- 2.4
1 change: 0 additions & 1 deletion lib/onesky.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
require 'onesky/version'
require 'onesky/client'
require 'onesky/errors'
require 'onesky/restclient'
38 changes: 0 additions & 38 deletions lib/onesky/restclient.rb

This file was deleted.

2 changes: 1 addition & 1 deletion lib/onesky/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Onesky
VERSION = "1.0.1"
VERSION = "1.1.0"
end
2 changes: 2 additions & 0 deletions onesky-ruby.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ Gem::Specification.new do |spec|
spec.homepage = "http://github.com/onesky/onesky-ruby"
spec.license = "MIT"

spec.required_ruby_version = '>= 2.0.0'

spec.files = `git ls-files -z`.split("\x0")
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
Expand Down

0 comments on commit 34e6f3e

Please sign in to comment.