metadin
clone your own copy | download snapshot

Snapshots | iceberg

Inside this repository

Gemfile.lock
text/plain

Download raw (3.0 KB)

GEM
  remote: http://rubygems.org/
  specs:
    activesupport (3.2.2)
      i18n (~> 0.6)
      multi_json (~> 1.0)
    addressable (2.2.6)
    backports (2.3.0)
    bcrypt-ruby (3.0.1)
    bourbon (1.4.0)
      sass (>= 3.1)
    capistrano (2.12.0)
      highline
      net-scp (>= 1.0.0)
      net-sftp (>= 2.0.0)
      net-ssh (>= 2.0.14)
      net-ssh-gateway (>= 1.1.0)
    data_mapper (1.2.0)
      dm-aggregates (~> 1.2.0)
      dm-constraints (~> 1.2.0)
      dm-core (~> 1.2.0)
      dm-migrations (~> 1.2.0)
      dm-serializer (~> 1.2.0)
      dm-timestamps (~> 1.2.0)
      dm-transactions (~> 1.2.0)
      dm-types (~> 1.2.0)
      dm-validations (~> 1.2.0)
    data_objects (0.10.7)
      addressable (~> 2.1)
    diff-lcs (1.1.2)
    dm-aggregates (1.2.0)
      dm-core (~> 1.2.0)
    dm-constraints (1.2.0)
      dm-core (~> 1.2.0)
    dm-core (1.2.0)
      addressable (~> 2.2.6)
    dm-do-adapter (1.2.0)
      data_objects (~> 0.10.6)
      dm-core (~> 1.2.0)
    dm-migrations (1.2.0)
      dm-core (~> 1.2.0)
    dm-mysql-adapter (1.2.0)
      dm-do-adapter (~> 1.2.0)
      do_mysql (~> 0.10.6)
    dm-serializer (1.2.1)
      dm-core (~> 1.2.0)
      fastercsv (~> 1.5.4)
      json (~> 1.6.1)
      json_pure (~> 1.6.1)
      multi_json (~> 1.0.3)
    dm-timestamps (1.2.0)
      dm-core (~> 1.2.0)
    dm-transactions (1.2.0)
      dm-core (~> 1.2.0)
    dm-types (1.2.1)
      bcrypt-ruby (~> 3.0.0)
      dm-core (~> 1.2.0)
      fastercsv (~> 1.5.4)
      json (~> 1.6.1)
      multi_json (~> 1.0.3)
      stringex (~> 1.3.0)
      uuidtools (~> 2.1.2)
    dm-validations (1.2.0)
      dm-core (~> 1.2.0)
    do_mysql (0.10.7)
      data_objects (= 0.10.7)
    eventmachine (0.12.10)
    fastercsv (1.5.4)
    highline (1.6.13)
    i18n (0.6.0)
    json (1.6.5)
    json_pure (1.6.5)
    multi_json (1.0.4)
    mustache (0.99.4)
    net-scp (1.0.4)
      net-ssh (>= 1.99.1)
    net-sftp (2.0.5)
      net-ssh (>= 2.0.9)
    net-ssh (2.5.2)
    net-ssh-gateway (1.1.0)
      net-ssh (>= 1.99.1)
    rack (1.5.2)
    rack-protection (1.3.2)
      rack
    rack-test (0.6.1)
      rack (>= 1.0)
    rspec (2.5.0)
      rspec-core (~> 2.5.0)
      rspec-expectations (~> 2.5.0)
      rspec-mocks (~> 2.5.0)
    rspec-core (2.5.1)
    rspec-expectations (2.5.0)
      diff-lcs (~> 1.1.2)
    rspec-mocks (2.5.0)
    rubyzip (0.9.9)
    rvm-capistrano (1.2.7)
      capistrano (>= 2.0.0)
    sass (3.1.12)
    simple-navigation (3.7.0)
      activesupport (>= 2.3.2)
    sinatra (1.3.4)
      rack (~> 1.4)
      rack-protection (~> 1.3)
      tilt (~> 1.3, >= 1.3.3)
    sinatra-contrib (1.3.1)
      backports (>= 2.0)
      eventmachine
      rack-protection
      rack-test
      sinatra (~> 1.3.0)
      tilt (~> 1.3)
    sinatra-simple-navigation (3.5.1)
      simple-navigation (>= 3.5.0)
    stringex (1.3.0)
    tilt (1.3.3)
    uuidtools (2.1.2)

PLATFORMS
  ruby

DEPENDENCIES
  bourbon
  capistrano
  data_mapper
  dm-mysql-adapter
  mustache
  rspec
  rubyzip
  rvm-capistrano
  sass
  sinatra
  sinatra-contrib
  sinatra-simple-navigation