fund_raise_abr 1.0.0

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.
metadata ADDED
@@ -0,0 +1,98 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: fund_raise_abr
3
+ version: !ruby/object:Gem::Version
4
+ version: 1.0.0
5
+ platform: ruby
6
+ authors:
7
+ - Abe Rios
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2016-07-10 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: rspec
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - ">="
18
+ - !ruby/object:Gem::Version
19
+ version: '0'
20
+ type: :development
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - ">="
25
+ - !ruby/object:Gem::Version
26
+ version: '0'
27
+ description: |
28
+ This gems allow created projects receive pledges and funds to increase funding towards a goal.
29
+ email: arios10101@mygame.com
30
+ executables:
31
+ - fund_raise
32
+ extensions: []
33
+ extra_rdoc_files: []
34
+ files:
35
+ - LICENSE
36
+ - README
37
+ - bin/crowd_fund.rb~
38
+ - bin/fund_raise
39
+ - bin/fund_raise.rb~
40
+ - bin/fund_raise~
41
+ - bin/project.csv
42
+ - bin/project.csv~
43
+ - bin/underfunded_project
44
+ - lib/fund_raise/die.rb
45
+ - lib/fund_raise/fund_request.rb
46
+ - lib/fund_raise/fund_request.rb~
47
+ - lib/fund_raise/fundable.rb
48
+ - lib/fund_raise/funding_round.rb
49
+ - lib/fund_raise/funding_round.rb~
50
+ - lib/fund_raise/grant_project.rb
51
+ - lib/fund_raise/grant_project.rb~
52
+ - lib/fund_raise/match_project.rb
53
+ - lib/fund_raise/match_project.rb~
54
+ - lib/fund_raise/pledge_pool.rb
55
+ - lib/fund_raise/project.rb
56
+ - lib/fund_raise/project.rb~
57
+ - lib/fund_request.rb~
58
+ - lib/funding_round.rb~
59
+ - lib/grant_project.rb~
60
+ - lib/match_project.rb~
61
+ - lib/project.rb~
62
+ - spec/fund_raise/fund_request_spec.rb
63
+ - spec/fund_raise/fund_request_spec.rb~
64
+ - spec/fund_raise/project_spec.rb
65
+ - spec/fund_raise/project_spec.rb~
66
+ - spec/fund_request_spec.rb~
67
+ - spec/project_spec.rb~
68
+ homepage: http://myprojectpr.com
69
+ licenses:
70
+ - MIT
71
+ metadata: {}
72
+ post_install_message:
73
+ rdoc_options: []
74
+ require_paths:
75
+ - lib
76
+ required_ruby_version: !ruby/object:Gem::Requirement
77
+ requirements:
78
+ - - ">="
79
+ - !ruby/object:Gem::Version
80
+ version: '1.9'
81
+ required_rubygems_version: !ruby/object:Gem::Requirement
82
+ requirements:
83
+ - - ">="
84
+ - !ruby/object:Gem::Version
85
+ version: '0'
86
+ requirements: []
87
+ rubyforge_project:
88
+ rubygems_version: 2.4.5.1
89
+ signing_key:
90
+ specification_version: 4
91
+ summary: Raise funds for projects.
92
+ test_files:
93
+ - spec/fund_raise/fund_request_spec.rb
94
+ - spec/fund_raise/project_spec.rb
95
+ - spec/fund_raise/fund_request_spec.rb~
96
+ - spec/fund_raise/project_spec.rb~
97
+ - spec/fund_request_spec.rb~
98
+ - spec/project_spec.rb~