qm 1.0.1 → 1.0.2
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.md +3 -3
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 89cb2701dc7b57f7e6975c7735de0782c1329096
|
|
4
|
+
data.tar.gz: 48e65e16c8622c26dcfb098b0712c651407a33b7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a1acc20c6101a007333748fa2de1ab80d44e0bb9e4d56b79e594d6a623226af84ce287b3a3008efb682dfc77b33d5b32bcf27cb40ef06cebb7d78f334a415c8e
|
|
7
|
+
data.tar.gz: 606413f0300dcc8bef7d4fa03a3c03f6fdbcf9f680fd11f047039582f2c58d844ecbc7a0e183df4c3e4c9198921dcea8c616e5f62a282bc375032c35c3c8f336
|
data/README.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
|
|
2
|
-
======
|
|
1
|
+
# qm [](http://badge.fury.io/rb/qm) [](https://gemnasium.com/qmachine/qm-ruby)
|
|
3
2
|
|
|
4
|
-
|
|
3
|
+
The `qm` Ruby gem will eventually implement both the API server and web server
|
|
4
|
+
of [QMachine](https://www.qmachine.org), but currently is is *very* incomplete.
|
|
5
5
|
|
|
6
6
|
Install
|
|
7
7
|
-------
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: qm
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Sean Wilkinson
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2013-
|
|
11
|
+
date: 2013-08-13 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: This is a *very incomplete* port of QMachine.
|
|
14
14
|
email: sean@mathbiol.org
|
|
@@ -39,7 +39,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
39
39
|
version: '0'
|
|
40
40
|
requirements: []
|
|
41
41
|
rubyforge_project:
|
|
42
|
-
rubygems_version: 2.0.
|
|
42
|
+
rubygems_version: 2.0.6
|
|
43
43
|
signing_key:
|
|
44
44
|
specification_version: 4
|
|
45
45
|
summary: The World's Most Relaxed Supercomputer
|