contour 2.2.0 → 2.2.1.rc

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: 11324f783c3aa22074002462010542cbf61ba191
4
- data.tar.gz: 32fd4f7afd9f1edcd92c4ef0c0ce3c4ee2669a8a
3
+ metadata.gz: e31c6ad3c3dd4801ca8ebefbda5e7cb58cf2991f
4
+ data.tar.gz: 0982763e27774bc38b9e22622aafa38551f39f34
5
5
  SHA512:
6
- metadata.gz: 269c0494bf6eefce49a95aee1b67af2e742e271b22ed2455e86f816b6cb8062a38c7a1343b271de49d7a2f52cac297b6e2b25e7fd0b85603119d76ce40da3690
7
- data.tar.gz: c120f8a750b1bebd2de64fd2eee7cb8d70a5c07459a7b65cc9615e43a339ed4bb393743c2e5839bb7b0783c1cf253d640157ce78c2982fa4b0f014eaf57dd695
6
+ metadata.gz: 716701eceff0e9b3a82564862a98a2a494dbc5b5fffa6488fd152c5f9b8f1e41013bd727a52e082fd5470e3f4ed671da32dcd6cb2611c3fc90dc0bfcbb7510bd
7
+ data.tar.gz: 5f0ae2a8812fbe443ea32e902b9eb54d6232c19a5ab3a62f8f35de97949d6a66e61f76b27558784721e208381423ebbd2dbe49892e24750f31c9eace1d2ac3da
@@ -1,3 +1,8 @@
1
+ ## 2.2.1
2
+
3
+ ### Bug Fix
4
+ - Glyphicons CSS path fix, (by @pmanko)
5
+
1
6
  ## 2.2.0 (December 9, 2013)
2
7
 
3
8
  ### Enhancements
@@ -1,5 +1,5 @@
1
1
  @font-face {
2
- font-family: 'Glyphicons Halflings';
2
+ font-family: 'Glyphicons Halflings Contour';
3
3
  src:url('bootstrap/glyphicons-halflings-regular<%= asset_path('bootstrap/glyphicons-halflings-regular.eot').split('glyphicons-halflings-regular').last %>');
4
4
 
5
5
  src:url('bootstrap/glyphicons-halflings-regular<%= asset_path('bootstrap/glyphicons-halflings-regular.eot').split('glyphicons-halflings-regular').last %>?#iefix') format('embedded-opentype'),
@@ -7,3 +7,7 @@
7
7
  url('bootstrap/glyphicons-halflings-regular<%= asset_path('bootstrap/glyphicons-halflings-regular.ttf').split('glyphicons-halflings-regular').last %>') format('truetype'),
8
8
  url('bootstrap/glyphicons-halflings-regular<%= asset_path('bootstrap/glyphicons-halflings-regular.svg').split('glyphicons-halflings-regular').last %>#glyphicons_halflingsregular') format('svg');
9
9
  }
10
+
11
+ .glyphicon {
12
+ font-family: 'Glyphicons Halflings Contour';
13
+ }
@@ -2,8 +2,8 @@ module Contour
2
2
  module VERSION #:nodoc:
3
3
  MAJOR = 2
4
4
  MINOR = 2
5
- TINY = 0
6
- BUILD = nil # nil, "pre", "rc", "rc2"
5
+ TINY = 1
6
+ BUILD = "rc" # nil, "pre", "rc", "rc2"
7
7
 
8
8
  STRING = [MAJOR, MINOR, TINY, BUILD].compact.join('.')
9
9
  end
Binary file
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: contour
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.2.0
4
+ version: 2.2.1.rc
5
5
  platform: ruby
6
6
  authors:
7
7
  - Remo Mueller
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-12-09 00:00:00.000000000 Z
11
+ date: 2014-01-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -380,9 +380,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
380
380
  version: '0'
381
381
  required_rubygems_version: !ruby/object:Gem::Requirement
382
382
  requirements:
383
- - - '>='
383
+ - - '>'
384
384
  - !ruby/object:Gem::Version
385
- version: '0'
385
+ version: 1.3.1
386
386
  requirements: []
387
387
  rubyforge_project:
388
388
  rubygems_version: 2.1.11