phony 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
metadata ADDED
@@ -0,0 +1,82 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: phony
3
+ version: !ruby/object:Gem::Version
4
+ prerelease: false
5
+ segments:
6
+ - 1
7
+ - 0
8
+ - 0
9
+ version: 1.0.0
10
+ platform: ruby
11
+ authors:
12
+ - Florian Hanke
13
+ - Andreas Schacke
14
+ autorequire:
15
+ bindir: bin
16
+ cert_chain: []
17
+
18
+ date: 2010-11-04 00:00:00 +01:00
19
+ default_executable:
20
+ dependencies: []
21
+
22
+ description:
23
+ email: florian.hanke+phony@gmail.com
24
+ executables: []
25
+
26
+ extensions: []
27
+
28
+ extra_rdoc_files:
29
+ - README.textile
30
+ files:
31
+ - lib/ndc/austria.rb
32
+ - lib/ndc/fixed_size.rb
33
+ - lib/ndc/germany.rb
34
+ - lib/ndc/prefix.rb
35
+ - lib/ndc/splitter.rb
36
+ - lib/phony.rb
37
+ - README.textile
38
+ - spec/lib/ndc/austria_spec.rb
39
+ - spec/lib/ndc/fixed_size_spec.rb
40
+ - spec/lib/ndc/germany_spec.rb
41
+ - spec/lib/ndc/prefix_spec.rb
42
+ - spec/lib/ndc/splitter_spec.rb
43
+ - spec/lib/phony_spec.rb
44
+ has_rdoc: false
45
+ homepage: http://github.com/floere/phony
46
+ licenses: []
47
+
48
+ post_install_message:
49
+ rdoc_options: []
50
+
51
+ require_paths:
52
+ - lib
53
+ required_ruby_version: !ruby/object:Gem::Requirement
54
+ none: false
55
+ requirements:
56
+ - - ">="
57
+ - !ruby/object:Gem::Version
58
+ segments:
59
+ - 0
60
+ version: "0"
61
+ required_rubygems_version: !ruby/object:Gem::Requirement
62
+ none: false
63
+ requirements:
64
+ - - ">="
65
+ - !ruby/object:Gem::Version
66
+ segments:
67
+ - 0
68
+ version: "0"
69
+ requirements: []
70
+
71
+ rubyforge_project:
72
+ rubygems_version: 1.3.7
73
+ signing_key:
74
+ specification_version: 3
75
+ summary: Phony Number Splitting and Formatting
76
+ test_files:
77
+ - spec/lib/ndc/austria_spec.rb
78
+ - spec/lib/ndc/fixed_size_spec.rb
79
+ - spec/lib/ndc/germany_spec.rb
80
+ - spec/lib/ndc/prefix_spec.rb
81
+ - spec/lib/ndc/splitter_spec.rb
82
+ - spec/lib/phony_spec.rb