Sha256: 2d95e93375969d7dae20d4913eef1cacf92113525db9ae48fdb3f8a197d14474

Contents?: true

Size: 1.26 KB

Versions: 9

Compression:

Stored size: 1.26 KB

Contents

# -*- encoding: utf-8 -*-
require File.expand_path('../lib/phony_rails/version', __FILE__)

Gem::Specification.new do |gem|
  gem.authors       = ["Joost Hietbrink"]
  gem.email         = ["joost@joopp.com"]
  gem.description   = %q{This Gem adds useful methods to your Rails app to validate, display and save phone numbers.}
  gem.summary       = %q{This Gem adds useful methods to your Rails app to validate, display and save phone numbers.}
  gem.homepage      = "https://github.com/joost/phony_rails"
  gem.license       = 'MIT'

  gem.files         = `git ls-files`.split($\)
  gem.executables   = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
  gem.test_files    = gem.files.grep(%r{^(test|spec|features)/})
  gem.name          = "phony_rails"
  gem.require_paths = ["lib"]
  gem.version       = PhonyRails::VERSION

  gem.post_install_message = "PhonyRails v0.10.0 changes the way numbers are stored!"
  gem.post_install_message = "It now ads a '+' to the normalized number when it starts with a country number!"

  gem.add_dependency "phony", '~> 2.12'
  gem.add_dependency "countries", '~> 0.8', '>= 0.8.2'
  gem.add_dependency "activesupport", ">= 3.0"
  gem.add_development_dependency "activerecord", ">= 3.0"
  gem.add_development_dependency "mongoid", ">= 3.0"
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
phony_rails-0.12.8 phony_rails.gemspec
phony_rails-0.12.7 phony_rails.gemspec
phony_rails-0.12.6 phony_rails.gemspec
phony_rails-0.12.5 phony_rails.gemspec
phony_rails-0.12.4 phony_rails.gemspec
phony_rails-0.12.3 phony_rails.gemspec
phony_rails-0.12.2 phony_rails.gemspec
phony_rails-0.12.1 phony_rails.gemspec
phony_rails-0.12.0 phony_rails.gemspec