Sha256: 3d0c1b973bc171181e64f0dda1f77e8bb0f7dfde3542ac80b26ea72e485d1fb8

Contents?: true

Size: 798 Bytes

Versions: 2

Compression:

Stored size: 798 Bytes

Contents

# -*- encoding: utf-8 -*-
$:.push File.expand_path("../lib", __FILE__)
require "jquerymobile-rails/version"

Gem::Specification.new do |s|
  s.name        = "jquerymobile-rails"
  s.version     = JqueryMobile::Rails::VERSION
  s.platform    = Gem::Platform::RUBY
  s.authors     = ["Kurt Robert Rudolph"]
  s.email       = ["jQueryMobile-Rails.RubyGems@RudyIndustries.com"]
  s.homepage    = "http://RudyIndustries.GitHub.com/jquerymobile-rails"
  s.summary     = "jQueryMobile! For Rails! So Great."
  s.description = "This gem incorporates jQueryMobile into the assets of your Rails application."

  s.files        = `git ls-files`.split("\n")
  s.executables  = `git ls-files`.split("\n").select{|f| f =~ /^bin/}
  s.require_path = 'lib'

  s.add_development_dependency("rake", ["~> 0.9.2"])
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
jquerymobile-rails-0.2.3 jquerymobile-rails.gemspec
jquerymobile-rails-0.2.2 jquerymobile-rails.gemspec