Sha256: 12f279c85606d08ac9275e15e0cfe2ad991fe85c6339af3b4f640296169e7082
Contents?: true
Size: 389 Bytes
Versions: 5
Compression:
Stored size: 389 Bytes
Contents
require 'rbconfig' source :rubygems gemspec gem 'bundler' group :guard do gem 'guard-rspec' case RbConfig::CONFIG['host_os'] when /darwin/ gem 'rb-fsevent' # gem 'growl_notify' gem 'growl' when /linux/ gem 'rb-inotify' gem 'libnotify' end end group :docs do platform :mri do gem 'redcarpet' end end platforms :jruby do gem 'jruby-openssl' end
Version data entries
5 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
webmachine-1.0.0 | Gemfile |
webmachine-0.4.2 | Gemfile |
webmachine-0.4.1 | Gemfile |
webmachine-0.4.1 | pkg/webmachine-0.4.0/Gemfile |
webmachine-0.4.0 | Gemfile |