rails-autoscale-web 1.0.1 → 1.0.2

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: efa00a9439d4e62aab799955930ace52b7ae4bd36e2b1d5bbcc24346d6a51ca1
4
+ data.tar.gz: b00e6f31d4fdc66cb0fb470dcb55cde35e5159e690acb5b32327f697416d98b8
5
5
  SHA512:
6
- metadata.gz: bcd309c9c7c03e736470699597c80b27772683b6281972e1db2fbd72123fc2cbde5213ebf096123b0710e553a07721ad317d88572e7bd0bdd7fe51fc3d48d88e
7
- data.tar.gz: f6d242b5aa21b7093726bb661a9e4cd2f0869f9b01952a1296fb26028bf9b4ec473bca57e8591f8821c2ec620024faceb4fb19019343d49a68d35ebde9e40002
6
+ metadata.gz: 62e24696022a7aac00121523b134a2448fa785befd82a63206690e4ae288a1d4c095e345b70958a5d691bd6c7a1d4d162aa546e4c5d1674e2c1d687e52637a6c
7
+ data.tar.gz: b4698238aeb35f51f0d6c277a7671984ee12ef8b6b7d849b20812698b82fdb93c1dcd1ed54ec174c78d6ec379abcf08f48b340aa198422eb37b53d12fd9edf6c
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.2)
5
5
 
6
6
  PATH
7
7
  remote: .
8
8
  specs:
9
- rails-autoscale-web (1.0.1)
9
+ rails-autoscale-web (1.0.2)
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,6 +71,8 @@ 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)
@@ -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.2"
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.2
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-09-26 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails-autoscale-core