Sha256: 06875fae9a56bf8c45023486ff31ba34bfe08a207ffe0817c0c2ad339df6b59b

Contents?: true

Size: 819 Bytes

Versions: 4

Compression:

Stored size: 819 Bytes

Contents

require 'bundler'

Gem::Specification.new do |s|
  s.name = "yeqs_jquery"
  s.version = File.exists?('VERSION') ? File.read('VERSION') : ""
  s.date = Date.today.to_s
  s.platform = Gem::Platform::RUBY
  s.author = "Tower He"
  s.email = "towerhe@gmail.com"
  s.homepage = "http://github.com/towerhe/yeqs_jquery"
  s.summary = "Wrap all the jquery related components."
  s.description = <<-DESC
  Yeqs Jquery wraps all the jquery related components. It provides a generator for each component. You can use these generators to generate the assets of the components quickly.
  DESC

  s.required_rubygems_version = ">= 1.3.6"
  s.rubyforge_project = "yeqs_jquery"

  s.add_bundler_dependencies

  s.files =  Dir.glob("{app,lib,public}/**/*") + %w(Gemfile MIT-LICENSE README.rdoc Rakefile VERSION yeqs_jquery.gemspec)
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
yeqs_jquery-0.0.8 yeqs_jquery.gemspec
yeqs_jquery-0.0.7 yeqs_jquery.gemspec
yeqs_jquery-0.0.6 yeqs_jquery.gemspec
yeqs_jquery-0.0.5 yeqs_jquery.gemspec