Skip to content

Commit

Permalink
Import from SVN revision 1110.
Browse files Browse the repository at this point in the history
  • Loading branch information
psy-q committed Feb 24, 2011
0 parents commit 21d2c55
Show file tree
Hide file tree
Showing 725 changed files with 108,253 additions and 0 deletions.
14 changes: 14 additions & 0 deletions COPYING
@@ -0,0 +1,14 @@
MAdeK is Copyright (C) 2009 Zurich University of the Arts

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
5 changes: 5 additions & 0 deletions Capfile
@@ -0,0 +1,5 @@
require 'capistrano/ext/multistage'

load 'deploy' if respond_to?(:namespace) # cap2 differentiator
Dir['vendor/plugins/*/recipes/*.rb'].each { |plugin| load(plugin) }
#load 'config/deploy'
49 changes: 49 additions & 0 deletions Gemfile
@@ -0,0 +1,49 @@
source 'http://rubygems.org'

gem 'rails', '3.0.4'
gem 'i18n' # Need this explicitly, otherwise can't deploy

gem 'mysql2', '0.2.6'
gem 'memcache-client' #gem 'dalli' #gem 'redis-store'

gem 'themes_for_rails'
gem 'haml'
gem 'jquery-rails'

gem 'will_paginate', '3.0.pre2'
gem 'rgl', '0.4.0', :require => 'rgl/adjacency'
gem 'builder'

gem 'thinking-sphinx', '2.0.2', :require => 'thinking_sphinx'
#temp#sphinx# gem 'ts-delayed-delta', '1.1.0', :require => 'thinking_sphinx/deltas/delayed_delta'

gem 'zip', '2.0.2'

gem 'nested_set', '1.6.4'
gem 'acts-as-dag', '2.5.4' # TOOD use instead ?? gem 'dagnabit', '2.2.6'

# gem 'rmagick', '2.13.1', :require => 'RMagick2'
gem 'json', '1.4.6'

gem "ruby-net-ldap", "0.0.4", :require => 'net/ldap'

gem "zencoder"

group :test, :development do
gem 'ruby-debug' # TODO 'ruby-debug19' for Ruby 1.9.x
gem 'ruby-debug-completion'
end

group :development do
gem 'capistrano'
gem 'capistrano-ext'
end

group :test do
gem 'capybara'
gem 'database_cleaner'
gem 'rspec-rails'
gem 'spork'
gem 'steak'
gem 'launchy'
end
196 changes: 196 additions & 0 deletions Gemfile.lock
@@ -0,0 +1,196 @@
GEM
remote: http://rubygems.org/
specs:
abstract (1.0.0)
actionmailer (3.0.4)
actionpack (= 3.0.4)
mail (~> 2.2.15)
actionpack (3.0.4)
activemodel (= 3.0.4)
activesupport (= 3.0.4)
builder (~> 2.1.2)
erubis (~> 2.6.6)
i18n (~> 0.4)
rack (~> 1.2.1)
rack-mount (~> 0.6.13)
rack-test (~> 0.5.7)
tzinfo (~> 0.3.23)
activemodel (3.0.4)
activesupport (= 3.0.4)
builder (~> 2.1.2)
i18n (~> 0.4)
activerecord (3.0.4)
activemodel (= 3.0.4)
activesupport (= 3.0.4)
arel (~> 2.0.2)
tzinfo (~> 0.3.23)
activeresource (3.0.4)
activemodel (= 3.0.4)
activesupport (= 3.0.4)
activesupport (3.0.4)
acts-as-dag (2.5.4)
arel (2.0.8)
bond (0.4.0)
builder (2.1.2)
capistrano (2.5.19)
highline
net-scp (>= 1.0.0)
net-sftp (>= 2.0.0)
net-ssh (>= 2.0.14)
net-ssh-gateway (>= 1.0.0)
capistrano-ext (1.2.1)
capistrano (>= 1.0.0)
capybara (0.4.1.1)
celerity (>= 0.7.9)
culerity (>= 0.2.4)
mime-types (>= 1.16)
nokogiri (>= 1.3.3)
rack (>= 1.0.0)
rack-test (>= 0.5.4)
selenium-webdriver (>= 0.0.27)
xpath (~> 0.1.3)
celerity (0.8.7)
childprocess (0.1.6)
ffi (~> 0.6.3)
columnize (0.3.2)
configuration (1.2.0)
culerity (0.2.15)
database_cleaner (0.6.3)
diff-lcs (1.1.2)
erubis (2.6.6)
abstract (>= 1.0.0)
ffi (0.6.3)
rake (>= 0.8.7)
haml (3.0.25)
highline (1.6.1)
i18n (0.5.0)
jquery-rails (0.2.7)
rails (~> 3.0)
thor (~> 0.14.4)
json (1.4.6)
json_pure (1.5.1)
launchy (0.3.7)
configuration (>= 0.0.5)
rake (>= 0.8.1)
linecache (0.43)
mail (2.2.15)
activesupport (>= 2.3.6)
i18n (>= 0.4.0)
mime-types (~> 1.16)
treetop (~> 1.4.8)
memcache-client (1.8.5)
mime-types (1.16)
mysql2 (0.2.6)
nested_set (1.6.4)
activerecord (>= 3.0.0)
railties (>= 3.0.0)
net-scp (1.0.4)
net-ssh (>= 1.99.1)
net-sftp (2.0.5)
net-ssh (>= 2.0.9)
net-ssh (2.1.0)
net-ssh-gateway (1.0.1)
net-ssh (>= 1.99.1)
nokogiri (1.4.4)
polyglot (0.3.1)
rack (1.2.1)
rack-mount (0.6.13)
rack (>= 1.0.0)
rack-test (0.5.7)
rack (>= 1.0)
rails (3.0.4)
actionmailer (= 3.0.4)
actionpack (= 3.0.4)
activerecord (= 3.0.4)
activeresource (= 3.0.4)
activesupport (= 3.0.4)
bundler (~> 1.0)
railties (= 3.0.4)
railties (3.0.4)
actionpack (= 3.0.4)
activesupport (= 3.0.4)
rake (>= 0.8.7)
thor (~> 0.14.4)
rake (0.8.7)
rgl (0.4.0)
rake
stream (>= 0.5)
riddle (1.2.2)
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)
rspec-rails (2.5.0)
actionpack (~> 3.0)
activesupport (~> 3.0)
railties (~> 3.0)
rspec (~> 2.5.0)
ruby-debug (0.10.4)
columnize (>= 0.1)
ruby-debug-base (~> 0.10.4.0)
ruby-debug-base (0.10.4)
linecache (>= 0.3)
ruby-debug-completion (0.2.1)
bond (>= 0.3.3)
ruby-net-ldap (0.0.4)
rubyzip (0.9.4)
selenium-webdriver (0.1.2)
childprocess (~> 0.1.5)
ffi (~> 0.6.3)
json_pure
rubyzip
spork (0.8.4)
steak (1.1.0)
rspec (>= 1.3)
stream (0.5)
themes_for_rails (0.4.1)
thinking-sphinx (2.0.2)
activerecord (>= 3.0.3)
riddle (>= 1.2.2)
thor (0.14.6)
treetop (1.4.9)
polyglot (>= 0.3.1)
tzinfo (0.3.24)
will_paginate (3.0.pre2)
xpath (0.1.3)
nokogiri (~> 1.3)
zencoder (2.3.1)
activesupport
i18n
zip (2.0.2)

PLATFORMS
ruby

DEPENDENCIES
acts-as-dag (= 2.5.4)
builder
capistrano
capistrano-ext
capybara
database_cleaner
haml
i18n
jquery-rails
json (= 1.4.6)
launchy
memcache-client
mysql2 (= 0.2.6)
nested_set (= 1.6.4)
rails (= 3.0.4)
rgl (= 0.4.0)
rspec-rails
ruby-debug
ruby-debug-completion
ruby-net-ldap (= 0.0.4)
spork
steak
themes_for_rails
thinking-sphinx (= 2.0.2)
will_paginate (= 3.0.pre2)
zencoder
zip (= 2.0.2)

0 comments on commit 21d2c55

Please sign in to comment.