diff --git a/Gemfile.lock b/Gemfile.lock index dab5fc7218dd67ad39065f7ff8b7288321838037..146b09cfd9f23e9db7456c2ff26a4db6da43d883 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -76,6 +76,7 @@ GEM concord (0.1.5) adamantium (~> 0.2.0) equalizer (~> 0.0.9) + curb (0.8.8) debug_inspector (0.0.2) descendants_tracker (0.0.4) thread_safe (~> 0.3, >= 0.3.1) @@ -86,9 +87,15 @@ GEM responders thread_safe (~> 0.1) warden (~> 1.2.3) + devise_token_auth (0.1.33) + devise (~> 3.3) + rails (~> 4.2) diff-lcs (1.2.5) domain_name (0.5.24) unf (>= 0.0.5, < 1.0.0) + dspace_rest_client (1.1.2) + curb (~> 0.8.6) + rest-client (>= 1.7, < 2) equalizer (0.0.11) erubis (2.7.0) execjs (2.6.0) @@ -188,6 +195,8 @@ GEM mime-types (>= 1.16, < 3.0) netrc (~> 0.7) rmagick (2.15.4) + rsolr (1.0.12) + builder (>= 2.1.2) ruby_parser (3.7.1) sexp_processor (~> 4.1) rubycritic (1.4.0) @@ -254,6 +263,7 @@ GEM binding_of_caller (>= 0.7.2) railties (>= 4.0) sprockets-rails (>= 2.0, < 4.0) + will_paginate (3.0.7) PLATFORMS ruby @@ -266,6 +276,8 @@ DEPENDENCIES chart-js-rails coffee-rails (~> 4.1.0) devise + devise_token_auth + dspace_rest_client (~> 1.1.0) gruff jbuilder (~> 2.0) jquery-rails @@ -279,6 +291,7 @@ DEPENDENCIES rack-cors rails (= 4.2.0) rmagick + rsolr (~> 1.0.12) rubycritic sass-rails (~> 5.0) sdoc (~> 0.4.0) @@ -288,6 +301,7 @@ DEPENDENCIES turbolinks uglifier (>= 1.3.0) web-console (~> 2.0) + will_paginate (~> 3.0.5) BUNDLED WITH 1.10.6 diff --git a/config/orientdb.yml b/config/orientdb.yml index 1169c03a50b1a83eaff953b7fc909adfeea45318..3e75a677c3e4b72537a2d1e07010159eaf9a278b 100644 --- a/config/orientdb.yml +++ b/config/orientdb.yml @@ -7,7 +7,7 @@ development: &development test: host: mecdb2.c3sl.ufpr.br - database: PortalMEC + database: dev-mauricio username: admin password: admin port: 2480 \ No newline at end of file