Sha256: 0edcb645aac7e23c0652872b3a39da42677755ae879744be00ca00d5ad77bdc5

Contents?: true

Size: 761 Bytes

Versions: 4

Compression:

Stored size: 761 Bytes

Contents

require 'bundler'

Gem::Specification.new do |s|
  s.name = "yeqs_sexybuttons"
  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_sexybuttons"
  s.summary = "Provide a flexible way to use sexybuttons."
  s.description = <<-DESC
  Yeqs Sexybuttons provide a flexible way to use sexybuttons(http://sexybuttons.googlecode.com).
  DESC

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

  s.add_bundler_dependencies

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

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
yeqs_sexybuttons-0.0.7 yeqs_sexybuttons.gemspec
yeqs_sexybuttons-0.0.6 yeqs_sexybuttons.gemspec
yeqs_sexybuttons-0.0.5 yeqs_sexybuttons.gemspec
yeqs_sexybuttons-0.0.4 yeqs_sexybuttons.gemspec