counter_utils 0.1.2 → 0.1.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +1 -1
- 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: 9c8e7754223d69a308236892097b0e1382fce9bdcd81161e7251fdf425fa242e
|
4
|
+
data.tar.gz: 86d4ef7dcb962ef9003d8fb3cbcd8d0d786fcf7835c0a7b32baee353bb74a136
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7ed013c010cce6f73ba60c772ab7d1eaca2427d489d03f17ac1e3b1a230710ec952732d133d0f38f4cca099497db03b60b4bc1d7b621814536cd6c9e5a285ebc
|
7
|
+
data.tar.gz: 12947692d3d8a409d7681b451189048694149c7bbbf38eadb6db5d142da915ab13aa1a93c82783429c95f3856db128de42f510cf257e72370f20af0e3ca541f0
|
data/README.md
CHANGED
@@ -18,7 +18,7 @@ Then run `bundle install` or run on terminal:
|
|
18
18
|
gem install counter_utils
|
19
19
|
```
|
20
20
|
|
21
|
-
|
21
|
+
## Motivation
|
22
22
|
|
23
23
|
The initial motivation is just for teaching purposes, I always wanted to create a gem, so this time I decided to create any one. In the future, I may add some real functionality to this gem, but for now thanks to the devs who are downloading this gem, it serves as an incentive to make something really useful for our RoR dev community. Thanks so much! ❤️
|
24
24
|
|