meals 1.2.4 → 1.2.5
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/README.md +2 -2
- 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: '028ce0b0238bb2a5464390f0e9f61655c4d7518d4f4bab73dbe5d110eb9bd2e7'
|
|
4
|
+
data.tar.gz: 8d3d71eb928f06dc5b4267734f5728aeda39855afad30c1b2fd1c66b38c8365b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 23a1cfa7ad51146365883897c01b4632532dc10498c4a5d1de60a47bffbcd6d660fd58d5a0b4b480bd996e1def8987fa98f2a3acefd3155b6cb7b73ec3becff2
|
|
7
|
+
data.tar.gz: c37924444dbbf1dc4ca4bca8f8b73668c35f7c1ce9edd0950e9c3fad3cdf4694a9b8190640a19485dfa942e42afc46311df321af30234a2fa6f0c5e4023fa388
|
data/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# meals
|
|
1
|
+
# meals-ruby [](https://badge.fury.io/rb/meals)  
|
|
2
2
|
|
|
3
3
|
Find what you can cook with your emojis
|
|
4
4
|
|
|
@@ -74,7 +74,7 @@ Of course, I'm glad you asked fam.
|
|
|
74
74
|
|
|
75
75
|
## License
|
|
76
76
|
|
|
77
|
-
This project is licensed under the [MIT License](https://github.com/EmojiMeals/meals
|
|
77
|
+
This project is licensed under the [MIT License](https://github.com/EmojiMeals/meals-ruby/blob/master/LICENSE).
|
|
78
78
|
|
|
79
79
|
## Greetings
|
|
80
80
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: meals
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.2.
|
|
4
|
+
version: 1.2.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Justin Leger
|
|
@@ -54,8 +54,8 @@ homepage: https://github.com/EmojiMeals/meals.rb
|
|
|
54
54
|
licenses:
|
|
55
55
|
- MIT
|
|
56
56
|
metadata:
|
|
57
|
-
source_code_uri: https://github.com/EmojiMeals/meals
|
|
58
|
-
changelog_uri: https://github.com/EmojiMeals/meals
|
|
57
|
+
source_code_uri: https://github.com/EmojiMeals/meals-rb
|
|
58
|
+
changelog_uri: https://github.com/EmojiMeals/meals-rb/blob/master/CHANGELOG.md
|
|
59
59
|
post_install_message:
|
|
60
60
|
rdoc_options: []
|
|
61
61
|
require_paths:
|