Author: assaf
Date: Wed May 14 02:51:19 2008
New Revision: 656198

URL: http://svn.apache.org/viewvc?rev=656198&view=rev
Log:
Another freeze on Rails edge changes license headers but nothing else.
Including Thin in development dependencies, since we'll need some multi-port 
setup for development/testing.

Modified:
    ode/sandbox/singleshot/config/environments/development.rb
    ode/sandbox/singleshot/public/javascripts/controls.js
    ode/sandbox/singleshot/public/javascripts/dragdrop.js
    ode/sandbox/singleshot/public/javascripts/effects.js

Modified: ode/sandbox/singleshot/config/environments/development.rb
URL: 
http://svn.apache.org/viewvc/ode/sandbox/singleshot/config/environments/development.rb?rev=656198&r1=656197&r2=656198&view=diff
==============================================================================
--- ode/sandbox/singleshot/config/environments/development.rb (original)
+++ ode/sandbox/singleshot/config/environments/development.rb Wed May 14 
02:51:19 2008
@@ -23,4 +23,5 @@
 config.gem 'annotate-models', :lib=>'annotate_models'
 config.gem 'rspec', :lib=>'spec',                     :version=>'~> 1.1.3'
 config.gem 'sqlite3-ruby', :lib=>'sqlite3',           :version=>'~>1.2'
-config.gem 'faker',                                   :version=>'~>0.3.1'
+config.gem 'faker',                                   :version=>'~>0.3'
+config.gem 'thin',                                    :version=>'~>0.8'

Modified: ode/sandbox/singleshot/public/javascripts/controls.js
URL: 
http://svn.apache.org/viewvc/ode/sandbox/singleshot/public/javascripts/controls.js?rev=656198&r1=656197&r2=656198&view=diff
==============================================================================
--- ode/sandbox/singleshot/public/javascripts/controls.js (original)
+++ ode/sandbox/singleshot/public/javascripts/controls.js Wed May 14 02:51:19 
2008
@@ -1,4 +1,4 @@
-// Copyright (c) 2005-2007 Thomas Fuchs (http://script.aculo.us, 
http://mir.aculo.us)
+// Copyright (c) 2005-2008 Thomas Fuchs (http://script.aculo.us, 
http://mir.aculo.us)
 //           (c) 2005-2007 Ivan Krstic (http://blogs.law.harvard.edu/ivan)
 //           (c) 2005-2007 Jon Tirsen (http://www.tirsen.com)
 // Contributors:

Modified: ode/sandbox/singleshot/public/javascripts/dragdrop.js
URL: 
http://svn.apache.org/viewvc/ode/sandbox/singleshot/public/javascripts/dragdrop.js?rev=656198&r1=656197&r2=656198&view=diff
==============================================================================
--- ode/sandbox/singleshot/public/javascripts/dragdrop.js (original)
+++ ode/sandbox/singleshot/public/javascripts/dragdrop.js Wed May 14 02:51:19 
2008
@@ -1,4 +1,4 @@
-// Copyright (c) 2005-2007 Thomas Fuchs (http://script.aculo.us, 
http://mir.aculo.us)
+// Copyright (c) 2005-2008 Thomas Fuchs (http://script.aculo.us, 
http://mir.aculo.us)
 //           (c) 2005-2007 Sammi Williams (http://www.oriontransfer.co.nz, 
[EMAIL PROTECTED])
 // 
 // script.aculo.us is freely distributable under the terms of an MIT-style 
license.

Modified: ode/sandbox/singleshot/public/javascripts/effects.js
URL: 
http://svn.apache.org/viewvc/ode/sandbox/singleshot/public/javascripts/effects.js?rev=656198&r1=656197&r2=656198&view=diff
==============================================================================
--- ode/sandbox/singleshot/public/javascripts/effects.js (original)
+++ ode/sandbox/singleshot/public/javascripts/effects.js Wed May 14 02:51:19 
2008
@@ -1,4 +1,4 @@
-// Copyright (c) 2005-2007 Thomas Fuchs (http://script.aculo.us, 
http://mir.aculo.us)
+// Copyright (c) 2005-2008 Thomas Fuchs (http://script.aculo.us, 
http://mir.aculo.us)
 // Contributors:
 //  Justin Palmer (http://encytemedia.com/)
 //  Mark Pilgrim (http://diveintomark.org/)


Reply via email to