counter_utils 0.1.0 โ 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +18 -21
- data/lib/counter_utils/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: feea22b1502d1b3754d1a5753333ce078ba66178d5bab0fede334d906eefc5f8
|
4
|
+
data.tar.gz: f1ef1b3e06c94a82548b77804d90bf7de0efd47bf3ff70b9f5a4d3ab6d3e0a6d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9343fbb6e9e127232989d02e1f4766285534b618a666e7d34df0ab895be1b1775f6b36f7b2879e9068fd69848fddee61958996e2c10331eeb205c434bbf35309
|
7
|
+
data.tar.gz: eaa6f8ddf5ec9fa4f6f9790de7cfeb46273d34e666c11a0701b8936940c634808c32d564cbd851aa727ef16625d94f9390a81b2903035961ed5cb7b5291042d4
|
data/README.md
CHANGED
@@ -1,31 +1,28 @@
|
|
1
1
|
# CounterUtils
|
2
2
|
|
3
|
-
|
3
|
+
## Simple gem for counter utils
|
4
4
|
|
5
|
-
|
5
|
+
The gem still is in development
|
6
6
|
|
7
|
-
##
|
7
|
+
## Author
|
8
8
|
|
9
|
-
|
9
|
+
<h3 align="center">
|
10
|
+
<img style="border-radius: 50%" src="https://avatars3.githubusercontent.com/u/1292594?s=460&u=0b1bfb0fc81256c59dc33f31ce344231bd5a5286&v=4" width="100px;" alt=""/>
|
11
|
+
<br/>
|
12
|
+
<strong>Elton Santos</strong> ๐
|
13
|
+
<br/>
|
14
|
+
<br/>
|
10
15
|
|
11
|
-
|
16
|
+
<a href="https://www.linkedin.com/in/eltonmelosantos" alt="LinkedIn" target="blank">
|
17
|
+
<img src="https://img.shields.io/badge/-LinkedIn-blue?style=flat-square&logo=Linkedin&logoColor=white" />
|
18
|
+
</a>
|
12
19
|
|
13
|
-
|
20
|
+
<a href="mailto:elton.melo.santos@gmail.com?subject=Olรก%20Elton" alt="Email" target="blank">
|
21
|
+
<img src="https://img.shields.io/badge/-Gmail-c14438?style=flat-square&logo=Gmail&logoColor=white&link=mailto:elton.melo.santos@gmail.com" />
|
22
|
+
</a>
|
14
23
|
|
15
|
-
|
24
|
+
<br/>
|
16
25
|
|
17
|
-
|
26
|
+
Made with โค๏ธ by Elton Santos ๐๐ฝ [Contact me!](https://www.linkedin.com/in/eltonmelosantos/)
|
18
27
|
|
19
|
-
|
20
|
-
|
21
|
-
TODO: Write usage instructions here
|
22
|
-
|
23
|
-
## Development
|
24
|
-
|
25
|
-
After checking out the repo, run `bin/setup` to install dependencies. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
|
26
|
-
|
27
|
-
To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and the created tag, and push the `.gem` file to [rubygems.org](https://rubygems.org).
|
28
|
-
|
29
|
-
## Contributing
|
30
|
-
|
31
|
-
Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/counter_utils.
|
28
|
+
</h3>
|