Sha256: 3ab779290f317f2f0e92b3ef144a841ea43a0363b7b46914317881093c5988d4

Contents?: true

Size: 1.34 KB

Versions: 1

Compression:

Stored size: 1.34 KB

Contents

# Generated by jeweler
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
# -*- encoding: utf-8 -*-

Gem::Specification.new do |s|
  s.name = %q{is_it_mobile}
  s.version = "1.4.1"

  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
  s.authors = ["Dave Myron"]
  s.date = %q{2011-04-12}
  s.description = %q{Simply determines if a user agent is for a mobile device.}
  s.email = %q{dave.myron@contentfree.com}
  s.extra_rdoc_files = [
    "LICENSE",
    "README"
  ]
  s.files = [
    "LICENSE",
    "README",
    "Rakefile",
    "VERSION.yml",
    "features/is_it_mobile.feature",
    "features/steps/is_it_mobile_steps.rb",
    "features/support/env.rb",
    "is_it_mobile.gemspec",
    "lib/is_it_mobile.rb",
    "lib/rails/init.rb",
    "spec/is_it_mobile_spec.rb",
    "spec/spec_helper.rb"
  ]
  s.homepage = %q{http://github.com/contentfree/is_it_mobile}
  s.require_paths = ["lib"]
  s.rubygems_version = %q{1.7.2}
  s.summary = %q{Simply determines if a user agent is for a mobile device.}
  s.test_files = [
    "spec/is_it_mobile_spec.rb",
    "spec/spec_helper.rb"
  ]

  if s.respond_to? :specification_version then
    s.specification_version = 3

    if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
    else
    end
  else
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
is_it_mobile-1.4.1 is_it_mobile.gemspec