Sha256: e6dccd20a362a6a0cea20556375f50be201dc55b142bb8ce3e214792a9cbf9f3
Contents?: true
Size: 1.74 KB
Versions: 0
Compression: gzip
Compressed size: 748 Bytes
Stored size: 748 Bytes
Contents
--- !ruby/object:Gem::Specification name: code_statistics version: !ruby/object:Gem::Version version: 0.1.9 platform: ruby authors: - Dan Mayer autorequire: bindir: bin cert_chain: [] date: 2009-11-09 00:00:00 -05:00 default_executable: dependencies: - !ruby/object:Gem::Dependency name: thoughtbot-shoulda type: :development version_requirement: version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: "0" version: description: "\"This is a port of the rails 'rake stats' method so it can be made more robust and work for non rails projects. New features may eventually be added as well.\"" email: dan@devver.net executables: [] extensions: [] extra_rdoc_files: - LICENSE - README.rdoc files: - .document - .gitignore - LICENSE - README.rdoc - Rakefile - VERSION - code_statistics.gemspec - lib/code_statistics.rb - lib/code_statistics/code_statistics.rb - lib/tasks/code_stats.rb - test/code_statistics_test.rb - test/test_helper.rb has_rdoc: true homepage: http://github.com/danmayer/code_statistics licenses: [] post_install_message: rdoc_options: - --charset=UTF-8 require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: "0" version: required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: "0" version: requirements: [] rubyforge_project: rubygems_version: 1.3.5 signing_key: specification_version: 3 summary: Making a gem of the normal rails rake stats method, to make it more robust and work on non rails projects test_files: - test/code_statistics_test.rb - test/test_helper.rb