rack-env-notifier 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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -1
- data/README.md +6 -2
- data/lib/rack-env-notifier.rb +1 -1
- data/rack-env-notifier.gemspec +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ccd26b3423d911ae9ddfd1f0e07b3dfe5a64fb86
|
|
4
|
+
data.tar.gz: 2e18052ba84fa618d67cc92d0838b7ee24f40d63
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: fa00b51945c47c64ee954c20d79e52e9dbfde5d64e8f7c99ebb61f70b8e37939328086f9f1821474b958d141c05e84f269328aa4fe42ab2da841c6d9a99dad7e
|
|
7
|
+
data.tar.gz: 245e94e5c6ca117bf51de25434eafd7d83f9a1986df1c0012e36f53e9a44d7e978558950159201e77a5fb6faacd364696f168e1e33b950f6f35907ca0aac1e73
|
data/CHANGELOG.md
CHANGED
data/README.md
CHANGED
|
@@ -1,6 +1,10 @@
|
|
|
1
|
-
# Rack::EnvNotifier [](http://travis-ci.org/ducknorris/rack-env-notifier)
|
|
1
|
+
# Rack::EnvNotifier [](http://travis-ci.org/ducknorris/rack-env-notifier)
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
[](https://codeclimate.com/github/ducknorris/rack-env-notifier) [](https://gemnasium.com/ducknorris/rack-env-notifier)[](http://badge.fury.io/rb/rack-env-notifier)
|
|
4
|
+
|
|
5
|
+
[](https://codeclimate.com/github/ducknorris/rack-env-notifier) [](https://gemnasium.com/ducknorris/rack-env-notifier)[](http://badge.fury.io/rb/rack-env-notifier)
|
|
6
|
+
|
|
7
|
+
Middleware that displays the custom (environment) notification for every html page. Designed to work both in production and in development.
|
|
4
8
|
|
|
5
9
|

|
|
6
10
|
|
data/lib/rack-env-notifier.rb
CHANGED
data/rack-env-notifier.gemspec
CHANGED
|
@@ -8,7 +8,7 @@ Gem::Specification.new do |spec|
|
|
|
8
8
|
spec.version = Rack::EnvNotifier::VERSION
|
|
9
9
|
spec.authors = ["Catalin Ilinca"]
|
|
10
10
|
spec.email = ["c@talin.ro"]
|
|
11
|
-
spec.description = %q{Middleware that displays the
|
|
11
|
+
spec.description = %q{Middleware that displays the custom (environment) notification for every html page. Designed to work both in production and in development.}
|
|
12
12
|
spec.summary = %q{Know your ground!}
|
|
13
13
|
spec.homepage = "https://github.com/ducknorris/rack-env-notifier"
|
|
14
14
|
spec.license = "MIT"
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rack-env-notifier
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Catalin Ilinca
|
|
@@ -80,7 +80,7 @@ dependencies:
|
|
|
80
80
|
- - '>='
|
|
81
81
|
- !ruby/object:Gem::Version
|
|
82
82
|
version: 1.1.3
|
|
83
|
-
description: Middleware that displays the
|
|
83
|
+
description: Middleware that displays the custom (environment) notification for every
|
|
84
84
|
html page. Designed to work both in production and in development.
|
|
85
85
|
email:
|
|
86
86
|
- c@talin.ro
|