Sha256: d04685fc85bde25a4873eb09af5ea82154f5e33ce0acb147966e74ff3956f2c9
Contents?: true
Size: 1.03 KB
Versions: 3
Compression:
Stored size: 1.03 KB
Contents
# -*- encoding: utf-8 -*- $:.push File.expand_path("../lib", __FILE__) require "gitter/version" Gem::Specification.new do |s| s.name = "gitter" s.version = Gitter::VERSION s.platform = Gem::Platform::RUBY s.authors = ["Thomas Sommtag"] s.email = ["git@sonntagsbox.de"] s.homepage = "http://github.com/tracksun/gitter" s.summary = %q{Ruby gem to define searches, facets and data grids for Rails applications} s.description = <<-EOS To be used within Rails applications. Helps you to define searches with filters and facets and data tables with sortable columns and filters. EOS s.rubyforge_project = "gitter" s.files = `git ls-files`.split("\n") s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) } s.require_paths = %w(lib assets) s.add_dependency 'activesupport', '>=3.2' s.add_dependency 'activerecord', '>=3.2' s.add_dependency 'artdeco', '>=1.2' end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
gitter-1.1.5 | gitter.gemspec |
gitter-1.1.4 | gitter.gemspec |
gitter-1.1.3 | gitter.gemspec |