Sha256: 57493c59ce390469da6a3998aaada123e03a004541ca6b6388aa3010f7d33cfc

Contents?: true

Size: 891 Bytes

Versions: 1

Compression:

Stored size: 891 Bytes

Contents

$:.push File.expand_path("../lib", __FILE__)
require "galakei/version"

Gem::Specification.new do |s|
  s.name         = "galakei"
  s.version      = Galakei::VERSION
  s.platform     = Gem::Platform::RUBY
  s.authors      = ["Paul McMahon", "Michael Reinsch", "Yuki Akamatsu"]
  s.email        = "info@mobalean.com"
  s.homepage     = "http://www.mobalean.com"
  s.summary      = "Japanese feature phones support"
  s.description  = "Japanese feature phones (a.k.a., keitai, galakei) have a number of restrictions over normal web browsers.  This library adds support for them"

  s.files         = `git ls-files`.split("\n")
  s.require_path = 'lib'
  s.rubyforge_project = "galakei"

  s.add_dependency 'actionpack', '>= 3.0.3'
  s.add_dependency 'rack', '>= 1.2.1'
  s.add_dependency 'css_parser'
 
  s.executables   = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
galakei-0.6.0 galakei.gemspec