bootstrap_notify 0.0.3 → 0.0.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +3 -1
- data/app/assets/stylesheets/bootstrap_notify.scss +3 -0
- data/app/assets/stylesheets/bootstrap_notify/{_variables.css.scss → _variables.scss} +0 -0
- data/app/assets/stylesheets/bootstrap_notify/{alert-bangtidy.css.scss → alert-bangtidy.scss} +0 -0
- data/app/assets/stylesheets/bootstrap_notify/{bootstrap-notify.css.scss → bootstrap-notify.scss} +0 -0
- data/lib/bootstrap_notify/version.rb +1 -1
- metadata +6 -20
- data/app/assets/stylesheets/bootstrap_notify.css.scss +0 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 84e1eb92df3d4ad0d43b2f40e998a7cdce6c9770
|
4
|
+
data.tar.gz: 5496c4cb020fafa66765e54b3d57da74ed167410
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2eb4858d09e32ba3ca2734f0bd9189bf2322647e552e9c11a737fa249a0b78bf31f341b9b1b4faa3a85ee732883a89adf43948045aa2424bf1ab08bf3851dfe9
|
7
|
+
data.tar.gz: 0edcc2cca008c790b35df2aa29cfbb4c172e49cbc44a477882b124d35c54c3b0d477e63f68533c0a8f041bcf3fee4d6c9e070a124f26a212852487f4636d44cb
|
data/README.md
CHANGED
@@ -17,9 +17,11 @@ Requirements:
|
|
17
17
|
Add it to your Gemfile:
|
18
18
|
|
19
19
|
```ruby
|
20
|
-
gem 'bootstrap_notify', 'v0.0.
|
20
|
+
gem 'bootstrap_notify', 'v0.0.5'
|
21
21
|
```
|
22
22
|
|
23
|
+
v0.0.5 - Sprockets 3 support
|
24
|
+
|
23
25
|
Include the javascripts in application.js. Make sure to include **after** jQuery:
|
24
26
|
|
25
27
|
```
|
File without changes
|
data/app/assets/stylesheets/bootstrap_notify/{alert-bangtidy.css.scss → alert-bangtidy.scss}
RENAMED
File without changes
|
data/app/assets/stylesheets/bootstrap_notify/{bootstrap-notify.css.scss → bootstrap-notify.scss}
RENAMED
File without changes
|
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.5
|
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:
|
12
|
+
date: 2015-03-18 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: rails
|
@@ -25,20 +25,6 @@ dependencies:
|
|
25
25
|
- - ">="
|
26
26
|
- !ruby/object:Gem::Version
|
27
27
|
version: 3.2.8
|
28
|
-
- !ruby/object:Gem::Dependency
|
29
|
-
name: bootstrap-sass
|
30
|
-
requirement: !ruby/object:Gem::Requirement
|
31
|
-
requirements:
|
32
|
-
- - ">="
|
33
|
-
- !ruby/object:Gem::Version
|
34
|
-
version: '0'
|
35
|
-
type: :runtime
|
36
|
-
prerelease: false
|
37
|
-
version_requirements: !ruby/object:Gem::Requirement
|
38
|
-
requirements:
|
39
|
-
- - ">="
|
40
|
-
- !ruby/object:Gem::Version
|
41
|
-
version: '0'
|
42
28
|
- !ruby/object:Gem::Dependency
|
43
29
|
name: jquery-rails
|
44
30
|
requirement: !ruby/object:Gem::Requirement
|
@@ -66,10 +52,10 @@ files:
|
|
66
52
|
- Rakefile
|
67
53
|
- app/assets/javascripts/bootstrap_notify.js
|
68
54
|
- app/assets/javascripts/bootstrap_notify/bootstrap-notify.js
|
69
|
-
- app/assets/stylesheets/bootstrap_notify.
|
70
|
-
- app/assets/stylesheets/bootstrap_notify/_variables.
|
71
|
-
- app/assets/stylesheets/bootstrap_notify/alert-bangtidy.
|
72
|
-
- app/assets/stylesheets/bootstrap_notify/bootstrap-notify.
|
55
|
+
- app/assets/stylesheets/bootstrap_notify.scss
|
56
|
+
- app/assets/stylesheets/bootstrap_notify/_variables.scss
|
57
|
+
- app/assets/stylesheets/bootstrap_notify/alert-bangtidy.scss
|
58
|
+
- app/assets/stylesheets/bootstrap_notify/bootstrap-notify.scss
|
73
59
|
- lib/bootstrap_notify.rb
|
74
60
|
- lib/bootstrap_notify/engine.rb
|
75
61
|
- lib/bootstrap_notify/version.rb
|
@@ -1 +0,0 @@
|
|
1
|
-
@import "bootstrap_notify/**/*"
|