rails_app_status 0.1.2 → 1.0.0
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 +4 -4
- data/lib/rails_app_status/version.rb +1 -1
- metadata +2 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7b5c470f5999955620c63e769173b291148281fa
|
|
4
|
+
data.tar.gz: 7a7dbd1ac4f1cb849e159ca88eb1a4fd4c0729a2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2c0c34bd40184f7b177d6ab50b2c549782af7416c962fc598e60c29c0792a88a024761d82430e97e784631b461dc0b3d677334d6de3b01cfc424b8a1cc30c4c4
|
|
7
|
+
data.tar.gz: bc3b269a57bf016691f3de14ef95fd12f2fb14284085e9187fa485ca181bb68ca9838293866a4ff6d0ba8f20514ea550e8d4d5a4d4f02ce710358e7f5bd0ea4c
|
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: 0.
|
|
4
|
+
version: 1.0.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Cody Stringham
|
|
@@ -114,9 +114,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
114
114
|
version: '0'
|
|
115
115
|
requirements: []
|
|
116
116
|
rubyforge_project:
|
|
117
|
-
rubygems_version: 2.4.
|
|
117
|
+
rubygems_version: 2.4.8
|
|
118
118
|
signing_key:
|
|
119
119
|
specification_version: 4
|
|
120
120
|
summary: A simple engine to report app status.
|
|
121
121
|
test_files: []
|
|
122
|
-
has_rdoc:
|