cd9fe91059
* master: sprite test_unit more sprite tests to test_unit sprite base test sprite tests moved over fixed merge in gemfile diff helper refactored tests updated the sencha site graphic updated gemfile updated gemfile updated gemfile fixed merge added application integration to turtorials merge added redirect for reference and updated general layouts redirect Conflicts: Gemfile Gemfile.lock
26 lines
526 B
Ruby
26 lines
526 B
Ruby
source :rubygems
|
|
|
|
gemspec
|
|
|
|
gem "cucumber", "~> 0.9.2"
|
|
gem "rspec", "~>2.0.0"
|
|
gem "rails", "~>3.0.0.rc"
|
|
gem "compass-validator", "3.0.0"
|
|
gem "css_parser", "~> 1.0.1"
|
|
gem "sass", "~>3.1"
|
|
gem "haml", "~> 3.1"
|
|
gem "rcov"
|
|
gem "rubyzip"
|
|
gem "livereload"
|
|
gem "rb-fsevent" if RUBY_PLATFORM =~ /darwin/
|
|
|
|
gem "ruby-prof" unless RUBY_PLATFORM == "java"
|
|
|
|
gem 'autotest'
|
|
gem 'autotest-fsevent' if RUBY_PLATFORM =~ /darwin/
|
|
gem 'fakefs', :git => 'git://github.com/johnbintz/fakefs.git'
|
|
gem 'mocha'
|
|
gem 'timecop'
|
|
gem 'diff-lcs', '~> 1.1.2'
|
|
|