Pirateme 0.1.3 → 0.1.4
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.
- checksums.yaml +4 -4
- data/README.md +5 -3
- data/lib/Pirateme.rb +1 -1
- data/lib/Pirateme/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ec1f0f9f739f5b7f37a5af35d008786e227ef8e0
|
|
4
|
+
data.tar.gz: deb7cc5a95df9519ebef729adce6081948f6670a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7a61b6a2abeb9294ccb88cb618196c66cb5c7d1db6c7dba3066b6c5dc7467f82eb86c30d554f91c8dd461d342d1ae9b72053328812f00bdb679cb736b55d5d4b
|
|
7
|
+
data.tar.gz: 151a344e797aa4d3211607bf170f4b0800878f9a9699620eff8e72b382bdfbca87bce4c3a59858172971f90f2d5d5a622a26b8c2826c76d6855c3b9e15f56e3b
|
data/README.md
CHANGED
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
[](https://badge.fury.io/rb/Pirateme)
|
|
2
|
+
|
|
1
3
|
# Pirateme
|
|
2
4
|
|
|
3
5
|
Welcome to the PirateMe gem.
|
|
@@ -54,13 +56,13 @@ Pirateme::Fake.joke
|
|
|
54
56
|
|
|
55
57
|
## Development
|
|
56
58
|
|
|
57
|
-
|
|
59
|
+
Feel free to fork the gem and make your own or add to it.
|
|
58
60
|
|
|
59
|
-
|
|
61
|
+
Cheers Matey!
|
|
60
62
|
|
|
61
63
|
## Contributing
|
|
62
64
|
|
|
63
|
-
Bug reports and pull requests are welcome on GitHub at https://github.com/
|
|
65
|
+
Bug reports and pull requests are welcome on GitHub at https://github.com/Aaron1515/Pirateme.
|
|
64
66
|
|
|
65
67
|
|
|
66
68
|
## License
|
data/lib/Pirateme.rb
CHANGED
data/lib/Pirateme/version.rb
CHANGED