foobara-rack-connector-generator 0.0.7 → 0.0.9

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: f3c77312f9cf6d5edeb649752cad65fedd50259c038d020b2123224fc9f6dc29
4
- data.tar.gz: 354b9ced2a3e1da2dc519d9c670e8eec83ccfa882c99a99eb5f84ea83e89dece
3
+ metadata.gz: 92f4db3ddd61cbbfc95c1c0b629539b02b012f9756620dd4cb16dc3e5ed3d822
4
+ data.tar.gz: 8a91352a241b950a8e78b4f2a2555393ac13f7553a52b385dcf1f107661bd1ea
5
5
  SHA512:
6
- metadata.gz: 93c164442f93cbefbd87edca2af5e4120ba31c553080bff351791fa9ff65126c694b7b917368f99df22c0fbb53f7472e2ba5d19413fc1cd4559eb8fe3f33679b
7
- data.tar.gz: fd4eb0892734261a537c33004988a79a5a691a37e57abd4ab5ed4ec959c5d0fe8d74ab25ad3e93d495eac758b1587d30aee5e5e655484e6b136d8fd050dbf21c
6
+ metadata.gz: 32f90dd1af0cdc9866298e5bb13548a676f89447e5f2a96965f04f302cf84d717bc4418299b6c5dc51e78f048743997654ac3f4ca5f6a10fc95650aba5830559
7
+ data.tar.gz: 4709ae9131d20388a538365fd561defd8abd915446890c517b73af6f4245dc825a18b1f2ec485ffa9d021302816c2d4cfa2ca4fd520a42a1018f7531f95f6c14
data/CHANGELOG.md CHANGED
@@ -1,3 +1,12 @@
1
+ ## [0.0.9] - 2025-02-19
2
+
3
+ - Use rubygems instead of github in Gemfile
4
+
5
+ ## [0.0.8] - 2025-02-19
6
+
7
+ - Bump Ruby to 3.4.2
8
+ - Add puma to generated Gemfile
9
+
1
10
  ## [0.0.7] - 2025-01-07
2
11
 
3
12
  - Bump Ruby to 3.4.1
@@ -21,9 +21,10 @@ module Foobara
21
21
 
22
22
  if match
23
23
  new_entry = [
24
- 'gem "foobara-rack-connector", github: "foobara/rack-connector"',
24
+ 'gem "foobara-rack-connector"',
25
25
  'gem "rackup"',
26
- 'gem "rerun"'
26
+ 'gem "rerun"',
27
+ 'gem "puma"'
27
28
  ].join("\n")
28
29
 
29
30
  "#{match.pre_match}\n#{new_entry}\n#{match}#{match.post_match}"
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: foobara-rack-connector-generator
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.7
4
+ version: 0.0.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Miles Georgi
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-01-07 00:00:00.000000000 Z
10
+ date: 2025-02-20 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: foobara
@@ -83,7 +83,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
83
83
  - !ruby/object:Gem::Version
84
84
  version: '0'
85
85
  requirements: []
86
- rubygems_version: 3.6.2
86
+ rubygems_version: 3.6.3
87
87
  specification_version: 4
88
88
  summary: Generates a Foobara rack_connector
89
89
  test_files: []