Sha256: ba992f1fabb67d254ba7bd529e2c7f7aeecb40dc0afea8ad5ee2952a30e95725
Contents?: true
Size: 1.24 KB
Versions: 4
Compression:
Stored size: 1.24 KB
Contents
# -*- encoding: utf-8 -*- $:.push File.expand_path("../lib", __FILE__) require "mobile-fu/version" require 'rake' Gem::Specification.new do |s| s.name = "mobile-fu-uncommon" s.version = MobileFu::VERSION s.platform = Gem::Platform::RUBY s.authors = ["Brendan Lim", "Ben Langfeld"] s.email = ["brendangl@gmail.com, ben@langfeld.me", "izikaj@gmail.com"] s.homepage = "https://github.com/benlangfeld/mobile-fu" s.summary = %q{Automatically detect mobile requests from mobile devices in your Rails application.} s.description = %q{Want to automatically detect mobile devices that access your Rails application? Mobile Fu allows you to do just that. People can access your site from a Palm, Blackberry, iPhone, iPad, Nokia, etc. and it will automatically adjust the format of the request from :html to :mobile. Included some specific changes.} s.rubyforge_project = "mobile-fu" s.files = FileList['lib/**/*.rb', '[A-Z]*'].to_a s.test_files = FileList['test/*.rb'].to_a s.executables = [ ] s.require_path = 'lib' s.add_dependency 'rails' s.add_dependency 'rack-mobile-detect' s.add_development_dependency 'mocha' s.add_development_dependency 'rdoc' s.add_development_dependency 'httparty' end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
mobile-fu-uncommon-1.3.4 | mobile-fu.gemspec |
mobile-fu-uncommon-1.3.3 | mobile-fu.gemspec |
mobile-fu-uncommon-1.3.2 | mobile-fu.gemspec |
mobile-fu-uncommon-1.3.1 | mobile-fu.gemspec |