usps-support 0.2.55 → 0.2.56

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: 2c0cf433c2d144a8f87a14bd3dcb7dea7715d0f567a2373ae94995d8f6bebf24
4
- data.tar.gz: a219ef3451fd7afa40ece594f54119ea29923d981f53ce84b3213b7d0c1419d8
3
+ metadata.gz: 62e9af5356bcd1225e25c991b17f12adfe1aba9966c46fab7c0c579369da84dd
4
+ data.tar.gz: 40296e55d69d18fdef651c805ff126d39e6ba00d9eabaf88dafddc2f8390f2a9
5
5
  SHA512:
6
- metadata.gz: 52e39a4662db847d220472723875c1bb9f45eb97f01e8484969703e6ae946dee9872063186bf2d37b2fd400a3efdc594f4b2d77409eac38046ef63264f71d685
7
- data.tar.gz: a6a4fad3524230632c11f668dd5b190b21f9010bb5ad7579cc7e295222bdd4b86679a5016328143c9801bf907063f57f6b03b0d7d9800d9740298886cc7121ed
6
+ metadata.gz: 33e56e8f63917e3fc353ff5f45d6517696e04e427def8bed96035f263a1e5530d666e6e97ad82930bf2716ab91d89bc76e99ae1c5cfb29ba695098e4617b58d8
7
+ data.tar.gz: 3c53c7c5d9e0a021b30b660d1663c1fa5b7722360f1ea89f04dbfbd6bd1cc09cadb30da31916b8ab9b629b76bc56c1ade9f8aeb2a5c8909c3a9b372a038e4d2a
@@ -36,18 +36,16 @@ ActiveRecord::Schema[8.1].define do
36
36
  t.string "died", limit: 8
37
37
  end
38
38
 
39
- create_table "djdesc", primary_key: "jobcode", id: { type: :string, limit: 5 }, charset: "latin1", comment: "dtb-created daily has active dist Job descritpions", force: :cascade do |t|
39
+ create_table "djdesc", primary_key: "jobcode", id: { type: :string, limit: 7 }, charset: "latin1", comment: "dtb-created daily has active dist Job descritpions", force: :cascade do |t|
40
40
  t.string "jdesc", limit: 100
41
41
  t.string "rank", limit: 3, null: false
42
42
  t.string "prank", limit: 3, null: false
43
- t.string "OD1", limit: 1, null: false
44
- t.string "OD2", limit: 1, null: false
45
- t.string "ED1", limit: 1, null: false
43
+ t.string "type", limit: 1, null: false
44
+ t.string "active", limit: 1, null: false
45
+ t.string "admin", limit: 5, null: false
46
+ t.string "map", limit: 1, null: false
46
47
  t.string "Lev", limit: 1, null: false
47
- t.string "EGA", limit: 1, null: false
48
48
  t.string "Descript", limit: 7, null: false
49
- t.string "OP", limit: 1
50
- t.string "Sp", limit: 1
51
49
  end
52
50
 
53
51
  create_table "djftp", id: false, charset: "latin1", comment: "dtb - Current District Jobs loaded from HQ data", force: :cascade do |t|
@@ -170,18 +168,16 @@ ActiveRecord::Schema[8.1].define do
170
168
  t.string "RankAbbr", limit: 15
171
169
  end
172
170
 
173
- create_table "sjdesc", primary_key: "jobcode", id: { type: :string, limit: 5 }, charset: "latin1", comment: "dtb-created daily has active squad Job descritpions", force: :cascade do |t|
171
+ create_table "sjdesc", primary_key: "jobcode", id: { type: :string, limit: 7 }, charset: "latin1", comment: "dtb-created daily has active squad Job descritpions", force: :cascade do |t|
174
172
  t.string "jdesc", limit: 100
175
173
  t.string "rank", limit: 3, null: false
176
174
  t.string "prank", limit: 3, null: false
177
- t.string "OD1", limit: 1, null: false
178
- t.string "OD2", limit: 1, null: false
179
- t.string "ED1", limit: 1, null: false
175
+ t.string "type", limit: 1, null: false
176
+ t.string "active", limit: 1, null: false
177
+ t.string "admin", limit: 5, null: false
178
+ t.string "map", limit: 1, null: false
180
179
  t.string "Lev", limit: 1, null: false
181
- t.string "EGA", limit: 1, null: false
182
180
  t.string "Descript", limit: 7, null: false
183
- t.string "OP", limit: 1
184
- t.string "Sp", limit: 1
185
181
  end
186
182
 
187
183
  create_table "sjftp", id: false, charset: "latin1", comment: "dtb-created daily from HQ active squadron jobs", force: :cascade do |t|
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Usps
4
4
  module Support
5
- VERSION = '0.2.55'
5
+ VERSION = '0.2.56'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: usps-support
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.55
4
+ version: 0.2.56
5
5
  platform: ruby
6
6
  authors:
7
7
  - Julian Fiander