Sha256: 94c36f317cccd5ca868ffdd4cd2a65fab01795b7a5c8a86e9102078c5bf60f7c

Contents?: true

Size: 323 Bytes

Versions: 1

Compression:

Stored size: 323 Bytes

Contents

require 'rake_ext'

project(
  name: "code_stats",
  official_name: 'code_stats2',
  gem: true,
  summary: "Language-agnostic Code Statistics",

  bin: 'bin',
  executables: ['code_stats'],
  dirs: %w(bin),
  version: '0.1.1',

  author: "Alexey Petrushin",
  homepage: "http://github.com/alexeypetrushin/misc/code_stats"
)

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
code_stats2-0.1.1 Rakefile