counter_utils 0.1.1 → 0.1.2

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: feea22b1502d1b3754d1a5753333ce078ba66178d5bab0fede334d906eefc5f8
4
- data.tar.gz: f1ef1b3e06c94a82548b77804d90bf7de0efd47bf3ff70b9f5a4d3ab6d3e0a6d
3
+ metadata.gz: a55e01f06f1c6eb4096497fb85dcd9148ce0f03b49a417ed9d2a29b2eec764ff
4
+ data.tar.gz: 518aa5996b3fefc9b6f52940e642d365cae23a7a92f82009205da2a7f115547e
5
5
  SHA512:
6
- metadata.gz: 9343fbb6e9e127232989d02e1f4766285534b618a666e7d34df0ab895be1b1775f6b36f7b2879e9068fd69848fddee61958996e2c10331eeb205c434bbf35309
7
- data.tar.gz: eaa6f8ddf5ec9fa4f6f9790de7cfeb46273d34e666c11a0701b8936940c634808c32d564cbd851aa727ef16625d94f9390a81b2903035961ed5cb7b5291042d4
6
+ metadata.gz: 8e83c5020de2e1ee54c74a804c2a60d8776609132c23ebf854e01e3b4f384069d28a5326fdcc5e8d32458751834dff31eab9596ded82ca6f3822ce921f483c48
7
+ data.tar.gz: 2c60db0d6319edf543c437a9468def829350178db43caf317a171a83eec82a9bdf7975c8db0fee27efa7b771fe723aff680f8f39a35dc5755ae871a73b17bace
data/README.md CHANGED
@@ -4,6 +4,24 @@
4
4
 
5
5
  The gem still is in development
6
6
 
7
+ ## Getting started
8
+
9
+ Add the following line to your Gemfile:
10
+
11
+ ```
12
+ gem 'counter_utils'
13
+ ```
14
+
15
+ Then run `bundle install` or run on terminal:
16
+
17
+ ```
18
+ gem install counter_utils
19
+ ```
20
+
21
+ ### Motivation
22
+
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
+
7
25
  ## Author
8
26
 
9
27
  <h3 align="center">
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module CounterUtils
4
- VERSION = "0.1.1"
4
+ VERSION = "0.1.2"
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.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Elton Santos