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: 8ec1e5d6c9e8584be43eeba02b77154c403c0fb0
4
- data.tar.gz: d8fddd0e81bb7c528b0693d42731b77a08f943bd
3
+ metadata.gz: 22cfe025d590078e5ed1a63fbb97af1d933254aa
4
+ data.tar.gz: b65ec67c19a195a9e16d6768f8f678630a551f32
5
5
  SHA512:
6
- metadata.gz: a8d174af24676ed4b62f7de3b676f74180aed51b00365b673d5cb929861ceb48e5be7358f423acb7e232ef33efd53b659c705220434527eda3b764cc88e3d170
7
- data.tar.gz: be0ef0808c4ae365e8982f4534bb31eb35bf1239520e9c55a6359fc5418db9240fb1075cee765e3cb571f6d4b335eddf7b4890be1a2316a9296c32d1ba0b0bea
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', git: 'git@git.nnbs.ru:gem/bootstrap_notify.git', tag: 'v0.0.0'
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; }
@@ -1,3 +1,3 @@
1
1
  module BootstrapNotify
2
- VERSION = '0.0.1'
2
+ VERSION = '0.0.3'
3
3
  end
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.1
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-09-23 00:00:00.000000000 Z
12
+ date: 2014-12-04 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails