Sha256: 354728b1084ef849f1a957f5cb6de5306066c4b66479a7c43e8b299515224d4b

Contents?: true

Size: 484 Bytes

Versions: 6

Compression:

Stored size: 484 Bytes

Contents

source :rubygems
gemspec # Specify your gem's dependencies in phony_number.gemspec

# For testing
gem 'sqlite3'

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

6 entries across 6 versions & 1 rubygems

Version Path
phony_rails-0.1.12 Gemfile
phony_rails-0.1.11 Gemfile
phony_rails-0.1.10 Gemfile
phony_rails-0.1.9 Gemfile
phony_rails-0.1.8 Gemfile
phony_rails-0.1.7 Gemfile