Sha256: 509fb42cf162dee84d8e0e3bb8e292598610f2fd5e497481b31de1b83590fbd0

Contents?: true

Size: 373 Bytes

Versions: 1

Compression:

Stored size: 373 Bytes

Contents

require 'rake_ext'

project(
  name: 'rad',
  official_name: 'rad_core',  
  gem: true,
  summary: 'Simple and highly customizable Web Framework encouraging to build an app as a set of low-coupled components instead of monolith',
  
  bin: 'bin',
  executables: 'rad',
  dirs: 'bin',

  author: 'Alexey Petrushin',
  homepage: 'http://github.com/alexeypetrushin/rad_core'
)

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rad_core-0.0.27 Rakefile