Sha256: 8d93d0ea60da21b77a7423d4e4f43ea1620145606c01ad7e614035318542a9ed
Contents?: true
Size: 1.92 KB
Versions: 0
Compression: gzip
Compressed size: 698 Bytes
Stored size: 698 Bytes
Contents
--- !ruby/object:Gem::Specification name: timeliness version: !ruby/object:Gem::Version prerelease: false segments: - 0 - 3 - 3 version: 0.3.3 platform: ruby authors: - Adam Meehan autorequire: bindir: bin cert_chain: [] date: 2011-01-02 00:00:00 +11:00 default_executable: dependencies: [] description: Fast date/time parser with customisable formats, timezone and I18n support. email: adam.meehan@gmail.com executables: [] extensions: [] extra_rdoc_files: - README.rdoc - CHANGELOG.rdoc files: - .gitignore - .rspec - CHANGELOG.rdoc - LICENSE - README.rdoc - Rakefile - benchmark.rb - lib/timeliness.rb - lib/timeliness/core_ext.rb - lib/timeliness/core_ext/string.rb - lib/timeliness/definitions.rb - lib/timeliness/format.rb - lib/timeliness/format_set.rb - lib/timeliness/helpers.rb - lib/timeliness/parser.rb - lib/timeliness/version.rb - spec/spec_helper.rb - spec/timeliness/core_ext/string_spec.rb - spec/timeliness/definitions_spec.rb - spec/timeliness/format_set_spec.rb - spec/timeliness/format_spec.rb - spec/timeliness/parser_spec.rb - timeliness.gemspec has_rdoc: true homepage: http://github.com/adzap/timeliness licenses: [] post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version segments: - 0 version: "0" required_rubygems_version: !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version segments: - 0 version: "0" requirements: [] rubyforge_project: timeliness rubygems_version: 1.3.7 signing_key: specification_version: 3 summary: Date/time parsing for the control freak. test_files: - spec/spec_helper.rb - spec/timeliness/core_ext/string_spec.rb - spec/timeliness/definitions_spec.rb - spec/timeliness/format_set_spec.rb - spec/timeliness/format_spec.rb - spec/timeliness/parser_spec.rb