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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a55e01f06f1c6eb4096497fb85dcd9148ce0f03b49a417ed9d2a29b2eec764ff
4
- data.tar.gz: 518aa5996b3fefc9b6f52940e642d365cae23a7a92f82009205da2a7f115547e
3
+ metadata.gz: 9c8e7754223d69a308236892097b0e1382fce9bdcd81161e7251fdf425fa242e
4
+ data.tar.gz: 86d4ef7dcb962ef9003d8fb3cbcd8d0d786fcf7835c0a7b32baee353bb74a136
5
5
  SHA512:
6
- metadata.gz: 8e83c5020de2e1ee54c74a804c2a60d8776609132c23ebf854e01e3b4f384069d28a5326fdcc5e8d32458751834dff31eab9596ded82ca6f3822ce921f483c48
7
- data.tar.gz: 2c60db0d6319edf543c437a9468def829350178db43caf317a171a83eec82a9bdf7975c8db0fee27efa7b771fe723aff680f8f39a35dc5755ae871a73b17bace
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
- ### Motivation
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
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module CounterUtils
4
- VERSION = "0.1.2"
4
+ VERSION = "0.1.3"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: counter_utils
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Elton Santos