sinatra-pretty-flash 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: 6bc66c31278a0b80b49a28a38122f84dd172593e
4
- data.tar.gz: 2b8db3e8d31b5150ba7debe534083fb10c9daf04
3
+ metadata.gz: 0b6473d9d7b7df503b7c6caac83c8342a54943c8
4
+ data.tar.gz: 75e07631ec6d9a28ad71c82623de762b64235833
5
5
  SHA512:
6
- metadata.gz: fa4efad9bcc3ef3a44fe55d97c21987a352daeb2372b5eb1c51ca60daef0bd3990d6a9e92cba1724ce75adf1b9a57db07c9b3502d30b8874e0adebfa68ed0a79
7
- data.tar.gz: 3bdf8b4771bb86d6aaa7ad962134f59f3c540c7b0a59fb8a2bf0644643ff9ec63fbbf312dd11b619a617b0d68f013dfdca11d526b0ac7fd51ee8b976edeabff8
6
+ metadata.gz: b646767aef7d0d0e7e21b7f7e35283c3d18e76d412f474aa12c538dc51085ec983e0d34ae5caa92c606d60f46947ee807751e832fe3637842f235714e735612c
7
+ data.tar.gz: 478197e57757c318ad1abd9bc9d6181ddec36ddda2f4927481b4e5d6857ed01d49abfbb94734c12a5dd4f0d1d541a379aadc3ab3ec9390130a9034db4ce7300f
data/README.md CHANGED
@@ -3,6 +3,9 @@ Sinatra-Pretty-Flash
3
3
 
4
4
  A simple gem that adds decent styled flash messages to a Sinatra app.
5
5
 
6
+ ### Example:
7
+ ![screenshot](https://raw.githubusercontent.com/pickle27/sinatra-pretty-flash/master/example/example.gif)
8
+
6
9
  Why?
7
10
  ----
8
11
 
Binary file
@@ -57,4 +57,6 @@ module Sinatra
57
57
  output
58
58
  end
59
59
  end
60
+
61
+ register PrettyFlash
60
62
  end
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'sinatra-pretty-flash'
3
- s.version = '0.0.1'
3
+ s.version = '0.0.2'
4
4
 
5
5
  s.summary = "Simple decent looking flash messages"
6
6
  s.description = "A Sinatra extension that adds simple decent looking flash messages"
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sinatra-pretty-flash
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
  - Kevin Hughes
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-12-30 00:00:00.000000000 Z
11
+ date: 2015-06-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: sinatra
@@ -48,6 +48,7 @@ files:
48
48
  - Gemfile
49
49
  - Gemfile.lock
50
50
  - README.md
51
+ - example/example.gif
51
52
  - example/example_app.rb
52
53
  - lib/sinatra/pretty-flash.rb
53
54
  - sinatra-pretty-flash.gemspec