ga_example_gem 0.0.1 → 0.0.2
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/.travis.yml +3 -1
- data/README.md +4 -0
- data/Rakefile +8 -1
- data/lib/ga_example_gem/version.rb +1 -1
- metadata +1 -1
data/.travis.yml
CHANGED
data/README.md
CHANGED
@@ -2,6 +2,10 @@
|
|
2
2
|
|
3
3
|
[](https://coveralls.io/r/tibbon/ga-example-gem)
|
4
4
|
|
5
|
+
[](https://travis-ci.org/tibbon/ga-example-gem)
|
6
|
+
|
7
|
+
[](https://codeclimate.com/github/tibbon/ga-example-gem)
|
8
|
+
|
5
9
|
This Gem is just to demonstrate some patterns for creating, documenting and testing a Gem.
|
6
10
|
|
7
11
|
## Installation
|
data/Rakefile
CHANGED