Sha256: 1ffa35f2dc40491aa0474b7a82a6bedfa29705a541481f437c2b43c0b8d0f8bd

Contents?: true

Size: 384 Bytes

Versions: 4

Compression:

Stored size: 384 Bytes

Contents

source "http://rubygems.org"

# Specify your gem's dependencies in joosy.gemspec
gemspec

group :development do
  gem 'jasmine',         :git => 'git://github.com/pivotal/jasmine-gem.git'
  gem 'guard-sprockets', :git => 'git://github.com/roundlake/guard-sprockets.git'
  gem 'thin'
end

group :test do
  if RUBY_PLATFORM =~ /linux/
    gem 'rb-inotify'
    gem 'libnotify'
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
joosy-1.0.0.RC4 Gemfile
joosy-1.0.0.RC3 Gemfile
joosy-1.0.0.RC2 Gemfile
joosy-1.0.0.RC1 Gemfile