rails_app_status 1.0.3 → 1.0.4

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
  SHA1:
3
- metadata.gz: b2594b745bd11efde1d77fc497dba93a2a1dd02f
4
- data.tar.gz: 3bc9005b957c4fc57298ccb06dae178240558a5c
3
+ metadata.gz: 6393e651df0aa736a0e377ccba80a080f20820fc
4
+ data.tar.gz: 08eb2437562e02f0630fd7331c553daf2591de5d
5
5
  SHA512:
6
- metadata.gz: a9a8bd0d5317ff20c7f585fb48fb9b2f2a3e84d907c345b25e8f6ab9fb6d397739c7573301d43d3b14f9c4e83d84d2ee6e8034a58cb392098e636d8edf86ebbc
7
- data.tar.gz: 27bb8b37e6dfbee77f0b6e9e05f85512058e4a2a467514c90e3806c210d9e5a79fcf33be3420c2e12d08bddc3f9256877d225026ffee3ce6e60bd5d7f3665da7
6
+ metadata.gz: d3b8748fc69a626817b3f5954c50a21902cbfd824b85aa9285ac6ef53c86f4331efb1c7ddb1399a50aa9fcd88cc35df5a732a09cb994fa51eb8cc8cb6facd4fc
7
+ data.tar.gz: ef10638303b15abe98bc7e83bdde186dc1c07c2727ad5d69dca3fff353da478d6a002e232b8f30fb3c5926fedfa799d7924e9e7558bfea598f1c2e438d812e93
@@ -1,3 +1,3 @@
1
1
  module RailsAppStatus
2
- VERSION = '1.0.3'
2
+ VERSION = '1.0.4'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rails_app_status
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.3
4
+ version: 1.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Cody Stringham
@@ -74,7 +74,7 @@ files:
74
74
  - app/mailers/rails_app_status/application_mailer.rb
75
75
  - app/models/rails_app_status/application_record.rb
76
76
  - app/views/layouts/rails_app_status/application.html.erb
77
- - app/views/rails_app_status/engine/status.rabl
77
+ - app/views/rails_app_status/status/index.rabl
78
78
  - config/routes.rb
79
79
  - lib/rails_app_status.rb
80
80
  - lib/rails_app_status/engine.rb