ascode 0.7.9 → 0.7.10
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 +1 -1
- data/ascode-0.7.9.gem +0 -0
- data/ascode.gemspec +4 -4
- metadata +6 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: acc2faa83fa091e91166dc872022fb54e09b1a3ad0fb14845d459907c04e19e9
|
|
4
|
+
data.tar.gz: 83cced5ebf4df4ff9c9fe51182c2aa207f1137cd2eb7db499d660babbb4587fc
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d8d4a3863d08f3f39d3fefb3ca3732c3a60eafd141fe8b32998be1cf8e5bb8af7c875f7d8866dffaacafd1b55cae74603f68a78b7285c17c7e3f082c2d76663d
|
|
7
|
+
data.tar.gz: d65f5abe687282172015c93405119f9e1130fc5772bbf2dd1386cd5e02702c12a11fe37414317804769159340ec5d4bcb1a95502b129f5cc55ff8479a68cd634
|
data/README.md
CHANGED
|
@@ -18,7 +18,7 @@ gem install ascode
|
|
|
18
18
|
###### Run
|
|
19
19
|
|
|
20
20
|
> Function reference is available in [`docs/functions.md
|
|
21
|
-
`](https://github.com/
|
|
21
|
+
`](https://github.com/u32i64/ascode/blob/master/docs/functions.md).
|
|
22
22
|
|
|
23
23
|
```bash
|
|
24
24
|
ascode 'your code here'
|
data/ascode-0.7.9.gem
ADDED
|
Binary file
|
data/ascode.gemspec
CHANGED
|
@@ -2,7 +2,7 @@ Gem::Specification.new do |s|
|
|
|
2
2
|
s.name = "ascode"
|
|
3
3
|
s.authors = ["Artem Varaksa"]
|
|
4
4
|
|
|
5
|
-
s.version = "0.7.
|
|
5
|
+
s.version = "0.7.10"
|
|
6
6
|
s.date = Time.now.strftime("%Y-%m-%d")
|
|
7
7
|
|
|
8
8
|
s.summary = "Experimental esoteric golfing language"
|
|
@@ -11,10 +11,10 @@ Gem::Specification.new do |s|
|
|
|
11
11
|
s.executables << "ascode"
|
|
12
12
|
s.files = Dir["**/*"]
|
|
13
13
|
|
|
14
|
-
s.homepage = "https://github.com/
|
|
14
|
+
s.homepage = "https://github.com/u32i64/ascode"
|
|
15
15
|
s.license = "MIT"
|
|
16
16
|
s.metadata = {
|
|
17
|
-
"bug_tracker_uri" => "https://github.com/
|
|
18
|
-
"source_code_uri" => "https://github.com/
|
|
17
|
+
"bug_tracker_uri" => "https://github.com/u32i64/ascode/issues",
|
|
18
|
+
"source_code_uri" => "https://github.com/u32i64/ascode"
|
|
19
19
|
}
|
|
20
20
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: ascode
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.7.
|
|
4
|
+
version: 0.7.10
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Artem Varaksa
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2018-
|
|
11
|
+
date: 2018-05-06 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description:
|
|
14
14
|
email:
|
|
@@ -19,6 +19,7 @@ extra_rdoc_files: []
|
|
|
19
19
|
files:
|
|
20
20
|
- LICENSE.md
|
|
21
21
|
- README.md
|
|
22
|
+
- ascode-0.7.9.gem
|
|
22
23
|
- ascode.gemspec
|
|
23
24
|
- bin/ascode
|
|
24
25
|
- docs/functions.md
|
|
@@ -33,12 +34,12 @@ files:
|
|
|
33
34
|
- lib/ascode/parser/function.rb
|
|
34
35
|
- lib/ascode/parser/literal.rb
|
|
35
36
|
- lib/ascode/parser/main.rb
|
|
36
|
-
homepage: https://github.com/
|
|
37
|
+
homepage: https://github.com/u32i64/ascode
|
|
37
38
|
licenses:
|
|
38
39
|
- MIT
|
|
39
40
|
metadata:
|
|
40
|
-
bug_tracker_uri: https://github.com/
|
|
41
|
-
source_code_uri: https://github.com/
|
|
41
|
+
bug_tracker_uri: https://github.com/u32i64/ascode/issues
|
|
42
|
+
source_code_uri: https://github.com/u32i64/ascode
|
|
42
43
|
post_install_message:
|
|
43
44
|
rdoc_options: []
|
|
44
45
|
require_paths:
|