formtastic-plus-bootstrap 1.1.4 → 1.1.5

Sign up to get free protection for your applications and to get access to all the features.
data/README.md CHANGED
@@ -26,6 +26,7 @@ Add following lines in `app/assets/stylesheets/application.css`:
26
26
  If you use bootstrap-responsive, also add the following additional line:
27
27
 
28
28
  /*
29
+ *= require bootstrap-responsive
29
30
  *= require formtastic-plus-bootstrap/responsive
30
31
  */
31
32
 
@@ -42,6 +42,7 @@
42
42
 
43
43
  // Components: Misc
44
44
  @import "bootstrap/thumbnails";
45
+ @import "bootstrap/media";
45
46
  @import "bootstrap/labels-badges";
46
47
  @import "bootstrap/progress-bars";
47
48
  @import "bootstrap/accordion";
@@ -50,5 +51,3 @@
50
51
 
51
52
  // Utility classes
52
53
  @import "bootstrap/utilities"; // Has to be last to override when necessary
53
-
54
- @import "bootstrap-responsive";
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: formtastic-plus-bootstrap
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.4
4
+ version: 1.1.5
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-01-06 00:00:00.000000000 Z
12
+ date: 2013-01-16 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: railties