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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1ff8db77bcb7cdfbc84cd2f4ec4812c16c27eb8f59d096b32232ddbea098d66c
4
- data.tar.gz: 5e6ccc51a4502d3eaa09c00a56c59381ca38d91d2baf66ab123a1f75fa626362
3
+ metadata.gz: e027d82886f06b7e5db7aad2b65a5edd9c65b7e610b3e14f7bccec3fea1503d9
4
+ data.tar.gz: 3e834d09d7062de9435497d6cf5f79504de12d02a1ea7b87b550f63bad96b05b
5
5
  SHA512:
6
- metadata.gz: 2ecd471a44e30f275b49f708c4a64904441463316f42476a758bee91b97c102f569628ad706a7d5392e22139245c65a96f272c2ec87b9511fde388c01bb22398
7
- data.tar.gz: ae80fbb76b174081610fa71d582e9cbffe794ab395d001a1272313c7a99eaa61733dd794d30425b4e01d202164ef5b7542ce0bd7c332e657f612f99adce87a33
6
+ metadata.gz: 8d629a148a8abf433c4d5f785db98149d1da0cd3401a5a62c278f8f5e5ebae2b40012ba55dc679d3903767b719048408f5ea9cc7a2ff2ab89f6453e105241b3b
7
+ data.tar.gz: 5c647e170c144fa6ea57b16d4561e229fb96dd325407493ce69f1ace7079364096956f50a383073dd6ca377a1dfbb2f63714f4814bf6c5130757c16aa8360601
data/CHANGELOG.md CHANGED
@@ -1,5 +1,7 @@
1
1
  ## [Unreleased]
2
2
 
3
+ ## [0.1.2] - 2026-09-07
4
+ ## [0.1.1] - 2026-09-07
3
5
  ## [0.1.0] - 2026-09-06
4
6
 
5
7
  Initial release with support for
data/lib/rbx/version.rb CHANGED
@@ -2,5 +2,5 @@
2
2
 
3
3
  module RBX
4
4
  # Version number for RBX
5
- VERSION = "0.1.0"
5
+ VERSION = "0.1.2"
6
6
  end
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/nextrb"
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/nextrb",
22
- "changelog_uri" => "https://github.com/tanema/nextrb/blob/main/rbx/CHANGELOG.md",
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/nextrb/issues",
25
- "documentation_uri" => "https://github.com/tanema/nextrb",
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.0
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/nextrb
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/nextrb
59
- changelog_uri: https://github.com/tanema/nextrb/blob/main/rbx/CHANGELOG.md
60
- homepage_uri: https://github.com/tanema/nextrb
61
- bug_tracker_uri: https://github.com/tanema/nextrb/issues
62
- documentation_uri: https://github.com/tanema/nextrb
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: