flip_fab 1.0.18 → 1.1.19

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
  SHA256:
3
- metadata.gz: 1a075e87790799b6ba56d8a5c5b2a01548c5267e70f724d64737d36c50c04ff4
4
- data.tar.gz: 7e432ffb383b8f0f2f5e7891a251d18bdd4edff67901d7f039e871884e0ad029
3
+ metadata.gz: 29d65202eeeef97070545a5463b0e20bac7eaa27b823f0a6bfcc00fa5ab2448a
4
+ data.tar.gz: 8bd03a325a315b93365c30fd03cdf4dfb0a3f17cef17d9d39f623f6149c90543
5
5
  SHA512:
6
- metadata.gz: 6c94a910fed8effb26b8b4cf0b3ed0c979ef7210e489a3847335614dd4c9430ddddfe2b397df910b76e8a70a95c3a2bbc187579b202fff4c88b5ba2de6b9e05b
7
- data.tar.gz: 52d7de2d11000db27b0eaa87c463a4a6797e54600ded09d016db86e11b35967a884bc7ca7caf2a9fb1654dafb9fc3c88d2f06201e71cac94caeabbe9533da4bd
6
+ metadata.gz: 26325f1b680c3c29f274a4847c4e186e188a188fe23f005bf66d1f699ae7bb7917d69ebcc1009aa464e423660a3e64b88664fa28a09bdc8873945e55b6e080b2
7
+ data.tar.gz: d5999a60f6c4914c1be27a898d2ef6b63237d35d90d23afc50a8d735cfabb4dc1e7a7b6ac9c1c8325532b6f8ec730821e47a33ea015c35737f2813037c305a1a
@@ -1,4 +1,4 @@
1
- name: Publish Ruby Gem
1
+ name: Publish Ruby Gem - Deploy
2
2
 
3
3
  on:
4
4
  push:
@@ -30,7 +30,7 @@ blocks:
30
30
  - name: Tests
31
31
  matrix:
32
32
  - env_var: RUBY_VERSION
33
- values: ["2.7", "3.0"]
33
+ values: ["2.7", "3.0", "3.1"]
34
34
  commands:
35
35
  - bundle exec rspec
36
36
  - name: Semaphore v2 Compliance
@@ -46,4 +46,4 @@ blocks:
46
46
  - bundle exec rubocop
47
47
  env_vars:
48
48
  - name: RUBY_VERSION
49
- value: 2.6.5
49
+ value: 3.0.4
data/CODEOWNERS CHANGED
@@ -1,3 +1,3 @@
1
1
  # Add your project owners info here
2
2
  # More information: https://help.github.com/articles/about-codeowners/
3
- * @simplybusiness/alchemists
3
+ * @simplybusiness/freebirds
@@ -1,7 +1,7 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module FlipFab
4
- base = '1.0.18'
4
+ base = '1.1.19'
5
5
 
6
6
  # SB-specific versioning "algorithm" to accommodate BNW/Jenkins/gemstash
7
7
  VERSION = (pre = ENV.fetch('GEM_PRE_RELEASE', '')).empty? ? base : "#{base}.#{pre}"
@@ -72,7 +72,7 @@ module FlipFab
72
72
  end
73
73
 
74
74
  describe '#write' do
75
- before { Timecop.freeze(Time.local(1990)) }
75
+ before { Timecop.freeze(Time.utc(1990)) }
76
76
  after { Timecop.return }
77
77
 
78
78
  it 'saves the feature state' do
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: flip_fab
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.18
4
+ version: 1.1.19
5
5
  platform: ruby
6
6
  authors:
7
7
  - Simply Business
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-11-03 00:00:00.000000000 Z
11
+ date: 2023-01-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rack