rbxrb 0.1.0 → 0.1.2
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/CHANGELOG.md +2 -0
- data/lib/rbx/version.rb +1 -1
- data/rbxrb.gemspec +5 -5
- metadata +7 -7
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e027d82886f06b7e5db7aad2b65a5edd9c65b7e610b3e14f7bccec3fea1503d9
|
|
4
|
+
data.tar.gz: 3e834d09d7062de9435497d6cf5f79504de12d02a1ea7b87b550f63bad96b05b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8d629a148a8abf433c4d5f785db98149d1da0cd3401a5a62c278f8f5e5ebae2b40012ba55dc679d3903767b719048408f5ea9cc7a2ff2ab89f6453e105241b3b
|
|
7
|
+
data.tar.gz: 5c647e170c144fa6ea57b16d4561e229fb96dd325407493ce69f1ace7079364096956f50a383073dd6ca377a1dfbb2f63714f4814bf6c5130757c16aa8360601
|
data/CHANGELOG.md
CHANGED
data/lib/rbx/version.rb
CHANGED
data/rbxrb.gemspec
CHANGED
|
@@ -13,16 +13,16 @@ Gem::Specification.new do |spec|
|
|
|
13
13
|
It allows for defining that function on a class that can then define variables
|
|
14
14
|
and methods that can be used in the template.
|
|
15
15
|
DOC
|
|
16
|
-
spec.homepage = "https://github.com/tanema/
|
|
16
|
+
spec.homepage = "https://github.com/tanema/stir_fry"
|
|
17
17
|
spec.license = "MIT"
|
|
18
18
|
spec.required_ruby_version = ">= 3.1"
|
|
19
19
|
spec.require_paths = ["lib"]
|
|
20
20
|
spec.metadata = {
|
|
21
|
-
"source_code_uri" => "https://github.com/tanema/
|
|
22
|
-
"changelog_uri" => "https://github.com/tanema/
|
|
21
|
+
"source_code_uri" => "https://github.com/tanema/stir_fry",
|
|
22
|
+
"changelog_uri" => "https://github.com/tanema/stir_fry/blob/main/rbx/CHANGELOG.md",
|
|
23
23
|
"homepage_uri" => spec.homepage,
|
|
24
|
-
"bug_tracker_uri" => "https://github.com/tanema/
|
|
25
|
-
"documentation_uri" => "https://github.com/tanema/
|
|
24
|
+
"bug_tracker_uri" => "https://github.com/tanema/stir_fry/issues",
|
|
25
|
+
"documentation_uri" => "https://github.com/tanema/stir_fry",
|
|
26
26
|
"rubygems_mfa_required" => "true"
|
|
27
27
|
}
|
|
28
28
|
spec.files = Dir["lib/**/*"] + [
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rbxrb
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tim Anema
|
|
@@ -51,15 +51,15 @@ files:
|
|
|
51
51
|
- lib/rbx/syntax_error.rb
|
|
52
52
|
- lib/rbx/version.rb
|
|
53
53
|
- rbxrb.gemspec
|
|
54
|
-
homepage: https://github.com/tanema/
|
|
54
|
+
homepage: https://github.com/tanema/stir_fry
|
|
55
55
|
licenses:
|
|
56
56
|
- MIT
|
|
57
57
|
metadata:
|
|
58
|
-
source_code_uri: https://github.com/tanema/
|
|
59
|
-
changelog_uri: https://github.com/tanema/
|
|
60
|
-
homepage_uri: https://github.com/tanema/
|
|
61
|
-
bug_tracker_uri: https://github.com/tanema/
|
|
62
|
-
documentation_uri: https://github.com/tanema/
|
|
58
|
+
source_code_uri: https://github.com/tanema/stir_fry
|
|
59
|
+
changelog_uri: https://github.com/tanema/stir_fry/blob/main/rbx/CHANGELOG.md
|
|
60
|
+
homepage_uri: https://github.com/tanema/stir_fry
|
|
61
|
+
bug_tracker_uri: https://github.com/tanema/stir_fry/issues
|
|
62
|
+
documentation_uri: https://github.com/tanema/stir_fry
|
|
63
63
|
rubygems_mfa_required: 'true'
|
|
64
64
|
rdoc_options: []
|
|
65
65
|
require_paths:
|