contour 2.0.0.rc2 → 2.0.0.rc3

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: 9558776b0f4d18ad62c3f15c6464f1f071ce2c8f
4
- data.tar.gz: 1ba95ab11788e4cc53410f21a13219a404419e48
3
+ metadata.gz: 1eb130fb4e9865614d3b2f6d43b66f6fae355936
4
+ data.tar.gz: 4987f90bb664956a2f265c78b33f273921c3e5fd
5
5
  SHA512:
6
- metadata.gz: 8753d43f645fa25e3874c62fa9983a702fe84ec6cde6e220a3482bb3f1b384d64bea167267effa2eaa0e1c091bae8e5eb1a39bc8a870f62b1532694e2532ce90
7
- data.tar.gz: 16190f6d62e8696514bf7856732fdcda7750990ba5e02205117fbbe3e6953d0fd2c0d8245f8e784dd537da99ebb9f1a8dd8be4480ef84a1170efb30523adfa72
6
+ metadata.gz: fbeca064cf14c6a06898c82ed84d107cc3455230d1c5cdf55123c6b7be636f324b3d7fc71702557787637ce1dc156e6497c136b6e818bb846232c6799619ab02
7
+ data.tar.gz: b5463a8d8436235304904f00fff2338b1fc34b5c58aaea26b9755d3511b781a50d884dde045b9be65e8f258ffee5ac9924f638a82a550c25a8b8c1d7c3bf57e8
@@ -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.png);
7
+ background-image: url(twitter-bootstrap/v2.3.2/glyphicons-halflings-<%= asset_path('twitter-bootstrap/v2.3.2/glyphicons-halflings.png').split('-').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.png);
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 %>);
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 = "rc2" # nil, "pre", "rc", "rc2"
6
+ BUILD = "rc3" # 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.rc2
4
+ version: 2.0.0.rc3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Remo Mueller
@@ -225,7 +225,7 @@ files:
225
225
  - app/assets/javascripts/twitter-bootstrap/bootstrap-scroll-modal.js
226
226
  - app/assets/javascripts/twitter-bootstrap/bootstrap.js.coffee
227
227
  - app/assets/javascripts/twitter-bootstrap/v2.3.2/bootstrap.js
228
- - app/assets/stylesheets/bootstrap-base-overrides.css
228
+ - app/assets/stylesheets/bootstrap-base-overrides.css.erb
229
229
  - app/assets/stylesheets/bootstrap-responsive-overrides.css
230
230
  - app/assets/stylesheets/contour/about.css
231
231
  - app/assets/stylesheets/contour/authentication.css