simple_status 0.0.1 → 0.0.2
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.
- data/lib/simple_status/application.rb +4 -0
- data/lib/simple_status/version.rb +1 -1
- data/simple_status.gemspec +2 -2
- metadata +3 -3
data/simple_status.gemspec
CHANGED
|
@@ -7,10 +7,10 @@ Gem::Specification.new do |spec|
|
|
|
7
7
|
spec.name = "simple_status"
|
|
8
8
|
spec.version = SimpleStatus::VERSION
|
|
9
9
|
spec.authors = ["David Rubin"]
|
|
10
|
-
spec.email = ["
|
|
10
|
+
spec.email = ["davidrub@gmail.com"]
|
|
11
11
|
spec.description = %q{Adds very simple status checks to rails apps}
|
|
12
12
|
spec.summary = %q{Simple Status}
|
|
13
|
-
spec.homepage = ""
|
|
13
|
+
spec.homepage = "https://github.com/drubin/simple_status"
|
|
14
14
|
spec.license = "MIT"
|
|
15
15
|
|
|
16
16
|
spec.files = `git ls-files`.split($/)
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: simple_status
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.2
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -61,7 +61,7 @@ dependencies:
|
|
|
61
61
|
version: '0'
|
|
62
62
|
description: Adds very simple status checks to rails apps
|
|
63
63
|
email:
|
|
64
|
-
-
|
|
64
|
+
- davidrub@gmail.com
|
|
65
65
|
executables: []
|
|
66
66
|
extensions: []
|
|
67
67
|
extra_rdoc_files: []
|
|
@@ -75,7 +75,7 @@ files:
|
|
|
75
75
|
- lib/simple_status/application.rb
|
|
76
76
|
- lib/simple_status/version.rb
|
|
77
77
|
- simple_status.gemspec
|
|
78
|
-
homepage:
|
|
78
|
+
homepage: https://github.com/drubin/simple_status
|
|
79
79
|
licenses:
|
|
80
80
|
- MIT
|
|
81
81
|
post_install_message:
|