http_store 0.3.27 → 0.5.0

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: 7cc91ad9365c637335d13765b25ba447ed1a276c4a6c66f8603c32bf6d2b5418
4
- data.tar.gz: 71ec1e92654374c34c9ad67ff7a93a040273e785e977f695a02c3a24ad5e5be2
3
+ metadata.gz: ff710f804e2c0ac3705b4db86731ac78a345ee1c32f06ae72f906b664d4de9b5
4
+ data.tar.gz: 9e707e5b850c71657d7460e91f582ab6fac4704a795a75b87e943505c8ba2e7e
5
5
  SHA512:
6
- metadata.gz: da2f2c67fdcd6453069f0c31d681d95595ca5223631b176c104af32878a09c2c676caff1f1ce06d298728dc0aac3e9547892589cc7467fec7d760ad35d3914f8
7
- data.tar.gz: e09d0deae789314dde1187fc39ad0835f69faa7fd3bdbab2d4d69e1a8b106740f9bd5be11c26d3fd82aab87aa2aa08d6b3fb174e8366117a1abd3a83a61a8f25
6
+ metadata.gz: 147582a4f00bd67f1c1458d0971fe5c7f7b95a4dc7f69ed15f30ff0a7a30545eb22f15a06d4b990ca07ae7dc9d9259a260ae87fb4a81981b6d8646bbc0db771a
7
+ data.tar.gz: 05ab3a59edbbc3f13d747ea53f3ba16ef9b82a7029834f2647b050316bcc3e9838dfd053108650b855fd83afd5a5808d2c0fc0c573eddfa52fc2ff2a1a4f71ca
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- http_store (0.3.27)
4
+ http_store (0.5.0)
5
5
  activerecord (>= 5.0, < 6.1)
6
6
  hashie (~> 3.0)
7
7
  rails (>= 5, < 7)
@@ -1,5 +1,5 @@
1
1
  class AddRetryTimesFieldToHttpLog < ActiveRecord::Migration[5.2]
2
2
  def change
3
- add_column :http_logs, :retry_times, :boolean
3
+ add_column :http_logs, :retry_times, :integer
4
4
  end
5
5
  end
@@ -1,3 +1,3 @@
1
1
  module HttpStore
2
- VERSION = "0.3.27"
2
+ VERSION = "0.5.0"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: http_store
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.27
4
+ version: 0.5.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - black