solusvm 2.0.0.beta6 → 2.0.1.beta6

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a3aa3edfca56f83323d22cb6a84a53175b339a13
4
- data.tar.gz: 70d013605ddc21dd0dcd55359b2403bc6ae37cf6
3
+ metadata.gz: 5c6ef54c475a77d988603e0e01e7573118772d81
4
+ data.tar.gz: 0ab2695d3b47f2985a3f52dee7e5ad853513fe7c
5
5
  SHA512:
6
- metadata.gz: a675bc64deaef9d3374769d4a1a214bd0975bce83f3c426c22f08e1fb173698ffa527f74b715c1b3e0b89bc4665dbca1fff75aaa0033d32fb3caf8c38691178f
7
- data.tar.gz: 5e6878b594fd65252d8e446ef9e4360887989429829967b7e5ecd3bbe2ce0d04e56f77b17041352ff41d0f8426c7dbc7129de5fc80528425812f62d475011212
6
+ metadata.gz: c8ce4c450f6255d4f30c3cb00be844194a09a92dedb6633cac631d0483c3d19a916d1a7b0971d1758603603d919af4e659dd9943066965c34105fbd30240767b
7
+ data.tar.gz: 65b210bc7b2a8573767592431ba25c811a05b2f817df3a4f979fc6401b7b77710e9cfd7f8a564675950557ea4382b97e2ec13447eab75dbf6c540bc776b27641
data/README.markdown CHANGED
@@ -4,14 +4,14 @@ SolusVM [![SolusVM Build Status][Build Icon]][Build Status]
4
4
  SolusVM allows for easy interaction with the [SolusVM Admin::API][].
5
5
  This library was first created for internal use at [Site5 LLC][].
6
6
 
7
- SolusVM has been tested on MRI versions 1.9.3, 2.0.0, 2.1.2 and 1.9-compatible
7
+ SolusVM has been tested on MRI versions 2.0.0, 2.1.6, 2.2.2 and 1.9-compatible
8
8
  JRuby.
9
9
 
10
10
  Documentation is available in [TomDoc][] format.
11
11
 
12
12
  [Site5 LLC]: http://www.site5.com
13
- [SolusVM Admin::API]: http://docs.solusvm.com/v2/Default.htm#Developer/Admin-Api/Admin-Api.htm
14
- [Build Status]: http://travis-ci.org/site5/solusvm
13
+ [SolusVM Admin::API]: https://documentation.solusvm.com/display/DOCS/Admin
14
+ [Build Status]: https://travis-ci.org/site5/solusvm
15
15
  [Build Icon]: https://secure.travis-ci.org/site5/solusvm.png?branch=master
16
16
  [TomDoc]: http://site5.github.io/solusvm/
17
17
 
@@ -151,7 +151,7 @@ username: bob
151
151
  Installation
152
152
  ------------
153
153
 
154
- To install SolusVM using [Bundler](http://gembundler.com):
154
+ To install SolusVM using [Bundler](http://bundler.io):
155
155
 
156
156
  ```
157
157
  echo "gem 'solusvm'" >> Gemfile
@@ -209,4 +209,4 @@ Note on Patches/Pull Requests
209
209
  Copyright
210
210
  ---------
211
211
 
212
- Copyright (c) 2010-2014 Site5.com. See LICENSE for details.
212
+ Copyright (c) 2010-2015 Site5.com. See LICENSE for details.
data/lib/solusvm/base.rb CHANGED
@@ -45,6 +45,7 @@ module SolusVM
45
45
  @conn ||= Faraday.new(ssl: ssl_option) do |c|
46
46
  c.request :retry if @config.fetch(:retry_request, false)
47
47
  c.adapter :net_http
48
+ c.options[:timeout] = 60
48
49
  end
49
50
  end
50
51
 
@@ -1,3 +1,3 @@
1
1
  module SolusVM
2
- VERSION = "2.0.0.beta6"
2
+ VERSION = "2.0.1.beta6"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: solusvm
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.0.beta6
4
+ version: 2.0.1.beta6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Justin Mazzi
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-02-03 00:00:00.000000000 Z
11
+ date: 2015-09-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: thor