contour 2.0.0.rc3 → 2.0.0.rc4

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: 1eb130fb4e9865614d3b2f6d43b66f6fae355936
4
- data.tar.gz: 4987f90bb664956a2f265c78b33f273921c3e5fd
3
+ metadata.gz: 9251ecb3b3eadb331ba8b24ebb55eccf56dbb92c
4
+ data.tar.gz: 096062e8f02184d374926a20e5f3e42024af7ad3
5
5
  SHA512:
6
- metadata.gz: fbeca064cf14c6a06898c82ed84d107cc3455230d1c5cdf55123c6b7be636f324b3d7fc71702557787637ce1dc156e6497c136b6e818bb846232c6799619ab02
7
- data.tar.gz: b5463a8d8436235304904f00fff2338b1fc34b5c58aaea26b9755d3511b781a50d884dde045b9be65e8f258ffee5ac9924f638a82a550c25a8b8c1d7c3bf57e8
6
+ metadata.gz: a4667433609eb78d07623b05dac908a514cd56558538b27f07a1a43456d1be66726c7fb131767a1cac6b3190b2c0d60412343c4732282b6271e8743f1152daf6
7
+ data.tar.gz: f4378bd341287e32d0719b9babfe1305eb252b7c0772af979f1a0671073b3f4b83436d1e689b10a9c3a0e553e0bbf32e2de127e3c950464ebb7d78f58eb5c173
@@ -4,7 +4,7 @@
4
4
  /* Line 2276 */
5
5
  [class^="icon-"],
6
6
  [class*=" icon-"] {
7
- background-image: url(twitter-bootstrap/v2.3.2/glyphicons-halflings-<%= asset_path('twitter-bootstrap/v2.3.2/glyphicons-halflings.png').split('-').last %>);
7
+ background-image: url(twitter-bootstrap/v2.3.2/glyphicons-halflings<%= asset_path('twitter-bootstrap/v2.3.2/glyphicons-halflings.png').split('glyphicons-halflings').last %>);
8
8
  }
9
9
 
10
10
  /* Line 2292 */
@@ -21,7 +21,7 @@
21
21
  .dropdown-menu > .active > a > [class*=" icon-"],
22
22
  .dropdown-submenu:hover > a > [class^="icon-"],
23
23
  .dropdown-submenu:hover > a > [class*=" icon-"] {
24
- background-image: url(twitter-bootstrap/v2.3.2/glyphicons-halflings-white-<%= asset_path('twitter-bootstrap/v2.3.2/glyphicons-halflings-white.png').split('-').last %>);
24
+ background-image: url(twitter-bootstrap/v2.3.2/glyphicons-halflings-white<%= asset_path('twitter-bootstrap/v2.3.2/glyphicons-halflings-white.png').split('glyphicons-halflings-white').last %>);
25
25
  }
26
26
 
27
27
  /* Line 4414 */
@@ -3,7 +3,7 @@ module Contour
3
3
  MAJOR = 2
4
4
  MINOR = 0
5
5
  TINY = 0
6
- BUILD = "rc3" # nil, "pre", "rc", "rc2"
6
+ BUILD = "rc4" # nil, "pre", "rc", "rc2"
7
7
 
8
8
  STRING = [MAJOR, MINOR, TINY, BUILD].compact.join('.')
9
9
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: contour
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.0.rc3
4
+ version: 2.0.0.rc4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Remo Mueller