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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 22cfe025d590078e5ed1a63fbb97af1d933254aa
4
- data.tar.gz: b65ec67c19a195a9e16d6768f8f678630a551f32
3
+ metadata.gz: 84e1eb92df3d4ad0d43b2f40e998a7cdce6c9770
4
+ data.tar.gz: 5496c4cb020fafa66765e54b3d57da74ed167410
5
5
  SHA512:
6
- metadata.gz: 95c69dfc9e809c64fa0f03a91793bee033d4170f8f84f58811e55f42447076217581ed5aa9d62d73d6005fbd9053230d75802c10047993970f902a9203af5aad
7
- data.tar.gz: b1c5e06ba1a04af1ef14baf07795021ba16f26ca0d4a4a39f0f4d8d622e79b3e21beda71dc5665a849e299856b5bed09696bb837b512a15aa8a9c3158f7fb989
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.3'
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
  ```
@@ -0,0 +1,3 @@
1
+ @import "bootstrap_notify/variables";
2
+ @import "bootstrap_notify/alert-bangtidy";
3
+ @import "bootstrap_notify/bootstrap-notify";
@@ -1,3 +1,3 @@
1
1
  module BootstrapNotify
2
- VERSION = '0.0.3'
2
+ VERSION = '0.0.5'
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.3
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: 2014-12-04 00:00:00.000000000 Z
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.css.scss
70
- - app/assets/stylesheets/bootstrap_notify/_variables.css.scss
71
- - app/assets/stylesheets/bootstrap_notify/alert-bangtidy.css.scss
72
- - app/assets/stylesheets/bootstrap_notify/bootstrap-notify.css.scss
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/**/*"