safety_cone 1.2.0 → 1.2.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2101ef8045b6a171f2bf74adf69ed729b6b7c3d4
4
- data.tar.gz: 2c4021a527d67509b7a5d43ac7ceac34183ec3de
3
+ metadata.gz: a447441d031ea4ec10004385ad15c9b1384b58e7
4
+ data.tar.gz: b20cf03ed8eead6e027bcd4d45f83c6639508a37
5
5
  SHA512:
6
- metadata.gz: 7894f42411f05db74d1089afa3fd57197fb82f68bbb007396828218f16e845aeec58aa6206f137d25eab754bc307bf55266ba97d16f6f689344563b30c42382c
7
- data.tar.gz: ca2c5ee05fde598914b861afa0913ccd9e6a92b76197863d8bbffaf2da4e89168cbefccfef0a1ea3425735ffafe620eb59a3a7296017bd5d43be62f56a5558e7
6
+ metadata.gz: f81969b68b9689512c5f30ef04cfce81a8720bec032e84d924715d0b40dc518c971997be98c7abe008db52c66c6502474cfb0940b5a047677bee6a698ccb6638
7
+ data.tar.gz: a728d30caf477517dcb8a66154f75347b2ee8ebf3b498776bc9f49819f350b44720655eec45466158437a6f934be6587a761ab544da53efdb9c87bb746e0f4f6
data/README.md CHANGED
@@ -1,7 +1,7 @@
1
1
  ![safety cone logo](https://raw.githubusercontent.com/boost/safety_cone/master/app/assets/images/safety_cone/logo.png)
2
2
  # SafetyCone [![Gem Version](https://badge.fury.io/rb/safety_cone.svg)](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's intended use case is primarily for maintenance.
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
  ```
@@ -1,3 +1,3 @@
1
1
  module SafetyCone
2
- VERSION = '1.2.0'.freeze
2
+ VERSION = '1.2.1'.freeze
3
3
  end
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.0
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: 2017-11-16 00:00:00.000000000 Z
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: '5.1'
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: '5.1'
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.6.11
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