speedflow-plugin-test 0.1.5 → 0.1.6

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 13881c4c20e1f70e56e006d35e48b6e9ac5d96e9
4
- data.tar.gz: 553e90dace1ec04f9518517348a5280190879aad
3
+ metadata.gz: e14653e8d81d6f6b0e812560cec74367f334c34f
4
+ data.tar.gz: 70e0dc794d30291d07177bbea5dc996de12f0e7a
5
5
  SHA512:
6
- metadata.gz: 3dad2e8251d7d365276395186ef048ba322c57726b8974960ae1e0857e91f1fbd78a4d209bbcc3ee0f09f1552a5efeb3faac36c28b38f3ef18154763a0e2e9ef
7
- data.tar.gz: bb9f0a543657ea31a99078de89413a26b4cad0b06792102ad6fb4063f18ed35e73e1d33ba9a573912369592fe65b3728c32b8f118338a78308637babf3360edc
6
+ metadata.gz: f31c60f8c4237186665cb844e23037af36e3df956b0c63a41019b45271c79b1172b76bc9f60944e0a52c23d0c8ddea4779af5b01134b712463f8e9fd6d3c3f1d
7
+ data.tar.gz: b7c4dcbe9a4082bb19c6404901d7d36ec4f6e853e60ad3f9b9fc11dc635476d6c91ddca1e5f9255d49c8249fca65d0206c152a53ff2bd04206a9e29423d9d41c
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Speedflow Plugin Test
2
2
 
3
- [![Build Status](https://travis-ci.org/speedflow/speedflow.svg?branch=master)](https://travis-ci.org/speedflow/speedflow)
3
+ [![Build Status](https://travis-ci.org/speedflow/speedflow-plugin-test.svg?branch=master)](https://travis-ci.org/speedflow/speedflow-plugin-test)
4
4
  [![Gem Version](https://badge.fury.io/rb/speedflow-plugin-test.svg)](https://badge.fury.io/rb/speedflow-plugin-test)
5
5
  [![Code Climate](https://codeclimate.com/github/speedflow/speedflow-plugin-test/badges/gpa.svg)](https://codeclimate.com/github/speedflow/speedflow-plugin-test)
6
6
  [![Test Coverage](https://codeclimate.com/github/speedflow/speedflow-plugin-test/badges/coverage.svg)](https://codeclimate.com/github/speedflow/speedflow-plugin-test/coverage)
@@ -1,7 +1,7 @@
1
1
  module Speedflow
2
2
  module Plugin
3
3
  module Test
4
- VERSION = '0.1.5'.freeze
4
+ VERSION = '0.1.6'.freeze
5
5
  end
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: speedflow-plugin-test
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.5
4
+ version: 0.1.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Julien Breux