Sha256: 5387f74d9b4ad709b0c9086b5a30ab2ead082d55b526f4323210cd5811e15929

Contents?: true

Size: 640 Bytes

Versions: 5

Compression:

Stored size: 640 Bytes

Contents

source 'https://rubygems.org'

# Preempt the default loading so that we don't get an unqualified Country class imported.
gem 'countries', :require => 'iso3166'

gemspec # Specify your gem's dependencies in phony_number.gemspec

# For testing
gem 'sqlite3'

gem 'rake'
gem 'rspec',          '~> 2.14.0'
gem 'guard',          '~> 2.10.1'
gem 'guard-bundler',  '~> 2.0.0'
gem 'guard-rspec',    '~> 4.2.0'

case RbConfig::CONFIG['host_os']
  when /darwin/i
    gem 'growl'
    gem 'rb-fsevent'
  when /linux/i
    gem 'libnotify'
    gem 'rb-inotify'
  when /mswin|windows/i
    gem 'rb-fchange'
    gem 'rb-notifu'
    gem 'win32console'
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
phony_rails-0.12.1 Gemfile
phony_rails-0.12.0 Gemfile
phony_rails-0.11.0 Gemfile
phony_rails-0.9.0 Gemfile
phony_rails-0.8.2 Gemfile