Sha256: 66f2a22899d41bf87759e496bf01cfdfa183d09767b1b0e21cd1bfe9e48d40af
Contents?: true
Size: 1.07 KB
Versions: 1
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', '~> 4.1') s.add_dependency('jquery-rails', '~> 4.0') s.add_dependency('coffee-rails', '~> 4.1') s.add_dependency('normalize-rails', '~> 3.0') end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
chr-0.1.0 | chr.gemspec |