Sha256: 5d1ec41b58961a046aa8ef911a0759099395a777cfe759926f438316b094945d
Contents?: true
Size: 1.78 KB
Versions: 0
Compression: gzip
Compressed size: 696 Bytes
Stored size: 696 Bytes
Contents
--- !ruby/object:Gem::Specification name: easy-prof version: !ruby/object:Gem::Version prerelease: false segments: - 1 - 0 - 0 version: 1.0.0 platform: ruby authors: - Dmytro Shteflyuk autorequire: bindir: bin cert_chain: [] date: 2010-02-23 00:00:00 +02:00 default_executable: dependencies: [] description: Simple Ruby code profiler to use both in Rails applications and generic Ruby scripts. email: kpumuk@kpumuk.info executables: [] extensions: [] extra_rdoc_files: - README.rdoc files: - .gitignore - MIT-LICENSE - README.rdoc - Rakefile - VERSION.yml - init.rb - lib/easy_prof.rb - lib/easy_profiler/action_controller_extensions.rb - lib/easy_profiler/configuration.rb - lib/easy_profiler/firebug_logger.rb - lib/easy_profiler/no_profile_instance.rb - lib/easy_profiler/profile.rb - lib/easy_profiler/profile_instance.rb - lib/easy_profiler/profile_instance_base.rb - spec/easy_profiler_spec.rb - spec/no_profile_instance_spec.rb - spec/profile_instance_spec.rb - spec/profile_spec.rb - spec/spec_helper.rb has_rdoc: true homepage: http://github.com/kpumuk/easy-prof licenses: [] post_install_message: rdoc_options: - --charset=UTF-8 require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version segments: - 0 version: "0" required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version segments: - 0 version: "0" requirements: [] rubyforge_project: rubygems_version: 1.3.6 signing_key: specification_version: 3 summary: Simple and easy to use Ruby code profiler test_files: - spec/easy_profiler_spec.rb - spec/no_profile_instance_spec.rb - spec/profile_instance_spec.rb - spec/profile_spec.rb - spec/spec_helper.rb