/usr/share/rubygems-integration/all/specifications/mobile-fu-1.3.1.gemspec is in ruby-mobile-fu 1.3.1-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 | # -*- encoding: utf-8 -*-
# stub: mobile-fu 1.3.1 ruby lib
Gem::Specification.new do |s|
s.name = "mobile-fu"
s.version = "1.3.1"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.require_paths = ["lib"]
s.authors = ["Brendan Lim", "Ben Langfeld"]
s.date = "2014-01-15"
s.description = "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."
s.email = ["brendangl@gmail.com, ben@langfeld.me"]
s.files = ["CHANGELOG", "Gemfile", "Gemfile.lock", "MIT-LICENSE", "README.md", "Rakefile", "lib/mobile-fu.rb", "lib/mobile-fu/helper.rb", "lib/mobile-fu/tablet.rb", "lib/mobile-fu/version.rb"]
s.homepage = "https://github.com/benlangfeld/mobile-fu"
s.rubyforge_project = "mobile-fu"
s.rubygems_version = "2.2.2"
s.summary = "Automatically detect mobile requests from mobile devices in your Rails application."
if s.respond_to? :specification_version then
s.specification_version = 4
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
s.add_runtime_dependency(%q<rails>, [">= 0"])
s.add_runtime_dependency(%q<rack-mobile-detect>, [">= 0"])
s.add_development_dependency(%q<mocha>, [">= 0"])
s.add_development_dependency(%q<rdoc>, [">= 0"])
s.add_development_dependency(%q<httparty>, [">= 0"])
else
s.add_dependency(%q<rails>, [">= 0"])
s.add_dependency(%q<rack-mobile-detect>, [">= 0"])
s.add_dependency(%q<mocha>, [">= 0"])
s.add_dependency(%q<rdoc>, [">= 0"])
s.add_dependency(%q<httparty>, [">= 0"])
end
else
s.add_dependency(%q<rails>, [">= 0"])
s.add_dependency(%q<rack-mobile-detect>, [">= 0"])
s.add_dependency(%q<mocha>, [">= 0"])
s.add_dependency(%q<rdoc>, [">= 0"])
s.add_dependency(%q<httparty>, [">= 0"])
end
end
|