qm 1.0.0 → 1.0.1
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 +7 -26
- metadata +5 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a35222c730b15a2671442e7af1170980a4970359
|
4
|
+
data.tar.gz: adb6e9251fc287eb8e675b417ede6224a905bdf8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c9a87191bd06f165462fbc1a288754c0c001e2c2a92b4136e18a4aba2ca38346b770a277edfc618d5d978aae31221c3c943df47588a9db378c6ac70e21bbd237
|
7
|
+
data.tar.gz: db1b67e771bfa980054c6af10904bc29a52bed6e1d73f7f1790d4d08334f75691fb73e50ccba7a111a6ddd3f7523f784463d520f7ff93efcd3a27a5ed9ca94fb
|
data/README.md
CHANGED
@@ -1,31 +1,12 @@
|
|
1
|
-
|
2
|
-
|
1
|
+
README
|
2
|
+
======
|
3
3
|
|
4
|
-
|
5
|
-
[Quanah](http://wilkinson.github.io/quanah) to create a distributed computer
|
6
|
-
powered by web browsers. QM contains three main components: an API server, a
|
7
|
-
web server, and a website. The API server provides a message-passing interface
|
8
|
-
between nodes using HTTP and JSON, and the web server exists only to serve the
|
9
|
-
website, which functions as the browser client application.
|
4
|
+
This repository contains the `qm` Ruby gem. It is *very* incomplete!
|
10
5
|
|
11
|
-
|
12
|
-
|
13
|
-
for deployment to server environments via [NPM](https://npmjs.org/package/qm).
|
14
|
-
A new "teaching version" written in [Ruby](http://www.ruby-lang.org) is also
|
15
|
-
available, and it will eventually be installable via
|
16
|
-
[Gem](https://rubygems.org/gems/qm).
|
6
|
+
Install
|
7
|
+
-------
|
17
8
|
|
18
|
-
|
19
|
-
peer-reviewed academic journals. These reports will explain some of the design
|
20
|
-
decisions behind QM, demonstrate the use of QM in scientific workflows, and
|
21
|
-
elaborate on the future directions of QM. I published a few screencasts on
|
22
|
-
[YouTube](http://www.youtube.com/playlist?list=PLijUCyE0Z0-8nLL5qJ__v-VB3ZoRxSubg)
|
23
|
-
recently, one of which has been featured on the
|
24
|
-
[HPCwire](http://www.hpcwire.com/hpcwire/2013-03-14/qmachine_combines_hpc_with_www.html)
|
25
|
-
and
|
26
|
-
[insideHPC](http://insidehpc.com/2013/03/09/video-qmachine-commodity-supercomputing-with-web-browsers/)
|
27
|
-
news sites.
|
9
|
+
To install the most recent release, run
|
28
10
|
|
29
|
-
|
30
|
-
[https://wiki.qmachine.org](https://wiki.qmachine.org) :-)
|
11
|
+
gem install qm
|
31
12
|
|
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.1
|
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-07-16 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
|
@@ -20,7 +20,8 @@ files:
|
|
20
20
|
- lib/qm.rb
|
21
21
|
- README.md
|
22
22
|
homepage: https://www.qmachine.org
|
23
|
-
licenses:
|
23
|
+
licenses:
|
24
|
+
- Apache 2.0
|
24
25
|
metadata: {}
|
25
26
|
post_install_message:
|
26
27
|
rdoc_options: []
|
@@ -38,7 +39,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
38
39
|
version: '0'
|
39
40
|
requirements: []
|
40
41
|
rubyforge_project:
|
41
|
-
rubygems_version: 2.0.
|
42
|
+
rubygems_version: 2.0.5
|
42
43
|
signing_key:
|
43
44
|
specification_version: 4
|
44
45
|
summary: The World's Most Relaxed Supercomputer
|