Nicolae Claudius
13 years ago
2 changed files with 237 additions and 0 deletions
@ -0,0 +1,38 @@ |
|||||||
|
source 'http://rubygems.org' |
||||||
|
|
||||||
|
gem 'rails', '3.1.0' |
||||||
|
|
||||||
|
# Bundle edge Rails instead: |
||||||
|
# gem 'rails', :git => 'git://github.com/rails/rails.git' |
||||||
|
|
||||||
|
gem 'sqlite3' |
||||||
|
gem 'devise', '~> 1.4.5' |
||||||
|
#gem 'cancan', '~> 1.6.5' |
||||||
|
#gem "meta_where", "~> 1.0" # squeel ? |
||||||
|
gem 'sentient_user', '~> 0.3.2' |
||||||
|
gem 'active_scaffold', '~> 3.1.0', :git => 'https://github.com/activescaffold/active_scaffold.git' |
||||||
|
gem 'web-app-theme', :git => "git://github.com/tscolari/web-app-theme.git", :branch => "v3.1.0" |
||||||
|
gem "pjax-rails", "~> 0.1.4" |
||||||
|
|
||||||
|
# Gems used only for assets and not required |
||||||
|
# in production environments by default. |
||||||
|
group :assets do |
||||||
|
gem 'sass-rails', " ~> 3.1.0" |
||||||
|
gem 'compass', " ~> 0.11.5" |
||||||
|
gem 'coffee-rails', "~> 3.1.0" |
||||||
|
gem 'uglifier' |
||||||
|
gem 'therubyracer' |
||||||
|
end |
||||||
|
|
||||||
|
gem 'jquery-rails' |
||||||
|
# gem 'foreigner' |
||||||
|
|
||||||
|
group :test, :development do |
||||||
|
gem "rspec-rails", "~> 2.6.1" |
||||||
|
gem 'capybara', '~> 1.1.1' |
||||||
|
end |
||||||
|
|
||||||
|
group :test do |
||||||
|
gem 'factory_girl_rails','~> 1.2' |
||||||
|
gem 'spork', '~> 0.9.0.rc' |
||||||
|
end |
@ -0,0 +1,199 @@ |
|||||||
|
GIT |
||||||
|
remote: git://github.com/tscolari/web-app-theme.git |
||||||
|
revision: 07e87199fb37ebba1d0d49e77c5f1d91a619a7b1 |
||||||
|
branch: v3.1.0 |
||||||
|
specs: |
||||||
|
web-app-theme (3.1.0) |
||||||
|
thor (~> 0.14) |
||||||
|
|
||||||
|
GIT |
||||||
|
remote: https://github.com/activescaffold/active_scaffold.git |
||||||
|
revision: 59dcb90a7bf09e4b30f34dc39059373748619355 |
||||||
|
specs: |
||||||
|
active_scaffold (3.1.2) |
||||||
|
rails (~> 3.1.0) |
||||||
|
|
||||||
|
GEM |
||||||
|
remote: http://rubygems.org/ |
||||||
|
specs: |
||||||
|
actionmailer (3.1.0) |
||||||
|
actionpack (= 3.1.0) |
||||||
|
mail (~> 2.3.0) |
||||||
|
actionpack (3.1.0) |
||||||
|
activemodel (= 3.1.0) |
||||||
|
activesupport (= 3.1.0) |
||||||
|
builder (~> 3.0.0) |
||||||
|
erubis (~> 2.7.0) |
||||||
|
i18n (~> 0.6) |
||||||
|
rack (~> 1.3.2) |
||||||
|
rack-cache (~> 1.0.3) |
||||||
|
rack-mount (~> 0.8.2) |
||||||
|
rack-test (~> 0.6.1) |
||||||
|
sprockets (~> 2.0.0) |
||||||
|
activemodel (3.1.0) |
||||||
|
activesupport (= 3.1.0) |
||||||
|
bcrypt-ruby (~> 3.0.0) |
||||||
|
builder (~> 3.0.0) |
||||||
|
i18n (~> 0.6) |
||||||
|
activerecord (3.1.0) |
||||||
|
activemodel (= 3.1.0) |
||||||
|
activesupport (= 3.1.0) |
||||||
|
arel (~> 2.2.1) |
||||||
|
tzinfo (~> 0.3.29) |
||||||
|
activeresource (3.1.0) |
||||||
|
activemodel (= 3.1.0) |
||||||
|
activesupport (= 3.1.0) |
||||||
|
activesupport (3.1.0) |
||||||
|
multi_json (~> 1.0) |
||||||
|
arel (2.2.1) |
||||||
|
bcrypt-ruby (3.0.1) |
||||||
|
builder (3.0.0) |
||||||
|
capybara (1.1.1) |
||||||
|
mime-types (>= 1.16) |
||||||
|
nokogiri (>= 1.3.3) |
||||||
|
rack (>= 1.0.0) |
||||||
|
rack-test (>= 0.5.4) |
||||||
|
selenium-webdriver (~> 2.0) |
||||||
|
xpath (~> 0.1.4) |
||||||
|
childprocess (0.2.2) |
||||||
|
ffi (~> 1.0.6) |
||||||
|
chunky_png (1.2.1) |
||||||
|
coffee-rails (3.1.1) |
||||||
|
coffee-script (>= 2.2.0) |
||||||
|
railties (~> 3.1.0) |
||||||
|
coffee-script (2.2.0) |
||||||
|
coffee-script-source |
||||||
|
execjs |
||||||
|
coffee-script-source (1.1.2) |
||||||
|
compass (0.11.5) |
||||||
|
chunky_png (~> 1.2) |
||||||
|
fssm (>= 0.2.7) |
||||||
|
sass (~> 3.1) |
||||||
|
devise (1.4.5) |
||||||
|
bcrypt-ruby (~> 3.0) |
||||||
|
orm_adapter (~> 0.0.3) |
||||||
|
warden (~> 1.0.3) |
||||||
|
diff-lcs (1.1.3) |
||||||
|
erubis (2.7.0) |
||||||
|
execjs (1.2.6) |
||||||
|
multi_json (~> 1.0) |
||||||
|
factory_girl (2.1.0) |
||||||
|
factory_girl_rails (1.2.0) |
||||||
|
factory_girl (~> 2.1.0) |
||||||
|
railties (>= 3.0.0) |
||||||
|
ffi (1.0.9) |
||||||
|
fssm (0.2.7) |
||||||
|
hike (1.2.1) |
||||||
|
i18n (0.6.0) |
||||||
|
jquery-rails (1.0.14) |
||||||
|
railties (~> 3.0) |
||||||
|
thor (~> 0.14) |
||||||
|
json_pure (1.6.0) |
||||||
|
libv8 (3.3.10.2) |
||||||
|
mail (2.3.0) |
||||||
|
i18n (>= 0.4.0) |
||||||
|
mime-types (~> 1.16) |
||||||
|
treetop (~> 1.4.8) |
||||||
|
mime-types (1.16) |
||||||
|
multi_json (1.0.3) |
||||||
|
nokogiri (1.5.0) |
||||||
|
orm_adapter (0.0.5) |
||||||
|
pjax-rails (0.1.4) |
||||||
|
jquery-rails |
||||||
|
polyglot (0.3.2) |
||||||
|
rack (1.3.3) |
||||||
|
rack-cache (1.0.3) |
||||||
|
rack (>= 0.4) |
||||||
|
rack-mount (0.8.3) |
||||||
|
rack (>= 1.0.0) |
||||||
|
rack-ssl (1.3.2) |
||||||
|
rack |
||||||
|
rack-test (0.6.1) |
||||||
|
rack (>= 1.0) |
||||||
|
rails (3.1.0) |
||||||
|
actionmailer (= 3.1.0) |
||||||
|
actionpack (= 3.1.0) |
||||||
|
activerecord (= 3.1.0) |
||||||
|
activeresource (= 3.1.0) |
||||||
|
activesupport (= 3.1.0) |
||||||
|
bundler (~> 1.0) |
||||||
|
railties (= 3.1.0) |
||||||
|
railties (3.1.0) |
||||||
|
actionpack (= 3.1.0) |
||||||
|
activesupport (= 3.1.0) |
||||||
|
rack-ssl (~> 1.3.2) |
||||||
|
rake (>= 0.8.7) |
||||||
|
rdoc (~> 3.4) |
||||||
|
thor (~> 0.14.6) |
||||||
|
rake (0.9.2) |
||||||
|
rdoc (3.9.4) |
||||||
|
rspec (2.6.0) |
||||||
|
rspec-core (~> 2.6.0) |
||||||
|
rspec-expectations (~> 2.6.0) |
||||||
|
rspec-mocks (~> 2.6.0) |
||||||
|
rspec-core (2.6.4) |
||||||
|
rspec-expectations (2.6.0) |
||||||
|
diff-lcs (~> 1.1.2) |
||||||
|
rspec-mocks (2.6.0) |
||||||
|
rspec-rails (2.6.1) |
||||||
|
actionpack (~> 3.0) |
||||||
|
activesupport (~> 3.0) |
||||||
|
railties (~> 3.0) |
||||||
|
rspec (~> 2.6.0) |
||||||
|
rubyzip (0.9.4) |
||||||
|
sass (3.1.7) |
||||||
|
sass-rails (3.1.2) |
||||||
|
actionpack (~> 3.1.0) |
||||||
|
railties (~> 3.1.0) |
||||||
|
sass (>= 3.1.4) |
||||||
|
sprockets (~> 2.0.0) |
||||||
|
tilt (~> 1.3.2) |
||||||
|
selenium-webdriver (2.6.0) |
||||||
|
childprocess (>= 0.2.1) |
||||||
|
ffi (>= 1.0.7) |
||||||
|
json_pure |
||||||
|
rubyzip |
||||||
|
sentient_user (0.3.2) |
||||||
|
spork (0.9.0.rc9) |
||||||
|
sprockets (2.0.0) |
||||||
|
hike (~> 1.2) |
||||||
|
rack (~> 1.0) |
||||||
|
tilt (~> 1.1, != 1.3.0) |
||||||
|
sqlite3 (1.3.4) |
||||||
|
therubyracer (0.9.4) |
||||||
|
libv8 (~> 3.3.10) |
||||||
|
thor (0.14.6) |
||||||
|
tilt (1.3.3) |
||||||
|
treetop (1.4.10) |
||||||
|
polyglot |
||||||
|
polyglot (>= 0.3.1) |
||||||
|
tzinfo (0.3.29) |
||||||
|
uglifier (1.0.3) |
||||||
|
execjs (>= 0.3.0) |
||||||
|
multi_json (>= 1.0.2) |
||||||
|
warden (1.0.5) |
||||||
|
rack (>= 1.0) |
||||||
|
xpath (0.1.4) |
||||||
|
nokogiri (~> 1.3) |
||||||
|
|
||||||
|
PLATFORMS |
||||||
|
ruby |
||||||
|
|
||||||
|
DEPENDENCIES |
||||||
|
active_scaffold (~> 3.1.0)! |
||||||
|
capybara (~> 1.1.1) |
||||||
|
coffee-rails (~> 3.1.0) |
||||||
|
compass (~> 0.11.5) |
||||||
|
devise (~> 1.4.5) |
||||||
|
factory_girl_rails (~> 1.2) |
||||||
|
jquery-rails |
||||||
|
pjax-rails (~> 0.1.4) |
||||||
|
rails (= 3.1.0) |
||||||
|
rspec-rails (~> 2.6.1) |
||||||
|
sass-rails (~> 3.1.0) |
||||||
|
sentient_user (~> 0.3.2) |
||||||
|
spork (~> 0.9.0.rc) |
||||||
|
sqlite3 |
||||||
|
therubyracer |
||||||
|
uglifier |
||||||
|
web-app-theme! |
Loading…
Reference in new issue