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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/bin/crowdfund +4 -4
  3. data/bin/projects.txt +6 -5
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d608bddf02f308eb2f445610ac0f0a87a5ff5199
4
- data.tar.gz: 6b115935b27c181c5ee0b4cb56dd46735dbb18d5
3
+ metadata.gz: e24effb5f906f90f7b20d795b6ac47b794c4cd7c
4
+ data.tar.gz: 71db442c432c95b4a0b7ac6adc2d797c446f89df
5
5
  SHA512:
6
- metadata.gz: b52f87c6fda89371d96b47c5ae89bfd642469a1a8e0d01d12570591fb047c8aef178f6f1455b79460b1112ee54b58f330ccae456c6be03b034416efd1cd4f4ee
7
- data.tar.gz: 4a319f1b5d2d2b1bc116a854cbf9b98cd89a3a4e95a859d08a47d8efb21484bc7c207fdac2c9884bf0e527a80b3293d66827050682690bd8c6350d4b995f661d
6
+ metadata.gz: 7cce98230f94c7469f39473f56c60b6673c70e54f992bd707afd3c122c62b8a618ba1b95b19f3c2b2666c7ab09633fba954dd0b7abc0a607c4ab7173ccb83ddf
7
+ data.tar.gz: 526adf4ca3b642db646081abdf5802100f997210f647ecd1afd7d25d9f21a721f113dfff083a75dcb87800f14a6eca2731d1c906bdb87963b91f49fd3423baa0
data/bin/crowdfund CHANGED
@@ -1,8 +1,8 @@
1
1
  #!/usr/bin/env ruby
2
- require_relative '../lib/crowdfund/fundrequest'
3
- require_relative '../lib/crowdfund/project'
4
- require_relative '../lib/crowdfund/grant_project'
5
- require_relative '../lib/crowdfund/matching_project'
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
- 4 under-funded projects:
2
- Project NML (2020)
3
- Projecting Matching (735)
4
- Project SAAS (510)
5
- Project Grant (300)
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)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: prag_studio_fund
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Waihon Yew