plug 0.1.24 → 0.1.26
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 +1 -1
- data/app/assets/javascripts/plug/application.js +0 -2
- data/lib/plug/engine.rb +0 -1
- data/lib/plug/version.rb +1 -1
- metadata +3 -18
- data/app/assets/javascripts/plug/features.js +0 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6e79894b3905c3ebed0b9ddb4965e59dd4d5663035f75e06b84f668109067278
|
4
|
+
data.tar.gz: ac714f67277fa02f6cbc8282ac52fe0a8c85b24e8d5379264c7ec6017a09a438
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 914c66b1d4412d4ec3c0c35742ea19819d0d1579b1c7cb4d93bd97f5699a8ed367c84119f42d5c030f9f2e9c1779bad417be319d13f677601f8a96158307947c
|
7
|
+
data.tar.gz: d9ac92d1770105e5a841ced51775bb489c54085167589bcb953e552724979e8b8c345515927461493f1fbe51ff2e1b554b0c52f8036039e8d8492898804bef4b
|
data/README.md
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
# Plug [](https://codeclimate.com/github/DigitalNZ/plug/maintainability)
|
1
|
+
# Plug [](https://codeclimate.com/github/DigitalNZ/plug/maintainability) [](https://codeclimate.com/github/DigitalNZ/plug/test_coverage)
|
2
2
|
|
3
3
|
A Rails engine to turn on/off features (Feature flipper).
|
4
4
|
|
data/lib/plug/engine.rb
CHANGED
data/lib/plug/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: plug
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.26
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Boost
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date:
|
12
|
+
date: 2023-09-18 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: aasm
|
@@ -53,20 +53,6 @@ dependencies:
|
|
53
53
|
- - ">="
|
54
54
|
- !ruby/object:Gem::Version
|
55
55
|
version: '0'
|
56
|
-
- !ruby/object:Gem::Dependency
|
57
|
-
name: jquery-rails
|
58
|
-
requirement: !ruby/object:Gem::Requirement
|
59
|
-
requirements:
|
60
|
-
- - ">="
|
61
|
-
- !ruby/object:Gem::Version
|
62
|
-
version: '0'
|
63
|
-
type: :runtime
|
64
|
-
prerelease: false
|
65
|
-
version_requirements: !ruby/object:Gem::Requirement
|
66
|
-
requirements:
|
67
|
-
- - ">="
|
68
|
-
- !ruby/object:Gem::Version
|
69
|
-
version: '0'
|
70
56
|
- !ruby/object:Gem::Dependency
|
71
57
|
name: rails
|
72
58
|
requirement: !ruby/object:Gem::Requirement
|
@@ -206,7 +192,6 @@ files:
|
|
206
192
|
- app/assets/config/plug_manifest.js
|
207
193
|
- app/assets/images/favicon.png
|
208
194
|
- app/assets/javascripts/plug/application.js
|
209
|
-
- app/assets/javascripts/plug/features.js
|
210
195
|
- app/assets/javascripts/plug/trix-core.js
|
211
196
|
- app/assets/stylesheets/plug/_settings.scss
|
212
197
|
- app/assets/stylesheets/plug/application.scss
|
@@ -285,7 +270,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
285
270
|
- !ruby/object:Gem::Version
|
286
271
|
version: '0'
|
287
272
|
requirements: []
|
288
|
-
rubygems_version: 3.
|
273
|
+
rubygems_version: 3.2.32
|
289
274
|
signing_key:
|
290
275
|
specification_version: 4
|
291
276
|
summary: Rails engine that can plug/unplug features
|