ascode 0.7.9 → 0.7.10

Sign up to get free protection for your applications and to get access to all the features.
Files changed (5) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +1 -1
  3. data/ascode-0.7.9.gem +0 -0
  4. data/ascode.gemspec +4 -4
  5. metadata +6 -5
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2838472fec6c7d4f8c699ee99ccf8cdac70b57d791187a60c93707f354674ec0
4
- data.tar.gz: '039295c7ea237b332806623917a6daacc5b932b7a32ce3aba17ad57026065315'
3
+ metadata.gz: acc2faa83fa091e91166dc872022fb54e09b1a3ad0fb14845d459907c04e19e9
4
+ data.tar.gz: 83cced5ebf4df4ff9c9fe51182c2aa207f1137cd2eb7db499d660babbb4587fc
5
5
  SHA512:
6
- metadata.gz: b09b2d9f702648e080871ed6355e395372b5e7d29a5e6f5108559b896a89985242e40ac87b2df1c8426bec3c52ed5d32d93c47969e1028d6cea8563f8d663a2e
7
- data.tar.gz: 821d4f4b2f1b4bfb3b451aa50ccc7773b4280b9e15633b582238e4e33405bc4f3fcab0333252a94754d22a41e46462887bae0d1b28c6c55d8181ec6641dc8b66
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/sudoio/ascode/blob/master/docs/functions.md).
21
+ `](https://github.com/u32i64/ascode/blob/master/docs/functions.md).
22
22
 
23
23
  ```bash
24
24
  ascode 'your code here'
Binary file
@@ -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.9"
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/sudoio/ascode"
14
+ s.homepage = "https://github.com/u32i64/ascode"
15
15
  s.license = "MIT"
16
16
  s.metadata = {
17
- "bug_tracker_uri" => "https://github.com/sudoio/ascode/issues",
18
- "source_code_uri" => "https://github.com/sudoio/ascode"
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.9
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-01-25 00:00:00.000000000 Z
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/sudoio/ascode
37
+ homepage: https://github.com/u32i64/ascode
37
38
  licenses:
38
39
  - MIT
39
40
  metadata:
40
- bug_tracker_uri: https://github.com/sudoio/ascode/issues
41
- source_code_uri: https://github.com/sudoio/ascode
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: