my_precious 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/README.md +6 -0
- data/lib/my_precious/parser.rb +0 -1
- data/lib/my_precious/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e9c12b8fd69753cd4b8ae9e2a8b7507e81986e7d3ad2e8751a278702efd16145
|
4
|
+
data.tar.gz: 204b4a08b1a6b2951637b28cdfeff1a6505549a8ee1bcbf2295972b75463db11
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f97228e8cb8aa77353a576ccc4987428074769f088744933b8ea8c6b09dcc026407c84004f798d8550e5bb25acf5c176bd697586bc4105dcf4f244d6f9221adb
|
7
|
+
data.tar.gz: c5b9749468231bcab4e5b06a389232186f8d34264cb619601f81b710259ee5baeb0279ad831f684cca1c66f1d55114655b0a4303e815d56c961ee4c783093ec1
|
data/Gemfile.lock
CHANGED
data/README.md
CHANGED
@@ -30,6 +30,12 @@ each piece of code you write in Precious must be written on its own new line in
|
|
30
30
|
|
31
31
|
now, in the words of Gandalf the Gray, “All we have to decide is what to do with the time that is given us.”
|
32
32
|
|
33
|
+
# known bugs
|
34
|
+
version 0.2.3 - the last character of the function name will be removed.
|
35
|
+
|
36
|
+
`transcribe the book about Mordor with Nazgul, Frodo
|
37
|
+
|
38
|
+
def mordo( nazgul, frodo )`
|
33
39
|
|
34
40
|
# variables
|
35
41
|
use capitols
|
data/lib/my_precious/parser.rb
CHANGED
data/lib/my_precious/version.rb
CHANGED