25 Jun, 2014
4 commits
14 Jun, 2014
1 commit
-
Broken compound update
11 Jun, 2014
6 commits
-
signed-off-by: Pedro Vezza <pedro@vezza.com.br>
-
signed-off-by: Thiago Kenji Okada <thiago.mast3r@gmail.com>
-
signed-off-by: Pedro Paulo Vezza Campos <pedro@vezza.com.br>
-
signed-off-by: Pedro Paulo Vezza Campos <pedro@vezza.com.br>
-
signed-off-by: Thiago Kenji Okada <thiago.mast3r@gmail.com>
-
CompoundMetricConfigurationController was using update method from MetricConfigurationController signed-off-by: Pedro Paulo Vezza Campos <pedro@vezza.com.br>
05 Jun, 2014
2 commits
-
This conversion is done by Transpec 2.2.1 with the following command: transpec * 258 conversions from: it { should ... } to: it { is_expected.to ... } * 82 conversions from: obj.should to: expect(obj).to * 16 conversions from: describe 'some model' { } to: describe 'some model', :type => :model { } * 12 conversions from: describe 'some controller' { } to: describe 'some controller', :type => :controller { } * 11 conversions from: describe 'some routing' { } to: describe 'some routing', :type => :routing { } * 8 conversions from: describe 'some helper' { } to: describe 'some helper', :type => :helper { } * 7 conversions from: be_false to: be_falsey * 6 conversions from: be_true to: be_truthy * 6 conversions from: it { should_not ... } to: it { is_expected.not_to ... } * 4 conversions from: obj.should_not to: expect(obj).not_to For more details: https://github.com/yujinakayama/transpec#supported-conversions Signed off by: Rafael Reggiani Manzo <rr.manzo@gmail.com>
29 May, 2014
8 commits
-
It's not as necessary as it was 2 or 3 years ago. Now we can expect modern browsers.
-
Set Kalibro Gatekeeper version
28 May, 2014
1 commit
27 May, 2014
3 commits
-
Fix travis
26 May, 2014
15 commits
-
This package is bugged, it conflicts with libzmq that is a dependency off libzeromq-perl (that itself is a dependency of Analizo). signed-off-by: Daniel Miranda <danielkza2@gmail.com>
-
We are using tag/branch on Git repositories, so we know we are using the correctly version. signed-off-by: Daniel Miranda <danielkza2@gmail.com>
-
Clone Gist repository instead of downloading RAW files, using pushd/popd instead of cd and we don't need chmod when we just execute the script using bash. signed-off-by: Daniel Miranda <danielkza2@gmail.com>
-
Colorpicker test