# -*- encoding: utf-8 -*- # stub: easy-prof 1.0.0 ruby lib Gem::Specification.new do |s| s.name = "easy-prof".freeze s.version = "1.0.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Dmytro Shteflyuk".freeze] s.date = "2010-02-23" s.description = "Simple Ruby code profiler to use both in Rails applications and generic Ruby scripts.".freeze s.email = "kpumuk@kpumuk.info".freeze s.extra_rdoc_files = ["README.rdoc".freeze] s.files = [".gitignore".freeze, "MIT-LICENSE".freeze, "README.rdoc".freeze, "Rakefile".freeze, "VERSION.yml".freeze, "init.rb".freeze, "lib/easy_prof.rb".freeze, "lib/easy_profiler/action_controller_extensions.rb".freeze, "lib/easy_profiler/configuration.rb".freeze, "lib/easy_profiler/firebug_logger.rb".freeze, "lib/easy_profiler/no_profile_instance.rb".freeze, "lib/easy_profiler/profile.rb".freeze, "lib/easy_profiler/profile_instance.rb".freeze, "lib/easy_profiler/profile_instance_base.rb".freeze, "spec/easy_profiler_spec.rb".freeze, "spec/no_profile_instance_spec.rb".freeze, "spec/profile_instance_spec.rb".freeze, "spec/profile_spec.rb".freeze, "spec/spec_helper.rb".freeze] s.homepage = "http://github.com/kpumuk/easy-prof".freeze s.rdoc_options = ["--charset=UTF-8".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Simple and easy to use Ruby code profiler".freeze s.test_files = ["spec/easy_profiler_spec.rb".freeze, "spec/no_profile_instance_spec.rb".freeze, "spec/profile_instance_spec.rb".freeze, "spec/profile_spec.rb".freeze, "spec/spec_helper.rb".freeze] end