pursuit 0.4.1 → 0.4.2

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: 4b1d45107d4ab3d9a2ac9d9eaf8451e6f75762f2c8ac71e51683c3afe98009c7
4
- data.tar.gz: e40fa3f38548173ba042cd232347127a3059c4e7f4a417569cad81d16b2b3710
3
+ metadata.gz: 33d8d69593b2a4d0958be760e1fb12b1bcfe6f6fef61cb76ab81f29c57849fe9
4
+ data.tar.gz: 04a6f91a0a5d0ed66390fdb389c64344ab15c32547755fa8b1b54c33449479d8
5
5
  SHA512:
6
- metadata.gz: 65009e855c743fad6e91b5939d59456c845976b2add94fd1d03a9603d34a6046d5e45e58dd3fc7ca33291600f1a17bb879b2c492f1d5c22102bc9f2124c591b3
7
- data.tar.gz: 9662bc16e8eb17107089b5bdd7635a91d0647b71a015cff79bf43df4b517729036d8c9ff3fde2b299ca82e63e440b3abca2531eddaa35aeb306472e62a7bc708
6
+ metadata.gz: 205bf48c72a98dcf57a95483d25722bee933a23e570c00e7dfa1aabeb4cb6e8cf78e59e87526052357fd42590955c7b9a18f867abf0e6bb8f95d009faf0f1820
7
+ data.tar.gz: fa909dbe9e34a411c6131e74c22bdf005dd664fef89d6fb3b63b3a8853b5c92080a8f358b081c1ff589235ffd358a9b31fd50b4f7a027750b8bf3ce4709461b6
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- pursuit (0.4.1)
4
+ pursuit (0.4.2)
5
5
  activerecord (>= 5.2.0, < 7.1.0)
6
6
  activesupport (>= 5.2.0, < 7.1.0)
7
7
 
@@ -43,7 +43,7 @@ GEM
43
43
  diff-lcs (1.5.0)
44
44
  erubi (1.10.0)
45
45
  ffi (1.15.5)
46
- formatador (1.0.0)
46
+ formatador (1.1.0)
47
47
  guard (2.18.0)
48
48
  formatador (>= 0.2.4)
49
49
  listen (>= 2.7, < 4.0)
@@ -58,7 +58,7 @@ GEM
58
58
  guard (~> 2.1)
59
59
  guard-compat (~> 1.1)
60
60
  rspec (>= 2.99.0, < 4.0)
61
- i18n (1.8.11)
61
+ i18n (1.9.1)
62
62
  concurrent-ruby (~> 1.0)
63
63
  listen (3.7.1)
64
64
  rb-fsevent (~> 0.10, >= 0.10.3)
@@ -108,15 +108,15 @@ GEM
108
108
  rspec-core (~> 3.10.0)
109
109
  rspec-expectations (~> 3.10.0)
110
110
  rspec-mocks (~> 3.10.0)
111
- rspec-core (3.10.1)
111
+ rspec-core (3.10.2)
112
112
  rspec-support (~> 3.10.0)
113
113
  rspec-expectations (3.10.2)
114
114
  diff-lcs (>= 1.2.0, < 2.0)
115
115
  rspec-support (~> 3.10.0)
116
- rspec-mocks (3.10.2)
116
+ rspec-mocks (3.10.3)
117
117
  diff-lcs (>= 1.2.0, < 2.0)
118
118
  rspec-support (~> 3.10.0)
119
- rspec-rails (5.0.2)
119
+ rspec-rails (5.1.0)
120
120
  actionpack (>= 5.2)
121
121
  activesupport (>= 5.2)
122
122
  railties (>= 5.2)
@@ -146,7 +146,7 @@ GEM
146
146
  webrick (1.7.0)
147
147
  yard (0.9.27)
148
148
  webrick (~> 1.7.0)
149
- zeitwerk (2.5.3)
149
+ zeitwerk (2.5.4)
150
150
 
151
151
  PLATFORMS
152
152
  x86_64-darwin-21
@@ -3,5 +3,5 @@
3
3
  module Pursuit
4
4
  # @return [String] The gem's semantic version number.
5
5
  #
6
- VERSION = '0.4.1'
6
+ VERSION = '0.4.2'
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pursuit
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.1
4
+ version: 0.4.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nialto Services