Sha256: 32454c3321be001fbf04af5f8bd00257ed670aafc7f4b82754f1b697e6b44e31

Contents?: true

Size: 1.66 KB

Versions: 1

Compression:

Stored size: 1.66 KB

Contents

# encoding: utf-8
Gem::Specification.new do |s|
  s.name          = 'wice_grid'
  s.version       = '3.6.0.pre4'
  s.authors       = ['Yuri Leikind']
  s.email         = ['yuri.leikind@gmail.com']
  s.homepage      = 'https://github.com/leikind/wice_grid'
  s.summary       = 'A Rails grid plugin to quickly create grids with sorting, pagination, and filters.'
  s.description   = 'A Rails grid plugin to create grids with sorting, pagination, and filters generated automatically based on column types. ' \
    'The contents of the cell are up for the developer, just like one does when rendering a collection via a simple table. ' \
    'WiceGrid automates implementation of filters, ordering, paginations, CSV export, and so on. ' \
    'Ruby blocks provide an elegant means for this.'

  s.files         = `git ls-files`.split($INPUT_RECORD_SEPARATOR)
  s.license       = 'MIT'
  s.require_paths = ['lib']
  s.date          = '2015-08-30'

  s.add_dependency 'activerecord',      ['> 3.2']
  s.add_dependency 'kaminari',          ['~> 0.16']
  s.add_dependency 'coffee-rails',      ['> 3.2']

  s.add_development_dependency('rake',  '~> 10.1')
  s.add_development_dependency('rspec', '~> 3.2.0')

  s.add_development_dependency('bundler',   '~> 1.3')
  s.add_development_dependency('simplecov', '~> 0.7')
  s.add_development_dependency('rubocop',   '~> 0.33')
  s.add_development_dependency('coveralls', '~> 0.8.2')
  s.add_development_dependency('codeclimate-test-reporter', '~> 0.4.7')
  s.add_development_dependency('sqlite3',   '~> 1.3')

  s.add_development_dependency('yard', '~> 0.8')
  s.add_development_dependency('inch', '~> 0.6.4')
  s.add_development_dependency('rdoc', '~> 4.2.0')
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
wice_grid-3.6.0.pre4 wice_grid.gemspec