Sha256: 03e3f17b38c90e4e0749490a11782061cf909259ee6be691e776e74c38c44338

Contents?: true

Size: 697 Bytes

Versions: 1

Compression:

Stored size: 697 Bytes

Contents

# coding: utf-8
lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'timelineJS/version'

Gem::Specification.new do |spec|
  spec.name          = "timelineJS"
  spec.version       = TimelineJS::VERSION
  spec.authors       = ["stillnaughty"]
  spec.email         = ["ying@stillnaughty.com"]
  spec.description   = "Rails asset gems for timelineJS"
  spec.summary       = "Rails asset gems for the customized timelineJS based on v2.1.7"
  spec.homepage      = ""

  spec.files         = `git ls-files`.split($/)
  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
timelineJS-1.1.0 timelineJS.gemspec