bootstrap_notify 0.0.1 → 0.0.3
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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 22cfe025d590078e5ed1a63fbb97af1d933254aa
|
|
4
|
+
data.tar.gz: b65ec67c19a195a9e16d6768f8f678630a551f32
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 95c69dfc9e809c64fa0f03a91793bee033d4170f8f84f58811e55f42447076217581ed5aa9d62d73d6005fbd9053230d75802c10047993970f902a9203af5aad
|
|
7
|
+
data.tar.gz: b1c5e06ba1a04af1ef14baf07795021ba16f26ca0d4a4a39f0f4d8d622e79b3e21beda71dc5665a849e299856b5bed09696bb837b512a15aa8a9c3158f7fb989
|
data/README.md
CHANGED
|
@@ -17,7 +17,7 @@ Requirements:
|
|
|
17
17
|
Add it to your Gemfile:
|
|
18
18
|
|
|
19
19
|
```ruby
|
|
20
|
-
gem 'bootstrap_notify',
|
|
20
|
+
gem 'bootstrap_notify', 'v0.0.3'
|
|
21
21
|
```
|
|
22
22
|
|
|
23
23
|
Include the javascripts in application.js. Make sure to include **after** jQuery:
|
|
@@ -74,7 +74,7 @@ $border_radius: 4px;
|
|
|
74
74
|
100% { -o-transform: rotateY(-0deg); opacity: 1; }
|
|
75
75
|
}
|
|
76
76
|
|
|
77
|
-
keyframes notification {
|
|
77
|
+
@keyframes notification {
|
|
78
78
|
0% { transform: rotateY(-90deg); opacity: 0; }
|
|
79
79
|
70% { transform: rotateY(20deg); opacity: .8; }
|
|
80
80
|
90% { transform: rotateY(-10deg); opacity: 1; }
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: bootstrap_notify
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Alexander Gorbunov
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2014-
|
|
12
|
+
date: 2014-12-04 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: rails
|