bundlr 0.0.0 → 0.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
- metadata +11 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 27d819c89a29b4ba2712e51e3ef5f6171480c381
|
4
|
+
data.tar.gz: 8a1f02e62630a52bd4716d51665314ee966e3bce
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fc629a2b76dd02a939ea942004f42ba04b49b2a41ccbdcea5ed58119a9757fa994cea8bd70f0115aad037a59e01270df091a6525351703bec82c888dc7bf9074
|
7
|
+
data.tar.gz: 3c34cf57aa56f7934a1de21687014afaed2b2946dfa42df967caf3ece0946eb7eeb3c3d98ea8f5b2990173e94d8b505b7028cff19ee78579663cda041f080146
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: bundlr
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Bundlr Team
|
@@ -10,7 +10,14 @@ bindir: bin
|
|
10
10
|
cert_chain: []
|
11
11
|
date: 2016-02-28 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
|
-
description:
|
13
|
+
description: "NOTE: If you are looking for the dependency management software, that's
|
14
|
+
bundler, not bundlr.\n\nBundlr is a ruby distributed computing and data indexing
|
15
|
+
research platform.\nIt is inspired by projects like BOINC, the Berkeley Open Infrastructure
|
16
|
+
for \nNetwork Computing, an open-source middleware system that supports volunteer
|
17
|
+
\nand grid computing.\n\nBundlr is a similar system that approved research projects
|
18
|
+
can use to both \nobtain compute power, but also obtain access to a variety of computing
|
19
|
+
\nenvironments and systems and perform data collection and indexing across \nvolunteer-supplied
|
20
|
+
data. It is still in the early stages of conception."
|
14
21
|
email: bundlr@gmail.com
|
15
22
|
executables: []
|
16
23
|
extensions: []
|
@@ -35,7 +42,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
35
42
|
- - ">="
|
36
43
|
- !ruby/object:Gem::Version
|
37
44
|
version: '0'
|
38
|
-
requirements:
|
45
|
+
requirements:
|
46
|
+
- bundler
|
39
47
|
rubyforge_project:
|
40
48
|
rubygems_version: 2.2.2
|
41
49
|
signing_key:
|