eternalistic
1/30/2014 - 7:27 PM

Gemfiles

Gemfiles

Bundler: http://bundler.io

Run "bundle install" to get all the gems associated with the project.

- jc
GEM
  remote: https://rubygems.org/
  specs:
    breakpoint (2.0.7)
      compass (>= 0.12.1)
      sass (>= 3.2.0)
    chunky_png (1.2.9)
    color-schemer (0.2.7)
      compass (~> 0.12)
      compass-blend-modes (~> 0.0.2)
    compass (0.12.2)
      chunky_png (~> 1.2)
      fssm (>= 0.2.7)
      sass (~> 3.1)
    compass-blend-modes (0.0.2)
      compass
    compass-rgbapng (0.2.1)
      chunky_png (>= 0.8.0)
      compass (>= 0.10.0)
    fssm (0.2.10)
    sass (3.2.10)
    sass-globbing (1.1.0)
      sass (>= 3.1)
    sassy-strings (1.0.0)
      compass (>= 0.12.2)
    singularitygs (1.1.2)
      breakpoint (>= 2.0.1)
      compass (>= 0.12.2)
      sass (>= 3.2.1)
    toolkit (1.3.8)
      breakpoint (>= 2.0.6)
      color-schemer (>= 0.2.7)
      compass (>= 0.12.2)
      sassy-strings (>= 1.0.0)
      singularitygs (>= 1.1.2)

PLATFORMS
  ruby

DEPENDENCIES
  breakpoint (~> 2.0.7)
  compass (~> 0.12.2)
  compass-rgbapng (~> 0.2.1)
  sass (~> 3.2.10)
  sass-globbing (~> 1.1.0)
  singularitygs (~> 1.1.2)
  toolkit (~> 1.3.8)
#########################
## Bundler: Ruby Version Management
## http://bundler.io/
##
## Gemfile Overview:
##  http://bundler.io/v1.3/gemfile.html
##
## Bundler Commands:
##   install
##     http://bundler.io/v1.3/bundle_install.html
##   update
##     http://bundler.io/v1.3/bundle_update.html
#########################

# Fetch our gems from RubyGems
source 'https://rubygems.org'

# Use the prescribed versions of the following gems
gem 'breakpoint', '~>2.0.7'
gem 'compass', '~>0.12.2'
gem 'compass-rgbapng', '~>0.2.1'
gem 'sass', '~>3.2.10'
gem 'sass-globbing', '~>1.1.0'
gem 'singularitygs', '~>1.1.2'
gem 'toolkit', '~>1.3.8'