Sha256: d57aa0274b7e6b2a9f6f6182276f9db18f2b65a4afcf2f9c47651de2d58ad5c2
Contents?: true
Size: 1014 Bytes
Versions: 1
Compression:
Stored size: 1014 Bytes
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'fabricjs/rails/version' Gem::Specification.new do |spec| spec.name = "fabricjs-rails" spec.version = Fabricjs::Rails::VERSION spec.authors = ["Arun Subramanian"] spec.email = ["gth824c@yahoo.com"] spec.description = %q{ Allows text,cufon,gestures,easing,parser,freedrawing,interaction,serialization,image_filters,gradient,pattern,shadow on HTML5 canvas with FabricJs.} spec.summary = %q{ Contains FabricJS with all the features selected from the custom build. } spec.homepage = "" spec.license = "MIT" spec.files = `git ls-files`.split($/) spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) } spec.test_files = spec.files.grep(%r{^(test|spec|features)/}) spec.require_paths = ["lib"] spec.add_development_dependency "bundler", "~> 1.3" spec.add_development_dependency "rake" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
fabricjs-rails-2.0.0 | fabricjs-rails.gemspec |