timeliness 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,82 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: timeliness
3
+ version: !ruby/object:Gem::Version
4
+ hash: 27
5
+ prerelease: false
6
+ segments:
7
+ - 0
8
+ - 1
9
+ - 0
10
+ version: 0.1.0
11
+ platform: ruby
12
+ authors:
13
+ - Adam Meehan
14
+ autorequire:
15
+ bindir: bin
16
+ cert_chain: []
17
+
18
+ date: 2010-10-14 00:00:00 +11:00
19
+ default_executable:
20
+ dependencies: []
21
+
22
+ description: Fast date/time parser with customisable formats and I18n support.
23
+ email: adam.meehan@gmail.com
24
+ executables: []
25
+
26
+ extensions: []
27
+
28
+ extra_rdoc_files:
29
+ - README.rdoc
30
+ - CHANGELOG.rdoc
31
+ files:
32
+ - timeliness.gemspec
33
+ - LICENSE
34
+ - CHANGELOG.rdoc
35
+ - README.rdoc
36
+ - Rakefile
37
+ - lib/timeliness/format_set.rb
38
+ - lib/timeliness/formats.rb
39
+ - lib/timeliness/helpers.rb
40
+ - lib/timeliness/parser.rb
41
+ - lib/timeliness/version.rb
42
+ - lib/timeliness.rb
43
+ - spec/spec_helper.rb
44
+ - spec/timeliness/format_set_spec.rb
45
+ - spec/timeliness/formats_spec.rb
46
+ - spec/timeliness/parser_spec.rb
47
+ has_rdoc: true
48
+ homepage: http://github.com/adzap/timeliness
49
+ licenses: []
50
+
51
+ post_install_message:
52
+ rdoc_options: []
53
+
54
+ require_paths:
55
+ - lib
56
+ required_ruby_version: !ruby/object:Gem::Requirement
57
+ none: false
58
+ requirements:
59
+ - - ">="
60
+ - !ruby/object:Gem::Version
61
+ hash: 3
62
+ segments:
63
+ - 0
64
+ version: "0"
65
+ required_rubygems_version: !ruby/object:Gem::Requirement
66
+ none: false
67
+ requirements:
68
+ - - ">="
69
+ - !ruby/object:Gem::Version
70
+ hash: 3
71
+ segments:
72
+ - 0
73
+ version: "0"
74
+ requirements: []
75
+
76
+ rubyforge_project: timeliness
77
+ rubygems_version: 1.3.7
78
+ signing_key:
79
+ specification_version: 3
80
+ summary: Control time (parsing), quickly.
81
+ test_files: []
82
+