Sha256: 9a4ee95f3c231cba0d0aabeee706e7beec8d3e773d5334b2d47dbf61e0b66ccb

Contents?: true

Size: 1011 Bytes

Versions: 9

Compression:

Stored size: 1011 Bytes

Contents

source "http://rubygems.org"
      
gem "rails", ">=3.0.0"



#puts "phocoder-rails : RUBY_VERSION = #{RUBY_VERSION}"
#puts RUBY_VERSION < '1.9'

#

#developing against postgres for now since I have an old version of SQLite3
#gem 'pg'

gem 'phocoder-rb'
gem 'zencoder'
gem 'aws-s3', :require => 'aws/s3'
#gem "spawn", :git => "git://github.com/jagthedrummer/spawn.git"
gem "spawn", :git => 'git://github.com/tra/spawn', :branch => "edge"
#if RUBY_VERSION < '1.9'
#  gem "ruby-debug", ">= 0.10.3"
#end
 
#gem "rspec", "~> 2.1.0"
#gem "rspec-rails", ">= 2.0.0.beta"
 
group :development do
  gem 'rspec-rails', '2.4.1'
  gem "bundler", "~> 1.0.0"
  gem "jeweler", "~> 1.5.1"
  gem "rcov", ">= 0"
end

group :test do
  gem "webrat"    
  gem "capybara", ">= 0.3.9"    
  gem "sqlite3-ruby", :require => "sqlite3"
  gem 'rspec', '2.4.0'
  gem 'rspec-rails', '2.4.1'
  gem "bundler", "~> 1.0.0"
  gem "jeweler", "~> 1.5.1"
  gem "rcov", ">= 0"
  gem 'autotest', '4.4.4'
  gem 'redgreen', '1.2.2'
  gem "webmock"
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
phocoder-rails-0.0.42 Gemfile
phocoder-rails-0.0.41 Gemfile
phocoder-rails-0.0.40 Gemfile
phocoder-rails-0.0.39 Gemfile
phocoder-rails-0.0.38 Gemfile
phocoder-rails-0.0.37 Gemfile
phocoder-rails-0.0.36 Gemfile
phocoder-rails-0.0.35 Gemfile
phocoder-rails-0.0.34 Gemfile