burg 0.2.0 → 0.3.0
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/README.md +4 -0
- data/lib/burg/version.rb +1 -1
- metadata +1 -2
- data/Rakefile +0 -10
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7d7f4537c75aa510de90e7c2a2c6bb69f4af0378d61b614ee7d76da1a1f732f8
|
4
|
+
data.tar.gz: 6f9409a6644ec944f63868c275c2e176462330a14c2b07fafce55ea7510f0e17
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ebd9b3f9a482d3949601d9e6cb54889c62ab735bda3e6c0091c312b60d56a4787eb7b227ef37e1856839e22d087b0191ed1c95b5855a7101c06b598850a352ff
|
7
|
+
data.tar.gz: 4ecda71a63df8fb96827bc72bfdad1eef4c9d0991c23625f6202a3d935fc1357f9011f2a78313d42d1b29d94d66b5d70ab04ab4eb068788170179f534c68f68b
|
data/README.md
CHANGED
@@ -6,6 +6,10 @@ Burg is the worst Ruby web framework. It's an experimental framework that's most
|
|
6
6
|
|
7
7
|
Bug reports and pull requests are welcome [on GitHub](https://github.com/jarednorman/burg). This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [code of conduct](https://github.com/jarednorman/burg/blob/main/CODE_OF_CONDUCT.md).
|
8
8
|
|
9
|
+
## Releasing
|
10
|
+
|
11
|
+
This project uses [bake-gem](https://github.com/ioquatix/bake-gem) for releasing. Run `bake gem:release:{patch,minor,major}` to cut a new release.
|
12
|
+
|
9
13
|
## License
|
10
14
|
|
11
15
|
The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
|
data/lib/burg/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: burg
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.3.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Jared Norman
|
@@ -48,7 +48,6 @@ files:
|
|
48
48
|
- CODE_OF_CONDUCT.md
|
49
49
|
- LICENSE.txt
|
50
50
|
- README.md
|
51
|
-
- Rakefile
|
52
51
|
- lib/burg.rb
|
53
52
|
- lib/burg/app_loader.rb
|
54
53
|
- lib/burg/app_loader_middleware.rb
|