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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 896b4bc98af31b67e3fbf0cb357d67f660335301
4
- data.tar.gz: 0a5b125d74a33fb039ac2a95f0e685673ce99209
3
+ metadata.gz: ccd26b3423d911ae9ddfd1f0e07b3dfe5a64fb86
4
+ data.tar.gz: 2e18052ba84fa618d67cc92d0838b7ee24f40d63
5
5
  SHA512:
6
- metadata.gz: bf559b169d4e91640aa67eacf0f465f9d1e78dc47f2743bb12c1ca1febb44d48d81f9a35163e27be3c7377df04a76b74a2c1f5e4ac1b4b313c56f8a1503772f0
7
- data.tar.gz: 54fa2c7e78e82d3176f37e63de8cd9b625b9f5b8631dff93beed6e9103f38ac777937237a6cc9b315d049c1ad4c7df7d851dd220c707fc5e6429fc3e995016c9
6
+ metadata.gz: fa00b51945c47c64ee954c20d79e52e9dbfde5d64e8f7c99ebb61f70b8e37939328086f9f1821474b958d141c05e84f269328aa4fe42ab2da841c6d9a99dad7e
7
+ data.tar.gz: 245e94e5c6ca117bf51de25434eafd7d83f9a1986df1c0012e36f53e9a44d7e978558950159201e77a5fb6faacd364696f168e1e33b950f6f35907ca0aac1e73
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## v0.0.2
2
+
3
+ * Update description
4
+
1
5
  ## v0.0.1
2
6
 
3
- * initial release
7
+ * Initial release
data/README.md CHANGED
@@ -1,6 +1,10 @@
1
- # Rack::EnvNotifier [![Build Status](https://secure.travis-ci.org/ducknorris/rack-env-notifier.png)](http://travis-ci.org/ducknorris/rack-env-notifier) [![Code Climate](https://codeclimate.com/github/ducknorris/rack-env-notifier.png)](https://codeclimate.com/github/ducknorris/rack-env-notifier)
1
+ # Rack::EnvNotifier [![Build Status](https://secure.travis-ci.org/ducknorris/rack-env-notifier.png)](http://travis-ci.org/ducknorris/rack-env-notifier)
2
2
 
3
- Middleware that displays the custom environment notification for every html page. Designed to work both in production and in development.
3
+ [![Code Climate](https://codeclimate.com/github/ducknorris/rack-env-notifier.png)](https://codeclimate.com/github/ducknorris/rack-env-notifier) [![Dependency Status](https://gemnasium.com/ducknorris/rack-env-notifier.png)](https://gemnasium.com/ducknorris/rack-env-notifier)[![Gem Version](https://badge.fury.io/rb/rack-env-notifier.png)](http://badge.fury.io/rb/rack-env-notifier)
4
+
5
+ [![Code Climate](https://codeclimate.com/github/ducknorris/rack-env-notifier.png)](https://codeclimate.com/github/ducknorris/rack-env-notifier) [![Dependency Status](https://gemnasium.com/ducknorris/rack-env-notifier.png)](https://gemnasium.com/ducknorris/rack-env-notifier)[![Gem Version](https://badge.fury.io/rb/rack-env-notifier.png)](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
  ![alt tag](https://raw.github.com/ducknorris/env_notifier/master/assets/preview1.png)
6
10
 
@@ -2,5 +2,5 @@ require 'rack/env_notifier'
2
2
  require 'rails/railtie' if defined? ::Rails
3
3
 
4
4
  class Rack::EnvNotifier
5
- VERSION = "0.0.1"
5
+ VERSION = "0.0.2"
6
6
  end
@@ -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 current Environment notification for every html page. Designed to work both in production and in development.}
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.1
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 current Environment notification for every
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