awesome_nested_set: import git 2-1-stable branch revision 606847769 (#6579)

https://github.com/collectiveidea/awesome_nested_set/commit/606847769

git-svn-id: http://svn.redmine.org/redmine/trunk@13143 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA
2014-05-24 10:16:38 +00:00
parent 5368af4847
commit 43e84c6c10
26 changed files with 1282 additions and 922 deletions

View File

@@ -1,4 +1,4 @@
gem 'combustion', :github => 'pat/combustion'
gem 'combustion', :github => 'pat/combustion', :branch => 'master'
source 'https://rubygems.org'
@@ -7,6 +7,7 @@ gemspec :path => File.expand_path('../', __FILE__)
platforms :jruby do
gem 'activerecord-jdbcsqlite3-adapter'
gem 'activerecord-jdbcmysql-adapter'
gem 'jdbc-mysql'
gem 'activerecord-jdbcpostgresql-adapter'
gem 'jruby-openssl'
end
@@ -27,5 +28,5 @@ gem 'actionpack', RAILS_VERSION
# gem 'activerecord-oracle_enhanced-adapter'
# Debuggers
# gem 'pry'
# gem 'pry-nav'
gem 'pry'
gem 'pry-nav'