prag_studio_fund 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/bin/crowdfund +4 -4
- data/bin/projects.txt +6 -5
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e24effb5f906f90f7b20d795b6ac47b794c4cd7c
|
|
4
|
+
data.tar.gz: 71db442c432c95b4a0b7ac6adc2d797c446f89df
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7cce98230f94c7469f39473f56c60b6673c70e54f992bd707afd3c122c62b8a618ba1b95b19f3c2b2666c7ab09633fba954dd0b7abc0a607c4ab7173ccb83ddf
|
|
7
|
+
data.tar.gz: 526adf4ca3b642db646081abdf5802100f997210f647ecd1afd7d25d9f21a721f113dfff083a75dcb87800f14a6eca2731d1c906bdb87963b91f49fd3423baa0
|
data/bin/crowdfund
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
#!/usr/bin/env ruby
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
2
|
+
require '../lib/crowdfund/fundrequest'
|
|
3
|
+
require '../lib/crowdfund/project'
|
|
4
|
+
require '../lib/crowdfund/grant_project'
|
|
5
|
+
require '../lib/crowdfund/matching_project'
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
vc_friendly = CrowdFund::FundRequest.new("VC-Friendly Start-up Projects")
|
data/bin/projects.txt
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
|
|
2
|
-
Project NML (
|
|
3
|
-
Projecting Matching (
|
|
4
|
-
Project SAAS (
|
|
5
|
-
Project Grant (
|
|
1
|
+
5 under-funded projects:
|
|
2
|
+
Project NML (2145)
|
|
3
|
+
Projecting Matching (880)
|
|
4
|
+
Project SAAS (680)
|
|
5
|
+
Project Grant (550)
|
|
6
|
+
Project ZYX (235)
|