solusvm 2.0.0.beta6 → 2.0.1.beta6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.markdown +5 -5
- data/lib/solusvm/base.rb +1 -0
- data/lib/solusvm/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5c6ef54c475a77d988603e0e01e7573118772d81
|
|
4
|
+
data.tar.gz: 0ab2695d3b47f2985a3f52dee7e5ad853513fe7c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
|
|
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]:
|
|
14
|
-
[Build Status]:
|
|
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://
|
|
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-
|
|
212
|
+
Copyright (c) 2010-2015 Site5.com. See LICENSE for details.
|
data/lib/solusvm/base.rb
CHANGED
data/lib/solusvm/version.rb
CHANGED
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.
|
|
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-
|
|
11
|
+
date: 2015-09-30 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: thor
|