Commit aab7ae61f29005f5268393f6e879d8dc99252f38

Authored by Rafael Manzo
Committed by Heitor
1 parent 39ec5d1a

Using kallibro_client latest (v0.3.0) release instead of git repository

Showing 2 changed files with 5 additions and 11 deletions   Show diff stats
@@ -31,7 +31,7 @@ gem 'jbuilder', '~> 2.2.2' @@ -31,7 +31,7 @@ gem 'jbuilder', '~> 2.2.2'
31 gem 'devise', '~> 3.4.0' 31 gem 'devise', '~> 3.4.0'
32 32
33 # Kalibro integration 33 # Kalibro integration
34 -gem 'kalibro_client', :git => 'https://github.com/mezuro/kalibro_client', :branch => 'process_by_branch' 34 +gem 'kalibro_client', '~> 0.3.0'
35 35
36 # PostgreSQL integration 36 # PostgreSQL integration
37 gem "pg", "~> 0.18.1" 37 gem "pg", "~> 0.18.1"
1 GIT 1 GIT
2 - remote: https://github.com/mezuro/kalibro_client  
3 - revision: af57bf364d125d9aaa4cc44e739eac16d6fcd66d  
4 - branch: process_by_branch  
5 - specs:  
6 - kalibro_client (0.2.0)  
7 - activesupport (>= 2.2.1)  
8 - faraday_middleware (~> 0.9.0)  
9 -  
10 -GIT  
11 remote: https://github.com/seyhunak/twitter-bootstrap-rails.git 2 remote: https://github.com/seyhunak/twitter-bootstrap-rails.git
12 revision: ba1e2bc2dad7f1e3c8b754f765dac7f4410fa06a 3 revision: ba1e2bc2dad7f1e3c8b754f765dac7f4410fa06a
13 specs: 4 specs:
@@ -166,6 +157,9 @@ GEM @@ -166,6 +157,9 @@ GEM
166 jquery-ui-rails (5.0.3) 157 jquery-ui-rails (5.0.3)
167 railties (>= 3.2.16) 158 railties (>= 3.2.16)
168 json (1.8.3) 159 json (1.8.3)
  160 + kalibro_client (0.3.0)
  161 + activesupport (>= 2.2.1)
  162 + faraday_middleware (~> 0.9.0)
169 konacha (3.3.0) 163 konacha (3.3.0)
170 actionpack (>= 3.1, < 5) 164 actionpack (>= 3.1, < 5)
171 capybara 165 capybara
@@ -357,7 +351,7 @@ DEPENDENCIES @@ -357,7 +351,7 @@ DEPENDENCIES
357 jbuilder (~> 2.2.2) 351 jbuilder (~> 2.2.2)
358 jquery-rails 352 jquery-rails
359 jquery-ui-rails (~> 5.0.0) 353 jquery-ui-rails (~> 5.0.0)
360 - kalibro_client! 354 + kalibro_client (~> 0.3.0)
361 konacha (~> 3.3.0) 355 konacha (~> 3.3.0)
362 mocha 356 mocha
363 pg (~> 0.18.1) 357 pg (~> 0.18.1)