##// END OF EJS Templates
add missing awesome_nested_set 2.1.6 files (#6579)...
Toshi MARUYAMA -
r12738:971dbfecc004
parent child
Show More
@@ -0,0 +1,8
1 awesome_nested_set.sqlite3.db
2 spec/debug.log
3 rdoc
4 coverage
5 pkg
6 *.gem
7 Gemfile.lock
8 gemfiles/Gemfile*.lock No newline at end of file
@@ -0,0 +1,31
1 gem 'combustion', :github => 'pat/combustion'
2
3 source 'https://rubygems.org'
4
5 gemspec :path => File.expand_path('../', __FILE__)
6
7 platforms :jruby do
8 gem 'activerecord-jdbcsqlite3-adapter'
9 gem 'activerecord-jdbcmysql-adapter'
10 gem 'activerecord-jdbcpostgresql-adapter'
11 gem 'jruby-openssl'
12 end
13
14 platforms :ruby do
15 gem 'sqlite3'
16 gem 'mysql2', (MYSQL2_VERSION if defined? MYSQL2_VERSION)
17 gem 'pg'
18 end
19
20 RAILS_VERSION = nil unless defined? RAILS_VERSION
21 gem 'railties', RAILS_VERSION
22 gem 'activerecord', RAILS_VERSION
23 gem 'actionpack', RAILS_VERSION
24
25 # Add Oracle Adapters
26 # gem 'ruby-oci8'
27 # gem 'activerecord-oracle_enhanced-adapter'
28
29 # Debuggers
30 # gem 'pry'
31 # gem 'pry-nav'
@@ -0,0 +1,4
1 MYSQL2_VERSION = '~> 0.2.18'
2 RAILS_VERSION = '~> 3.0.17'
3
4 eval File.read(File.expand_path('../../Gemfile', __FILE__))
@@ -0,0 +1,4
1 MYSQL2_VERSION = '>= 0.3'
2 RAILS_VERSION = '~> 3.1.0'
3
4 eval File.read(File.expand_path('../../Gemfile', __FILE__))
@@ -0,0 +1,4
1 MYSQL2_VERSION = '>= 0.3'
2 RAILS_VERSION = '~> 3.2.0'
3
4 eval File.read(File.expand_path('../../Gemfile', __FILE__))
General Comments 0
You need to be logged in to leave comments. Login now