macros4cuke 0.3.06 → 0.3.07
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/CHANGELOG.md +5 -2
- data/README.md +1 -0
- data/lib/macros4cuke/constants.rb +1 -1
- metadata +1 -1
data/CHANGELOG.md
CHANGED
|
@@ -1,8 +1,11 @@
|
|
|
1
|
+
## 0.3.07 / 2013-05-12
|
|
2
|
+
* [CHANGE] File `README.md`: Added Codeclimate badge
|
|
3
|
+
|
|
1
4
|
## 0.3.06 / 2013-05-12
|
|
2
|
-
* [FIX] File `README.md`: Fixed formatting issue of Travis CI status
|
|
5
|
+
* [FIX] File `README.md`: Fixed formatting issue of Travis CI status badge
|
|
3
6
|
|
|
4
7
|
## 0.3.05 / 2013-05-12 Unreleased
|
|
5
|
-
* [CHANGE] File `README.md`: Added Travis CI status
|
|
8
|
+
* [CHANGE] File `README.md`: Added Travis CI status badge
|
|
6
9
|
|
|
7
10
|
## 0.3.04 / 2013-05-12 Unreleased
|
|
8
11
|
* [NEW] File `.travis.yml`: Added for integration with Travis CI
|
data/README.md
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
Macros4Cuke
|
|
2
2
|
===========
|
|
3
3
|
[](https://travis-ci.org/famished-tiger/Macros4Cuke)
|
|
4
|
+
[](https://codeclimate.com/github/famished-tiger/Macros4Cuke.png)
|
|
4
5
|
|
|
5
6
|
_Add macros to your Cucumber scenarios._
|
|
6
7
|
[Homepage](https://github.com/famished-tiger/Macros4Cuke)
|