CurrencyString 0.0.1

Sign up to get free protection for your applications and to get access to all the features.
metadata ADDED
@@ -0,0 +1,69 @@
1
+ --- !ruby/object:Gem::Specification
2
+ rubygems_version: 0.9.2
3
+ specification_version: 1
4
+ name: CurrencyString
5
+ version: !ruby/object:Gem::Version
6
+ version: 0.0.1
7
+ date: 2007-07-05 00:00:00 -03:00
8
+ summary: Convert a Float into its String representation
9
+ require_paths:
10
+ - lib
11
+ email: taq@eustaquiorangel.com
12
+ homepage: http://eustaquiorangel.com
13
+ rubyforge_project:
14
+ description:
15
+ autorequire: currencystring
16
+ default_executable:
17
+ bindir: bin
18
+ has_rdoc: true
19
+ required_ruby_version: !ruby/object:Gem::Version::Requirement
20
+ requirements:
21
+ - - ">"
22
+ - !ruby/object:Gem::Version
23
+ version: 0.0.0
24
+ version:
25
+ platform: ruby
26
+ signing_key:
27
+ cert_chain:
28
+ post_install_message:
29
+ authors:
30
+ - Eustaquio 'TaQ' Rangel
31
+ files:
32
+ - docs/doc
33
+ - docs/doc/files
34
+ - docs/doc/files/__
35
+ - docs/doc/files/__/lib
36
+ - docs/doc/files/__/lib/currencystring_rb.html
37
+ - docs/doc/index.html
38
+ - docs/doc/fr_method_index.html
39
+ - docs/doc/fr_class_index.html
40
+ - docs/doc/fr_file_index.html
41
+ - docs/doc/created.rid
42
+ - docs/doc/classes
43
+ - docs/doc/classes/CurrencyString.html
44
+ - docs/doc/classes/CurrencyString.src
45
+ - docs/doc/classes/CurrencyString.src/M000001.html
46
+ - docs/doc/classes/CurrencyString.src/M000002.html
47
+ - docs/doc/classes/CurrencyString.src/M000003.html
48
+ - docs/doc/classes/CurrencyString.src/M000004.html
49
+ - docs/doc/classes/CurrencyString.src/M000005.html
50
+ - lib/currencystring.yml
51
+ - lib/currencystring.rb
52
+ - test/test_currencystring.rb
53
+ - README
54
+ - COPYING
55
+ test_files:
56
+ - test/test_currencystring.rb
57
+ rdoc_options: []
58
+
59
+ extra_rdoc_files:
60
+ - README
61
+ - COPYING
62
+ executables: []
63
+
64
+ extensions: []
65
+
66
+ requirements: []
67
+
68
+ dependencies: []
69
+