bootstrap_bux 0.1.9 → 0.1.10
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/lib/bootstrap_bux/version.rb +1 -1
- 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: 00fe80df3ffaed66f724f4780c6351bfa193f5f1de33621099572353d588e92c
|
4
|
+
data.tar.gz: bc3bb3c0b313f990f002c2e50530b1a13a7865d36d545f08ec8e7cdbf11b1b52
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ed3356497c98383fc6bbce40a862e67ad5137f1af54df7d1c002daf4305bc23ed6a4182ff08b81daefc9f637db83fe51d40a9390c4470ba773c447790072e895
|
7
|
+
data.tar.gz: 21b1142890164e4421badaad431959bbb5f3e5a470654a48381996d29221a35e36b8c76cae6798016c99a667664254c07cca5f1751049d929bc028bef3abe974
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: bootstrap_bux
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.10
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Alison Furlong
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-06-
|
11
|
+
date: 2024-06-05 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|
@@ -120,13 +120,13 @@ files:
|
|
120
120
|
- lib/bootstrap_bux.rb
|
121
121
|
- lib/bootstrap_bux/engine.rb
|
122
122
|
- lib/bootstrap_bux/version.rb
|
123
|
-
homepage: https://code.osu.edu/asctech/
|
123
|
+
homepage: https://code.osu.edu/asctech/bootstrap_bux_gem
|
124
124
|
licenses:
|
125
125
|
- MIT
|
126
126
|
metadata:
|
127
|
-
homepage_uri: https://code.osu.edu/asctech/
|
128
|
-
source_code_uri: https://code.osu.edu/asctech/
|
129
|
-
changelog_uri: https://code.osu.edu/asctech/
|
127
|
+
homepage_uri: https://code.osu.edu/asctech/bootstrap_bux_gem
|
128
|
+
source_code_uri: https://code.osu.edu/asctech/bootstrap_bux_gem
|
129
|
+
changelog_uri: https://code.osu.edu/asctech/bootstrap_bux_gem/CHANGELOG.md
|
130
130
|
post_install_message:
|
131
131
|
rdoc_options: []
|
132
132
|
require_paths:
|
@@ -144,7 +144,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
144
144
|
- !ruby/object:Gem::Version
|
145
145
|
version: '0'
|
146
146
|
requirements: []
|
147
|
-
rubygems_version: 3.
|
147
|
+
rubygems_version: 3.3.26
|
148
148
|
signing_key:
|
149
149
|
specification_version: 4
|
150
150
|
summary: Bootstrap + mini-Bux + Rails
|