carlosbrando-money 2.2.0

Sign up to get free protection for your applications and to get access to all the features.
metadata ADDED
@@ -0,0 +1,70 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: carlosbrando-money
3
+ version: !ruby/object:Gem::Version
4
+ version: 2.2.0
5
+ platform: ruby
6
+ authors:
7
+ - Tobias Luetke
8
+ - Hongli Lai
9
+ - Jeremy McNevin
10
+ - Carlos Brando
11
+ autorequire:
12
+ bindir: bin
13
+ cert_chain: []
14
+
15
+ date: 2010-01-27 00:00:00 -02:00
16
+ default_executable:
17
+ dependencies: []
18
+
19
+ description: Money and currency exchange support library.
20
+ email: hongli@phusion.nl
21
+ executables: []
22
+
23
+ extensions: []
24
+
25
+ extra_rdoc_files: []
26
+
27
+ files:
28
+ - README.rdoc
29
+ - MIT-LICENSE
30
+ - money.gemspec
31
+ - Rakefile
32
+ - lib/money.rb
33
+ - lib/money/core_extensions.rb
34
+ - lib/money/errors.rb
35
+ - lib/money/money.rb
36
+ - lib/money/symbols.rb
37
+ - lib/money/variable_exchange_bank.rb
38
+ - test/core_extensions_spec.rb
39
+ - test/exchange_bank_spec.rb
40
+ - test/money_spec.rb
41
+ has_rdoc: true
42
+ homepage: http://money.rubyforge.org/
43
+ licenses: []
44
+
45
+ post_install_message:
46
+ rdoc_options: []
47
+
48
+ require_paths:
49
+ - lib
50
+ required_ruby_version: !ruby/object:Gem::Requirement
51
+ requirements:
52
+ - - ">="
53
+ - !ruby/object:Gem::Version
54
+ version: "0"
55
+ version:
56
+ required_rubygems_version: !ruby/object:Gem::Requirement
57
+ requirements:
58
+ - - ">="
59
+ - !ruby/object:Gem::Version
60
+ version: "0"
61
+ version:
62
+ requirements: []
63
+
64
+ rubyforge_project: money
65
+ rubygems_version: 1.3.5
66
+ signing_key:
67
+ specification_version: 3
68
+ summary: Money and currency exchange support library
69
+ test_files: []
70
+