--- !ruby/object:Gem::Specification name: logsly version: !ruby/object:Gem::Version hash: 23 prerelease: segments: - 1 - 0 - 0 version: 1.0.0 platform: ruby authors: - Kelly Redding - Collin Redding autorequire: bindir: bin cert_chain: [] date: 2012-12-12 00:00:00 Z dependencies: - !ruby/object:Gem::Dependency prerelease: false version_requirements: &id001 !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version hash: 15 segments: - 1 - 0 version: "1.0" requirement: *id001 name: assert type: :development - !ruby/object:Gem::Dependency prerelease: false version_requirements: &id002 !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version hash: 13 segments: - 1 - 1 version: "1.1" requirement: *id002 name: ns-options type: :runtime - !ruby/object:Gem::Dependency prerelease: false version_requirements: &id003 !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version hash: 55 segments: - 1 - 8 - 0 version: 1.8.0 requirement: *id003 name: logging type: :runtime description: Create custom loggers. email: - kelly@kellyredding.com - collin.redding@me.com executables: [] extensions: [] extra_rdoc_files: [] files: - .gitignore - Gemfile - LICENSE - README.md - Rakefile - lib/logsly.rb - lib/logsly/base_output.rb - lib/logsly/colors.rb - lib/logsly/file_output.rb - lib/logsly/settings.rb - lib/logsly/stdout_output.rb - lib/logsly/syslog_output.rb - lib/logsly/version.rb - logsly.gemspec - test/helper.rb - test/irb.rb - test/support/logger.rb - test/unit/base_output_tests.rb - test/unit/colors_tests.rb - test/unit/file_output_tests.rb - test/unit/logger_tests.rb - test/unit/settings_tests.rb - test/unit/stdout_output_tests.rb - test/unit/syslog_output_tests.rb homepage: http://github.com/redding/logsly licenses: [] post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 3 segments: - 0 version: "0" required_rubygems_version: !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 3 segments: - 0 version: "0" requirements: [] rubyforge_project: rubygems_version: 1.8.15 signing_key: specification_version: 3 summary: Create custom loggers. test_files: - test/helper.rb - test/irb.rb - test/support/logger.rb - test/unit/base_output_tests.rb - test/unit/colors_tests.rb - test/unit/file_output_tests.rb - test/unit/logger_tests.rb - test/unit/settings_tests.rb - test/unit/stdout_output_tests.rb - test/unit/syslog_output_tests.rb