Sha256: fc50c14882062d304cc43a079725862b26d53049aad456dc5da9406d4329ae5a

Contents?: true

Size: 1.07 KB

Versions: 2

Compression:

Stored size: 1.07 KB

Contents

# coding: utf-8
$:.push File.expand_path('../lib', __FILE__)
require 'chr/version'

Gem::Specification.new do |s|
  s.name        = 'chr'
  s.version     = Chr::VERSION
  s.platform    = Gem::Platform::RUBY
  s.authors     = ['Alexander Kravets']
  s.email       = 'alex@slatestudio.com'
  s.license     = 'MIT'
  s.homepage    = 'http://slatestudio.com'
  s.summary     = 'A simple and lightweight library for building data management web apps'
  s.description = <<-DESC
Character is a library written in CoffeeScript with a help of jQuery that allows to
build data management web applications like CMS, news reader, email client etc. in a
very fast and flexible way. It's responsive by default and supports a few data stores
out of the box: Rails, Firebase and localStorage.
  DESC

  s.rubyforge_project = 'chr'

  s.files         = `git ls-files`.split("\n")
  s.require_paths = ['lib']

  s.add_dependency('bourbon',         '>= 3.2')
  s.add_dependency('jquery-rails',    '>= 3.1')
  s.add_dependency('coffee-rails',    '>= 4.0')
  s.add_dependency('normalize-rails', '>= 3.0')
end




Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
chr-0.1.2 chr.gemspec
chr-0.1.1 chr.gemspec