calonso/ruby-push-notifications

View on GitHub
ruby-push-notifications.gemspec

Summary

Maintainability
Test Coverage
# coding: utf-8
Gem::Specification.new do |spec|
  spec.name          = "ruby-push-notifications"
  spec.version       = "1.3.0"
  spec.authors       = ['Carlos Alonso']
  spec.summary       = %q{iOS, Android and Windows Phone Push Notifications made easy!}
  spec.description   = %q{Easy to use gem to send iOS, Android and Windows Phone Push notifications}
  spec.homepage      = 'https://github.com/calonso/ruby-push-notifications'
  spec.license       = 'MIT'

  spec.required_ruby_version = '>= 2.0.0'

  spec.files         = `git ls-files -z`.split("\x0")
  spec.executables   = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
  spec.test_files    = spec.files.grep(%r{^(test|spec|features)/})
  spec.require_paths = ['lib']

  spec.add_dependency 'builder', '~> 3.0'

  spec.add_development_dependency 'bundler', '~> 1.6'
  # spec.add_development_dependency 'bundler', '~> 2.0'
  spec.add_development_dependency 'rake', '~> 10.4'
  spec.add_development_dependency 'simplecov', '~> 0.12.0'
  spec.add_development_dependency 'rspec', '~> 3.2'
  spec.add_development_dependency 'factory_girl', '~> 4.0'
  spec.add_development_dependency 'webmock', '~> 1.20'
end