my_precious 0.2.5 → 0.2.6
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 +10 -0
- data/lib/my_precious/version.rb +1 -1
- data/my_precious.gemspec +1 -1
- metadata +3 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ccd010d60f4bb76f52211a288cc338b93cc2f04d0e1552f2a71fe1e63ef7b1c5
|
|
4
|
+
data.tar.gz: 7cadc9b6713926f133d97417e74e5c1429e9b112da633bbe478cef1ff838223b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3c387090479902a6ead2ff905ac007db84cd45b6fec1c128838770901de9696c78c1636625882f214f2551d15b21636fdc26a1345f71d62731bd15fc585b4f17
|
|
7
|
+
data.tar.gz: 564e969beb75ffdce5fa9b93b3dfe604ef775ad737af5500b5ee894cea5589d368e1ed190bd90c095430a3975c9da7580d60762ba7e8215ddb516b2896b1ec42
|
data/README.md
CHANGED
|
@@ -30,6 +30,16 @@ 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
|
+
# terminal commands
|
|
34
|
+
my_precious forge 'filename'
|
|
35
|
+
my_precious bring_forth 'filename' 'output filename'
|
|
36
|
+
|
|
37
|
+
forge: create an empty .precious file with the specified name that you gave it. You will write you Precious code here.
|
|
38
|
+
bring_forth: 'filename' here is the same file you created with forge which will now be read and interpreted into Ruby code which is then written and outputted to 'output filename'
|
|
39
|
+
|
|
40
|
+

|
|
41
|
+
|
|
42
|
+
|
|
33
43
|
# known bugs
|
|
34
44
|
version 0.2.3 - the last character of the function name will be removed.
|
|
35
45
|
|
data/lib/my_precious/version.rb
CHANGED
data/my_precious.gemspec
CHANGED
|
@@ -7,7 +7,7 @@ Gem::Specification.new do |spec|
|
|
|
7
7
|
spec.name = "my_precious"
|
|
8
8
|
spec.version = MyPrecious::VERSION
|
|
9
9
|
spec.authors = ["jessicabettsftw", "crishanks"]
|
|
10
|
-
spec.email = ["jessicaannbettsis@gmail.com", "crishanks12@gmail.com"]
|
|
10
|
+
spec.email = ["jessicaannbettsis@gmail.com", "crishanks12@gmail.com", "mypreciousrubygem@gmail.com"]
|
|
11
11
|
|
|
12
12
|
spec.summary = %q{"Lord of the Rings Programming Language".}
|
|
13
13
|
spec.description = %q{"I wanted to make a fun programming language so I did. It's mine. My own. My Precious... Precious is a LOTR esoteric programming language translator. Precious uses lore keywords and english to create simple programming functionality."}
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: my_precious
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.6
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- jessicabettsftw
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: exe
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2019-03-
|
|
12
|
+
date: 2019-03-24 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: bundler
|
|
@@ -59,6 +59,7 @@ description: '"I wanted to make a fun programming language so I did. It''s mine.
|
|
|
59
59
|
email:
|
|
60
60
|
- jessicaannbettsis@gmail.com
|
|
61
61
|
- crishanks12@gmail.com
|
|
62
|
+
- mypreciousrubygem@gmail.com
|
|
62
63
|
executables:
|
|
63
64
|
- my_precious
|
|
64
65
|
extensions: []
|