rails-autoscale-web 1.0.1 → 1.0.3

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: f94e9213908236869ec93df0d7474afb172637e59eb03d1c5a74016f4d94bb45
4
- data.tar.gz: 99ec306af0eda9469f3f4fdfffbdafb13bddcdfc585985ae476afe209bfb74a9
3
+ metadata.gz: 1118130e4ddaf4001b84a1182f70aa44d93dbb2797df978df062451d0b483da9
4
+ data.tar.gz: 215372d6f808b03762e7d296adc263bf2b4a5ffc51aaf0b5ab9a01456fcebe50
5
5
  SHA512:
6
- metadata.gz: bcd309c9c7c03e736470699597c80b27772683b6281972e1db2fbd72123fc2cbde5213ebf096123b0710e553a07721ad317d88572e7bd0bdd7fe51fc3d48d88e
7
- data.tar.gz: f6d242b5aa21b7093726bb661a9e4cd2f0869f9b01952a1296fb26028bf9b4ec473bca57e8591f8821c2ec620024faceb4fb19019343d49a68d35ebde9e40002
6
+ metadata.gz: 9ed7e9c89e3f21609e080f954d73720267e81fd937436d4091873f36c45d5f2bdf61b8f092b74ad5d1d78be7c03a3d0e3ce24d6d3b79695f56a55f7c4b043af9
7
+ data.tar.gz: c19aa9d3f38751500ee196e0f300ad744cb8e6fb4dc17b3804dd8e264a1339f6a11d6120ddc0baee0c0c7d07708c0171b04038abf69b8745f83194bcfd1be9a4
data/Gemfile CHANGED
@@ -5,3 +5,4 @@ gemspec
5
5
  gem "rails-autoscale-core", path: "../rails-autoscale-core"
6
6
  gem "minitest"
7
7
  gem "rake"
8
+ gem "debug"
data/Gemfile.lock CHANGED
@@ -1,12 +1,12 @@
1
1
  PATH
2
2
  remote: ../rails-autoscale-core
3
3
  specs:
4
- rails-autoscale-core (1.0.1)
4
+ rails-autoscale-core (1.0.3)
5
5
 
6
6
  PATH
7
7
  remote: .
8
8
  specs:
9
- rails-autoscale-web (1.0.1)
9
+ rails-autoscale-web (1.0.3)
10
10
  rails-autoscale-core
11
11
  railties
12
12
 
@@ -34,9 +34,15 @@ GEM
34
34
  builder (3.2.4)
35
35
  concurrent-ruby (1.1.10)
36
36
  crass (1.0.6)
37
+ debug (1.6.2)
38
+ irb (>= 1.3.6)
39
+ reline (>= 0.3.1)
37
40
  erubi (1.11.0)
38
41
  i18n (1.12.0)
39
42
  concurrent-ruby (~> 1.0)
43
+ io-console (0.5.11)
44
+ irb (1.4.1)
45
+ reline (>= 0.3.0)
40
46
  loofah (2.19.0)
41
47
  crass (~> 1.0.2)
42
48
  nokogiri (>= 1.5.9)
@@ -65,10 +71,12 @@ GEM
65
71
  thor (~> 1.0)
66
72
  zeitwerk (~> 2.5)
67
73
  rake (13.0.6)
74
+ reline (0.3.1)
75
+ io-console (~> 0.5)
68
76
  thor (1.2.1)
69
77
  tzinfo (2.0.5)
70
78
  concurrent-ruby (~> 1.0)
71
- zeitwerk (2.6.0)
79
+ zeitwerk (2.6.1)
72
80
 
73
81
  PLATFORMS
74
82
  arm64-darwin-20
@@ -77,6 +85,7 @@ PLATFORMS
77
85
  x86_64-linux
78
86
 
79
87
  DEPENDENCIES
88
+ debug
80
89
  minitest
81
90
  rails-autoscale-core!
82
91
  rails-autoscale-web!
@@ -2,6 +2,6 @@
2
2
 
3
3
  module RailsAutoscale
4
4
  module Web
5
- VERSION = "1.0.1"
5
+ VERSION = "1.0.3"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rails-autoscale-web
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Adam McCrea
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2022-09-15 00:00:00.000000000 Z
12
+ date: 2022-10-03 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails-autoscale-core