flipper-notifications 0.1.4 → 0.1.5

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 711c412144d8226f2551ec7faab049682412d204796af372d4a68ef552c8bdaa
4
- data.tar.gz: 81cad56e5783b8f0fc86b70b8116a12c345f82125ea3f9b6f0b13e0f4805e098
3
+ metadata.gz: 62456284f907b8c5a8066d851ad95b713c20c73e2c93ba781500f287a05269e9
4
+ data.tar.gz: 56f0fb0f98b7598a6f1642113291f7a5aadba58c490eae07ca1c6432f787f2b8
5
5
  SHA512:
6
- metadata.gz: a07ec54acf0b402ee1e76a2997c9d2271715adf57295adb503ad4749af50acbddaa07820c7b9861260be5c99fec9160e93f75a944e5cec29cac0a21d8de84ae9
7
- data.tar.gz: a4bdf8e3625b2f74d989a01af14df266f390057ebd24b0797a9b198d47f42c5debbc118d2e66b42342794e4cdcdfe1e2183e4355e441a79b1b0156825a67057d
6
+ metadata.gz: 5af9595e93f3278574931c1dff05777af211deb73a150df864d30d27d2c0df84c87914d67043886459160c343e29bacd6251f3f42587dfab96d2ae8f739ec4db
7
+ data.tar.gz: af4152928e0a371fa114498ee7f773a4bf29affc283f39a2c1c7bb238d0101a60630d9fbe58da6a132fa99ef6ccc2af714fd2de4cc3660d854a700646b89c9f5
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- flipper-notifications (0.1.4)
4
+ flipper-notifications (0.1.5)
5
5
  activesupport (~> 7.0)
6
6
  flipper (>= 0.24, < 2.0)
7
7
  httparty (~> 0.17)
@@ -45,10 +45,10 @@ module Flipper
45
45
 
46
46
  settings << "- Groups: #{to_sentence(feature.enabled_groups.map(&:name).sort)}" if feature.enabled_groups.any?
47
47
 
48
- settings << "- Users: #{to_sentence(feature.actors_value.sort)}" if feature.actors_value.any?
48
+ settings << "- Actors: #{to_sentence(feature.actors_value.sort)}" if feature.actors_value.any?
49
49
 
50
50
  if feature.percentage_of_actors_value.positive?
51
- settings << "- #{feature.percentage_of_actors_value}% of users"
51
+ settings << "- #{feature.percentage_of_actors_value}% of actors"
52
52
  end
53
53
 
54
54
  settings << "- #{feature.percentage_of_time_value}% of the time" if feature.percentage_of_time_value.positive?
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Flipper
4
4
  module Notifications
5
- VERSION = "0.1.4"
5
+ VERSION = "0.1.5"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: flipper-notifications
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.4
4
+ version: 0.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Joel Lubrano
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-04-18 00:00:00.000000000 Z
11
+ date: 2024-11-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport