Sha256: c33aa9ddc52e75487f1673d607fd87ccced840cd2e3f826f3ae70ab20d17fa01
Contents?: true
Size: 919 Bytes
Versions: 4
Compression:
Stored size: 919 Bytes
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'swagchart/version' Gem::Specification.new do |spec| spec.name = "swagchart" spec.version = Swagchart::VERSION spec.authors = ["pachacamac", "naema"] spec.email = [] spec.description = %q{Use Google Charts easily within your Rails or Sinatra project or anywhere really} spec.summary = %q{Small Wrapper Around Google CHARTS} 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" spec.add_development_dependency "minitest" end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
swagchart-1.1.2 | swagchart.gemspec |
swagchart-1.1.1 | swagchart.gemspec |
swagchart-1.1.0 | swagchart.gemspec |
swagchart-1.0.0 | swagchart.gemspec |