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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: cb1288ba02dc4dcf59b5f2eb0014325fd422298d480f9e4d76325a9a5ff82dfd
4
- data.tar.gz: 6efcd3e7fc371197a36bd6808b785e15cde509b28cc8b0b431aa2e4f76fc5d4d
3
+ metadata.gz: feea22b1502d1b3754d1a5753333ce078ba66178d5bab0fede334d906eefc5f8
4
+ data.tar.gz: f1ef1b3e06c94a82548b77804d90bf7de0efd47bf3ff70b9f5a4d3ab6d3e0a6d
5
5
  SHA512:
6
- metadata.gz: 383d99e833af07081323bf187b16128d7241d26c5d355e3eda00dfa25e20a1b5ba768f3f5150a4a79d01fdf1d43b36e28f48c82307dde0fdc43977e5998a8552
7
- data.tar.gz: f037b047e5ea74ec0009819e7b103b66cf7fdf33ed29c1a799762e3d67a3b5f8e81ae82b18b53293826d3eafd231339c6018e68f4b6e6bd47c73d967d8384e80
6
+ metadata.gz: 9343fbb6e9e127232989d02e1f4766285534b618a666e7d34df0ab895be1b1775f6b36f7b2879e9068fd69848fddee61958996e2c10331eeb205c434bbf35309
7
+ data.tar.gz: eaa6f8ddf5ec9fa4f6f9790de7cfeb46273d34e666c11a0701b8936940c634808c32d564cbd851aa727ef16625d94f9390a81b2903035961ed5cb7b5291042d4
data/README.md CHANGED
@@ -1,31 +1,28 @@
1
1
  # CounterUtils
2
2
 
3
- TODO: Delete this and the text below, and describe your gem
3
+ ## Simple gem for counter utils
4
4
 
5
- Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/counter_utils`. To experiment with that code, run `bin/console` for an interactive prompt.
5
+ The gem still is in development
6
6
 
7
- ## Installation
7
+ ## Author
8
8
 
9
- TODO: Replace `UPDATE_WITH_YOUR_GEM_NAME_PRIOR_TO_RELEASE_TO_RUBYGEMS_ORG` with your gem name right after releasing it to RubyGems.org. Please do not do it earlier due to security reasons. Alternatively, replace this section with instructions to install your gem from git if you don't plan to release to RubyGems.org.
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
- Install the gem and add to the application's Gemfile by executing:
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
- $ bundle add UPDATE_WITH_YOUR_GEM_NAME_PRIOR_TO_RELEASE_TO_RUBYGEMS_ORG
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
- If bundler is not being used to manage dependencies, install the gem by executing:
24
+ <br/>
16
25
 
17
- $ gem install UPDATE_WITH_YOUR_GEM_NAME_PRIOR_TO_RELEASE_TO_RUBYGEMS_ORG
26
+ Made with โค๏ธ by Elton Santos ๐Ÿ‘‹๐Ÿฝ [Contact me!](https://www.linkedin.com/in/eltonmelosantos/)
18
27
 
19
- ## Usage
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>
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module CounterUtils
4
- VERSION = "0.1.0"
4
+ VERSION = "0.1.1"
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.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Elton Santos