waterfall_bourbon_neat_rails 0.1.9.9 → 0.2.0.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,5 +1,7 @@
1
1
  @import "toolbar";
2
2
  @import "table";
3
+ @import "ajax_spinner";
3
4
 
4
5
  @import "form_v1";
5
- @import "captcha";
6
+ @import "captcha";
7
+ @import "chosen";
@@ -11,11 +11,6 @@
11
11
 
12
12
  span {
13
13
  display: inline-block;
14
-
15
- &:before {
16
- content: '/';
17
- margin: 0 .3em;
18
- }
19
14
  }
20
15
  }
21
16
  }
@@ -1,3 +1,3 @@
1
1
  module WaterfallBourbonNeatRails
2
- VERSION = "0.1.9.9".freeze
2
+ VERSION = "0.2.0.0".freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: waterfall_bourbon_neat_rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.9.9
4
+ version: 0.2.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Waterfall Software Inc.
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-09-02 00:00:00.000000000 Z
11
+ date: 2014-09-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -200,10 +200,13 @@ extra_rdoc_files: []
200
200
  files:
201
201
  - MIT-LICENSE
202
202
  - README.md
203
+ - app/assets/images/waterfall_bourbon_neat_rails/chosen-sprite.png
204
+ - app/assets/images/waterfall_bourbon_neat_rails/chosen-sprite@2x.png
203
205
  - app/assets/images/waterfall_bourbon_neat_rails/home-bg.jpg
204
206
  - app/assets/images/waterfall_bourbon_neat_rails/home-tile-bg.gif
205
207
  - app/assets/images/waterfall_bourbon_neat_rails/waterfall-software-logo.png
206
208
  - app/assets/javascripts/dialog.js
209
+ - app/assets/javascripts/libs/chosen.jquery.js
207
210
  - app/assets/javascripts/waterfall_bourbon_neat_rails.js
208
211
  - app/assets/javascripts/waterfall_bourbon_neat_rails/application.js
209
212
  - app/assets/stylesheets/base/_base.scss
@@ -227,7 +230,9 @@ files:
227
230
  - app/assets/stylesheets/custom/_reset.scss
228
231
  - app/assets/stylesheets/custom/_style.scss
229
232
  - app/assets/stylesheets/custom/_variables.scss
233
+ - app/assets/stylesheets/custom/components/_ajax_spinner.scss
230
234
  - app/assets/stylesheets/custom/components/_captcha.scss
235
+ - app/assets/stylesheets/custom/components/_chosen.scss
231
236
  - app/assets/stylesheets/custom/components/_config.scss
232
237
  - app/assets/stylesheets/custom/components/_form_v1.scss
233
238
  - app/assets/stylesheets/custom/components/_table.scss