diff options
| author | Michel Etienne | 2012-11-19 08:37:15 +0100 |
|---|---|---|
| committer | Michel Etienne | 2012-11-19 08:37:15 +0100 |
| commit | b53fded10cea2fa1f0996632d408148282e616d3 (patch) | |
| tree | f7c42490114fe73e20ab74d0008ca390569ee30a | |
| parent | f9b116fd2dc6221318d717ef0c687bc27bc34a05 (diff) | |
| parent | d5ca593258a0421691c10eda2dfa2cc0ec710856 (diff) | |
| download | chouette-core-b53fded10cea2fa1f0996632d408148282e616d3.tar.bz2 | |
synchronize Gemfile on github
| -rw-r--r-- | Gemfile | 8 | ||||
| -rw-r--r-- | Gemfile.lock | 38 |
2 files changed, 23 insertions, 23 deletions
@@ -23,8 +23,8 @@ end gem "map_layers", "~> 0.0.4" gem "georuby-ext", :git => 'git://github.com/dryade/georuby-ext.git' -#gem 'user_interface', :git => 'git://github.com/dryade/user-interface.git' -gem 'user_interface', :git => 'git://sim.dryade.priv/user_interface' #, :path => '~/Projects/UserInterfaceDryade' +gem 'user_interface', :git => 'git://github.com/dryade/user-interface.git' +#gem 'user_interface', :git => 'git://sim.dryade.priv/user_interface' #, :path => '~/Projects/UserInterfaceDryade' gem 'json' gem 'cocoon' gem 'formtastic' @@ -39,9 +39,9 @@ gem 'gravatar_image_tag' gem 'calendar_helper', :git => "git://github.com/topfunky/calendar_helper.git" gem "acts_as_tree", :git => "git://github.com/dryade/acts_as_tree.git" -#gem 'ninoxe', :git => 'git://github.com/dryade/ninoxe.git' +gem 'ninoxe', :git => 'git://github.com/dryade/ninoxe.git' #gem 'ninoxe', :git => 'git://github.com/dryade/ninoxe.git', :branch => 'V2_0_0' -gem 'ninoxe', :git => 'git://chouette.dryade.priv/ninoxe' #, :path => '~/Projects/Ninoxe' +#gem 'ninoxe', :git => 'git://chouette.dryade.priv/ninoxe' #, :path => '~/Projects/Ninoxe' #gem 'ninoxe', :path => '~/workspace/chouette/ninoxe' gem 'acts_as_list', '0.1.6' diff --git a/Gemfile.lock b/Gemfile.lock index f5ea18a31..1072b6404 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,16 +1,4 @@ GIT - remote: git://chouette.dryade.priv/ninoxe - revision: d400baaba492a698b95bee1228466191564c41dc - specs: - ninoxe (0.0.8) - GeoRuby - activerecord (>= 3.1.3) - acts_as_list (= 0.1.6) - composite_primary_keys (>= 4.1.2) - geokit - rails (>= 3.1.3) - -GIT remote: git://github.com/dnagir/database_cleaner.git revision: 0c0aa44f13ae392000a6f506b62d5d1602cb4e53 branch: postgre_jruby_issue @@ -60,19 +48,31 @@ GIT rgeo (~> 0.3.8) GIT - remote: git://github.com/topfunky/calendar_helper.git - revision: 763a497dbd8833b98d92815667b367ade938c00c + remote: git://github.com/dryade/ninoxe.git + revision: d400baaba492a698b95bee1228466191564c41dc specs: - calendar_helper (0.2.5) - open4 + ninoxe (0.0.8) + GeoRuby + activerecord (>= 3.1.3) + acts_as_list (= 0.1.6) + composite_primary_keys (>= 4.1.2) + geokit + rails (>= 3.1.3) GIT - remote: git://sim.dryade.priv/user_interface - revision: d828d7107f2b4025853cbfa7cc0e76cceca27da6 + remote: git://github.com/dryade/user-interface.git + revision: 2a30a4eb3ff446f9d2b2de12ecacb5f923e5623c specs: user_interface (0.0.1) rails (> 3.1.0) +GIT + remote: git://github.com/topfunky/calendar_helper.git + revision: 763a497dbd8833b98d92815667b367ade938c00c + specs: + calendar_helper (0.2.5) + open4 + GEM remote: http://rubygems.org/ specs: @@ -263,7 +263,7 @@ GEM rake (>= 0.8.7) rdoc (~> 3.4) thor (>= 0.14.6, < 2.0) - rake (0.9.3) + rake (0.9.4) ransack (0.7.0) actionpack (~> 3.0) activerecord (~> 3.0) |
