Skip to content
This repository was archived by the owner on Aug 21, 2023. It is now read-only.

Commit 316211a

Browse files
freebirds sys handover
1 parent 5de0d7f commit 316211a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Add your project owners info here
22
# More information: https://help.github.com/articles/about-codeowners/
3-
* @simplybusiness/alchemists
3+
* @simplybusiness/freebirds

lib/flip_fab/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# frozen_string_literal: true
22

33
module FlipFab
4-
base = '1.0.18'
4+
base = '1.1.18'
55

66
# SB-specific versioning "algorithm" to accommodate BNW/Jenkins/gemstash
77
VERSION = (pre = ENV.fetch('GEM_PRE_RELEASE', '')).empty? ? base : "#{base}.#{pre}"

spec/lib/flip_fab/cookie_persistence_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ module FlipFab
7272
end
7373

7474
describe '#write' do
75-
before { Timecop.freeze(Time.local(1990)) }
75+
before { Timecop.freeze(Time.utc(1990)) }
7676
after { Timecop.return }
7777

7878
it 'saves the feature state' do

0 commit comments

Comments
 (0)