pnotify-rails 2.0.1 → 2.0.1.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/pnotify-rails/version.rb +1 -1
- data/vendor/assets/stylesheets/pnotify/index.css +4 -4
- metadata +4 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f4a9ac133fe2724e4b7c3c89cad200367314a71c
|
4
|
+
data.tar.gz: c371e7a47442cee64891522631e63c6ca403f8db
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6216d687ed546f2c07b144c7d777ce6bbdfdf605382e3e5a5d4fe2c67a12198ca03d2eca92a87b0eee6b8655a0623e9ee254f82072f488301fc52ff37306dd66
|
7
|
+
data.tar.gz: 3fc41f982fb29a1cad2288277f3f69746d6f0e057864fc990365db3f93b837922fe7c890ed1136ccb206f5445d28e531d56bb5383a5eac024c2d25ff1ec800a5
|
@@ -1,6 +1,6 @@
|
|
1
1
|
/*
|
2
|
-
*=
|
3
|
-
*=
|
4
|
-
*=
|
5
|
-
*=
|
2
|
+
*= require pnotify/pnotify.core
|
3
|
+
*= require pnotify/pnotify.buttons
|
4
|
+
*= require pnotify/pnotify.history
|
5
|
+
*= require pnotify/pnotify.picon
|
6
6
|
*/
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: pnotify-rails
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.0.1
|
4
|
+
version: 2.0.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Navin Peiris
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2014-06-
|
11
|
+
date: 2014-06-09 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rake
|
@@ -52,7 +52,8 @@ files:
|
|
52
52
|
- vendor/assets/stylesheets/pnotify/pnotify.history.css
|
53
53
|
- vendor/assets/stylesheets/pnotify/pnotify.picon.css
|
54
54
|
homepage: https://github.com/navinpeiris/pnotify-rails
|
55
|
-
licenses:
|
55
|
+
licenses:
|
56
|
+
- MIT
|
56
57
|
metadata: {}
|
57
58
|
post_install_message:
|
58
59
|
rdoc_options: []
|