Sha256: 9779ebe6eddcdcd63b8b6f8808c64e8b829e8d5a4d750697f2031aeed0e12868

Contents?: true

Size: 639 Bytes

Versions: 16

Compression:

Stored size: 639 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.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

16 entries across 16 versions & 1 rubygems

Version Path
phony_rails-0.8.1 Gemfile
phony_rails-0.8.0 Gemfile
phony_rails-0.7.3 Gemfile
phony_rails-0.7.2 Gemfile
phony_rails-0.7.1 Gemfile
phony_rails-0.7.0 Gemfile
phony_rails-0.6.2 Gemfile
phony_rails-0.6.1 Gemfile
phony_rails-0.6.0 Gemfile
phony_rails-0.5.0 Gemfile
phony_rails-0.4.2 Gemfile
phony_rails-0.4.1 Gemfile
phony_rails-0.4.0 Gemfile
phony_rails-0.3.2 Gemfile
phony_rails-0.3.1 Gemfile
phony_rails-0.3.0 Gemfile