safety_cone 1.2.0 → 1.2.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 +4 -4
- data/README.md +1 -3
- data/lib/safety_cone/version.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a447441d031ea4ec10004385ad15c9b1384b58e7
|
|
4
|
+
data.tar.gz: b20cf03ed8eead6e027bcd4d45f83c6639508a37
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f81969b68b9689512c5f30ef04cfce81a8720bec032e84d924715d0b40dc518c971997be98c7abe008db52c66c6502474cfb0940b5a047677bee6a698ccb6638
|
|
7
|
+
data.tar.gz: a728d30caf477517dcb8a66154f75347b2ee8ebf3b498776bc9f49819f350b44720655eec45466158437a6f934be6587a761ab544da53efdb9c87bb746e0f4f6
|
data/README.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|

|
|
2
2
|
# SafetyCone [](https://badge.fury.io/rb/safety_cone)
|
|
3
3
|
|
|
4
|
-
Safety Cone is a Rails gem that allows you to temporarily add warnings or block requests to specific pages through a simple interface. It
|
|
4
|
+
Safety Cone is a Rails gem that allows you to temporarily add warnings or block requests to specific pages through a simple interface. It also provides a feature flipper.
|
|
5
5
|
|
|
6
6
|
## Installation
|
|
7
7
|
Add this line to your application's Gemfile:
|
|
@@ -85,8 +85,6 @@ In View
|
|
|
85
85
|
<!-- Feature Flipper -->
|
|
86
86
|
<% if record_search? %>
|
|
87
87
|
<div>Search Records</div>
|
|
88
|
-
<% else %>
|
|
89
|
-
<div>Search Records</div>
|
|
90
88
|
<% end %>
|
|
91
89
|
</div>
|
|
92
90
|
```
|
data/lib/safety_cone/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: safety_cone
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.2.
|
|
4
|
+
version: 1.2.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Boost
|
|
@@ -10,7 +10,7 @@ authors:
|
|
|
10
10
|
autorequire:
|
|
11
11
|
bindir: bin
|
|
12
12
|
cert_chain: []
|
|
13
|
-
date:
|
|
13
|
+
date: 2018-01-29 00:00:00.000000000 Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: rails
|
|
@@ -18,14 +18,14 @@ dependencies:
|
|
|
18
18
|
requirements:
|
|
19
19
|
- - "<="
|
|
20
20
|
- !ruby/object:Gem::Version
|
|
21
|
-
version:
|
|
21
|
+
version: 5.1.4
|
|
22
22
|
type: :runtime
|
|
23
23
|
prerelease: false
|
|
24
24
|
version_requirements: !ruby/object:Gem::Requirement
|
|
25
25
|
requirements:
|
|
26
26
|
- - "<="
|
|
27
27
|
- !ruby/object:Gem::Version
|
|
28
|
-
version:
|
|
28
|
+
version: 5.1.4
|
|
29
29
|
- !ruby/object:Gem::Dependency
|
|
30
30
|
name: redis
|
|
31
31
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -227,7 +227,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
227
227
|
version: '0'
|
|
228
228
|
requirements: []
|
|
229
229
|
rubyforge_project:
|
|
230
|
-
rubygems_version: 2.
|
|
230
|
+
rubygems_version: 2.5.1
|
|
231
231
|
signing_key:
|
|
232
232
|
specification_version: 4
|
|
233
233
|
summary: Blocks or warns requests as cofigured by the admin
|