hola_montells 0.2.2 → 0.2.3
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 +4 -4
- data/Gemfile.lock +1 -1
- data/hola_montells.gemspec +1 -1
- data/lib/hola_montells/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1532b642cde9d0c1baf8270ace2b11fdf2593dc6c5702d05eed8f6ac9cdb042b
|
4
|
+
data.tar.gz: eccc11e085dd7dda6e33f93556601bbae175412ee40bed9fffc2fe4f179ea695
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0e2f78d5d203a2342e87f9cb245891399b088d2e8db52ebdf358a9f8045c29d66fcf4cf5285204f6c13c61949cd4d85e80a0faedd9ca331bb009e515792b7a31
|
7
|
+
data.tar.gz: 95d80361035dd2cba058aafc624b6de707f21b009954bcbd98b8a5cf24dc1e69ae6be195f2a09fe0fcf521af30daf05656555dd1c0a60958501a4bbd4bee005a
|
data/Gemfile.lock
CHANGED
data/hola_montells.gemspec
CHANGED
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
|
|
10
10
|
|
11
11
|
spec.summary = 'Just say ji'
|
12
12
|
spec.description = 'Just how to build gem tutorial'
|
13
|
-
spec.homepage = 'https://
|
13
|
+
spec.homepage = 'https://gitlab.com/montells/hola_gem'
|
14
14
|
spec.license = 'MIT'
|
15
15
|
spec.required_ruby_version = Gem::Requirement.new('>= 2.3.0')
|
16
16
|
|
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.
|
4
|
+
version: 0.2.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Michel Sánchez Montells
|
@@ -36,11 +36,11 @@ files:
|
|
36
36
|
- lib/hola_montells.rb
|
37
37
|
- lib/hola_montells/translator.rb
|
38
38
|
- lib/hola_montells/version.rb
|
39
|
-
homepage: https://
|
39
|
+
homepage: https://gitlab.com/montells/hola_gem
|
40
40
|
licenses:
|
41
41
|
- MIT
|
42
42
|
metadata:
|
43
|
-
homepage_uri: https://
|
43
|
+
homepage_uri: https://gitlab.com/montells/hola_gem
|
44
44
|
post_install_message:
|
45
45
|
rdoc_options: []
|
46
46
|
require_paths:
|