rbxrb 0.1.0 → 0.1.1

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: 96041ab45642e4019b1065597b62e2a63d9d42f2d501a03614e407fde1a5f3aa
4
+ data.tar.gz: 4cf54ae124f62d83d8e6973d8b146b9ac83724917aa7c5593faf6c3c36af845c
5
5
  SHA512:
6
- metadata.gz: 2ecd471a44e30f275b49f708c4a64904441463316f42476a758bee91b97c102f569628ad706a7d5392e22139245c65a96f272c2ec87b9511fde388c01bb22398
7
- data.tar.gz: ae80fbb76b174081610fa71d582e9cbffe794ab395d001a1272313c7a99eaa61733dd794d30425b4e01d202164ef5b7542ce0bd7c332e657f612f99adce87a33
6
+ metadata.gz: aa52783c93379bf172347410f0c013ae4f8d7a67e4d47fb781cb46d5d7df87c94f026ec323f7652d16982dd18356f139655a50839d50486a27c902756a3194d1
7
+ data.tar.gz: ded39db406aecaea6433b62fe3d3376f201e433fbe879d5a496b5876ff9af6eb560f3d8f877ef73c1f0893c9c98076372a8c767bc1b9b4fa76e336215a6ff6c8
data/CHANGELOG.md CHANGED
@@ -1,5 +1,7 @@
1
1
  ## [Unreleased]
2
2
 
3
+ ## [0.1.1] - 2026-09-07
4
+
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.1"
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.1
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: