Sha256: 080a65099f4985e7ab4d592bde0124e89fdafd481ff9c3fdf70509193bbfda30
Contents?: true
Size: 352 Bytes
Versions: 2
Compression:
Stored size: 352 Bytes
Contents
source "http://rubygems.org" # Specify your gem's dependencies in joosy.gemspec gemspec gem 'jasmine', :git => 'git://github.com/pivotal/jasmine-gem.git' gem 'guard-sprockets', :git => 'git://github.com/roundlake/guard-sprockets.git' gem 'thin' group :test do if RUBY_PLATFORM =~ /linux/ gem 'rb-inotify' gem 'libnotify' end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
joosy-0.1.0.RC3 | Gemfile |
joosy-0.1.0.RC2 | Gemfile |