my_precious 0.2.5 → 0.2.6

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4c5a354f36103a2cf2b31977e461b5063360e7e6c10887191fb89a51e2038783
4
- data.tar.gz: bcea194f658d5fba5eac3f9a5b5aa64d67c6ad8a69fd319f5ce38b249af8ea87
3
+ metadata.gz: ccd010d60f4bb76f52211a288cc338b93cc2f04d0e1552f2a71fe1e63ef7b1c5
4
+ data.tar.gz: 7cadc9b6713926f133d97417e74e5c1429e9b112da633bbe478cef1ff838223b
5
5
  SHA512:
6
- metadata.gz: f3e965bec6e3e8bfdb1ed2fbd3ff6757b281ed18b65797feaacc9392cafc14d2948bfb28270e3dbbfc55635230a166bd19088354aa7c54f12210b973207eb8fc
7
- data.tar.gz: a21a39091b35a107b483de6df85304004e62e74635ec29f1b9b5f520ca3a534a7f785b6905206343e420af892bf0b9be280583ee15b5f995022cf3ad4c7045e1
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
+ ![terminal commands](https://lh3.google.com/u/0/d/1TleoYUX46Bp_sJ-Jb777BLQjKI--7iDN=w2458-h1394-iv1 "Terminal Commands")
41
+
42
+
33
43
  # known bugs
34
44
  version 0.2.3 - the last character of the function name will be removed.
35
45
 
@@ -1,3 +1,3 @@
1
1
  module MyPrecious
2
- VERSION = "0.2.5"
2
+ VERSION = "0.2.6"
3
3
  end
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.5
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-23 00:00:00.000000000 Z
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: []