hola_montells 0.2.3 → 0.2.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1532b642cde9d0c1baf8270ace2b11fdf2593dc6c5702d05eed8f6ac9cdb042b
4
- data.tar.gz: eccc11e085dd7dda6e33f93556601bbae175412ee40bed9fffc2fe4f179ea695
3
+ metadata.gz: b567ddd8afeb340ed3264375b29accf235d23546074b2247060fdaa87e02213a
4
+ data.tar.gz: 721027e8c628526fbcb45e46c826f26fb683c3f623ebbd91ee788331bafdde5e
5
5
  SHA512:
6
- metadata.gz: 0e2f78d5d203a2342e87f9cb245891399b088d2e8db52ebdf358a9f8045c29d66fcf4cf5285204f6c13c61949cd4d85e80a0faedd9ca331bb009e515792b7a31
7
- data.tar.gz: 95d80361035dd2cba058aafc624b6de707f21b009954bcbd98b8a5cf24dc1e69ae6be195f2a09fe0fcf521af30daf05656555dd1c0a60958501a4bbd4bee005a
6
+ metadata.gz: 6a68d98e9d2f4ebdc190f6683959e127889b49627c9ce4d51566b07ca7ecc514db56df84f8fce25cee444e4dc8b8ab377056c9aa134bf3e32a8c1698cc1e76d5
7
+ data.tar.gz: 3034bad6e75d73e7e215bf795ee8ed0a960ebf6a3b50c8c0c4786f331c004922da3fddbb9777165c6ac639dbb2be38321f24f74a8d957d297ccb5fa1e5d65c3b
data/README.md CHANGED
@@ -1,8 +1,10 @@
1
1
  # HolaMontells
2
2
 
3
- 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/hola_montells`. To experiment with that code, run `bin/console` for an interactive prompt.
3
+ Thanks for watching here
4
4
 
5
- TODO: Delete this and the text above, and describe your gem
5
+ This is just first gem built. I hope more will come.
6
+
7
+ Not useful value. I was just following the first [how to build a gem](https://guides.rubygems.org/make-your-own-gem/) tutorial
6
8
 
7
9
  ## Installation
8
10
 
@@ -22,19 +24,14 @@ Or install it yourself as:
22
24
 
23
25
  ## Usage
24
26
 
25
- TODO: Write usage instructions here
27
+ require 'hola_montells'
28
+ HolaMontells.hi
29
+ HolaMontells.hi(:englis)
26
30
 
27
31
  ## Development
28
32
 
29
33
  After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
30
34
 
31
- 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 tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).
32
-
33
- ## Contributing
34
-
35
- Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/hola_montells.
36
-
37
-
38
35
  ## License
39
36
 
40
37
  The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
@@ -1,3 +1,3 @@
1
1
  module HolaMontells
2
- VERSION = "0.2.3"
2
+ VERSION = "0.2.4"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hola_montells
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.3
4
+ version: 0.2.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michel Sánchez Montells