simplificator-ruby-kiva 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
metadata ADDED
@@ -0,0 +1,115 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: simplificator-ruby-kiva
3
+ version: !ruby/object:Gem::Version
4
+ prerelease: false
5
+ segments:
6
+ - 0
7
+ - 1
8
+ - 0
9
+ version: 0.1.0
10
+ platform: ruby
11
+ authors:
12
+ - simplificator
13
+ autorequire:
14
+ bindir: bin
15
+ cert_chain: []
16
+
17
+ date: 2010-04-12 00:00:00 +02:00
18
+ default_executable:
19
+ dependencies:
20
+ - !ruby/object:Gem::Dependency
21
+ name: shoulda
22
+ prerelease: false
23
+ requirement: &id001 !ruby/object:Gem::Requirement
24
+ requirements:
25
+ - - ">="
26
+ - !ruby/object:Gem::Version
27
+ segments:
28
+ - 0
29
+ version: "0"
30
+ type: :development
31
+ version_requirements: *id001
32
+ description: a ruby wrapper for the kiva.org api
33
+ email: info@simplificator.com
34
+ executables: []
35
+
36
+ extensions: []
37
+
38
+ extra_rdoc_files:
39
+ - LICENSE
40
+ - README.rdoc
41
+ files:
42
+ - .document
43
+ - .gitignore
44
+ - LICENSE
45
+ - README.rdoc
46
+ - Rakefile
47
+ - VERSION
48
+ - lib/ruby-kiva/api.rb
49
+ - lib/ruby-kiva/borrower.rb
50
+ - lib/ruby-kiva/comment.rb
51
+ - lib/ruby-kiva/country.rb
52
+ - lib/ruby-kiva/dynamic_initializer.rb
53
+ - lib/ruby-kiva/image.rb
54
+ - lib/ruby-kiva/journal_entry.rb
55
+ - lib/ruby-kiva/lender.rb
56
+ - lib/ruby-kiva/lending_action.rb
57
+ - lib/ruby-kiva/loan.rb
58
+ - lib/ruby-kiva/location.rb
59
+ - lib/ruby-kiva/paged_array.rb
60
+ - lib/ruby-kiva/partner.rb
61
+ - lib/ruby-kiva/payment.rb
62
+ - lib/ruby-kiva/team.rb
63
+ - lib/ruby-kiva/terms.rb
64
+ - lib/ruby-kiva/video.rb
65
+ - lib/simplificator-ruby-kiva.rb
66
+ - simplificator-ruby-kiva.gemspec
67
+ - test/helper.rb
68
+ - test/test_simplificator-ruby-kiva.rb
69
+ - test/unit/borrower_test.rb
70
+ - test/unit/comment_test.rb
71
+ - test/unit/country_test.rb
72
+ - test/unit/image_test.rb
73
+ - test/unit/journal_entry_test.rb
74
+ - test/unit/lender_test.rb
75
+ - test/unit/payment_test.rb
76
+ has_rdoc: true
77
+ homepage: http://github.com/simplificator/simplificator-ruby-kiva
78
+ licenses: []
79
+
80
+ post_install_message:
81
+ rdoc_options:
82
+ - --charset=UTF-8
83
+ require_paths:
84
+ - lib
85
+ required_ruby_version: !ruby/object:Gem::Requirement
86
+ requirements:
87
+ - - ">="
88
+ - !ruby/object:Gem::Version
89
+ segments:
90
+ - 0
91
+ version: "0"
92
+ required_rubygems_version: !ruby/object:Gem::Requirement
93
+ requirements:
94
+ - - ">="
95
+ - !ruby/object:Gem::Version
96
+ segments:
97
+ - 0
98
+ version: "0"
99
+ requirements: []
100
+
101
+ rubyforge_project:
102
+ rubygems_version: 1.3.6
103
+ signing_key:
104
+ specification_version: 3
105
+ summary: a ruby wrapper for the kiva.org api
106
+ test_files:
107
+ - test/helper.rb
108
+ - test/test_simplificator-ruby-kiva.rb
109
+ - test/unit/borrower_test.rb
110
+ - test/unit/comment_test.rb
111
+ - test/unit/country_test.rb
112
+ - test/unit/image_test.rb
113
+ - test/unit/journal_entry_test.rb
114
+ - test/unit/lender_test.rb
115
+ - test/unit/payment_test.rb