Sha256: 37516dc24b27f8a52bae40e0fb4657bd8bcef2ec9279a5ca0e47e143577a527e

Contents?: true

Size: 626 Bytes

Versions: 3

Compression:

Stored size: 626 Bytes

Contents

source :rubygems

# 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.11.0'
gem 'guard',          '~> 1.2.0'
gem 'guard-bundler',  '~> 1.0.0'
gem 'guard-rspec',    '~> 1.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

3 entries across 3 versions & 1 rubygems

Version Path
phony_rails-0.2.2 Gemfile
phony_rails-0.2.1 Gemfile
phony_rails-0.2.0 Gemfile