Sha256: 749ce0535433c6a7257cc78ca6dce7a5a9a8a5c4516c5e29a91bb11e9d167698

Contents?: true

Size: 1.06 KB

Versions: 1

Compression:

Stored size: 1.06 KB

Contents

# -*- encoding: utf-8 -*-

Gem::Specification.new do |s|
  s.name = "jquery_cheats"
  s.version = "5.0.0"

  s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
  s.authors = ["Travis Pessettto"]
  s.date = "2012-07-30"
  s.description = "JQuery, JQPlot graphing, and other useful items for jquery."
  s.email = "travis@pessetto.com"
  s.extra_rdoc_files = ["README.md", "lib/jquery_cheats.rb"]
  s.files = Dir["{lib,app,vendor}/**/*"]+["README.md", "Rakefile", "Manifest", "jquery_cheats.gemspec"]
  s.homepage = "https://github.com/plowdawg/jquery_cheats"
  s.rdoc_options = ["--line-numbers", "--inline-source", "--title", "Jquery_cheats", "--main", "README.md"]
  s.require_paths = ["lib"]
  s.rubyforge_project = "jquery_cheats"
  s.rubygems_version = "1.8.23"
  s.summary = "JQuery Asset Pipeline tricks"

  if s.respond_to? :specification_version then
    s.specification_version = 3

    if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
    else
    end
  else
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
jquery_cheats-5.0.0 jquery_cheats.gemspec