code-ruby 0.15.14 → 0.15.15
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 +4 -4
- data/code-ruby.gemspec +2 -2
- data/lib/code/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 381b6da2c705fe3f7f21f03ed74bb43029e0a93348b16372c7313c8f9998d90d
|
|
4
|
+
data.tar.gz: 3c37e2ce62f94eadb7575a53b6bb60ac61e1b1804eafba3bd90f792d7271523e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b23a3ac309cbab033d5212d9f79fdd7a8afc654ee586915459641db7b13b8bd6bd5dfc3b3f373379718b5c6185612d920ccd322572dfb8edbce30606473a7d66
|
|
7
|
+
data.tar.gz: 29cee7ad7781d50a3682611385a4fa8236d935fc6f26474019834e70f9e8f8518b065213a5fca1af8eb2cd41c4a766e7566d3621de7129f03bd69e92a99a93af
|
data/Gemfile.lock
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
code-ruby (0.15.
|
|
4
|
+
code-ruby (0.15.15)
|
|
5
5
|
activesupport
|
|
6
6
|
bigdecimal
|
|
7
7
|
did-you-mean
|
|
@@ -43,8 +43,8 @@ GEM
|
|
|
43
43
|
language_server-protocol (3.17.0.3)
|
|
44
44
|
levenshtein (0.2.2)
|
|
45
45
|
logger (1.6.0)
|
|
46
|
-
minitest (5.25.
|
|
47
|
-
parallel (1.26.
|
|
46
|
+
minitest (5.25.1)
|
|
47
|
+
parallel (1.26.3)
|
|
48
48
|
parser (3.3.4.2)
|
|
49
49
|
ast (~> 2.4.1)
|
|
50
50
|
racc
|
|
@@ -79,7 +79,7 @@ GEM
|
|
|
79
79
|
rubocop-ast (>= 1.31.1, < 2.0)
|
|
80
80
|
ruby-progressbar (~> 1.7)
|
|
81
81
|
unicode-display_width (>= 2.4.0, < 3.0)
|
|
82
|
-
rubocop-ast (1.32.
|
|
82
|
+
rubocop-ast (1.32.1)
|
|
83
83
|
parser (>= 3.3.1.0)
|
|
84
84
|
rubocop-minitest (0.35.1)
|
|
85
85
|
rubocop (>= 1.61, < 2.0)
|
data/code-ruby.gemspec
CHANGED
|
@@ -6,8 +6,8 @@ require_relative "lib/code/version"
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = "code-ruby"
|
|
8
8
|
s.version = ::Code::Version
|
|
9
|
-
s.summary = "
|
|
10
|
-
s.description =
|
|
9
|
+
s.summary = "a programming language for the internet"
|
|
10
|
+
s.description = s.summary
|
|
11
11
|
s.authors = ["Dorian Marié"]
|
|
12
12
|
s.email = "dorian@dorianmarie.fr"
|
|
13
13
|
s.files = `git ls-files`.lines.map(&:strip)
|
data/lib/code/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: code-ruby
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.15.
|
|
4
|
+
version: 0.15.15
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Dorian Marié
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2024-08-
|
|
11
|
+
date: 2024-08-18 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activesupport
|
|
@@ -94,7 +94,7 @@ dependencies:
|
|
|
94
94
|
- - ">="
|
|
95
95
|
- !ruby/object:Gem::Version
|
|
96
96
|
version: '0'
|
|
97
|
-
description:
|
|
97
|
+
description: a programming language for the internet
|
|
98
98
|
email: dorian@dorianmarie.fr
|
|
99
99
|
executables:
|
|
100
100
|
- code
|
|
@@ -269,5 +269,5 @@ requirements: []
|
|
|
269
269
|
rubygems_version: 3.5.11
|
|
270
270
|
signing_key:
|
|
271
271
|
specification_version: 4
|
|
272
|
-
summary:
|
|
272
|
+
summary: a programming language for the internet
|
|
273
273
|
test_files: []
|