contour 2.2.0 → 2.2.1.rc
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/app/assets/stylesheets/glyphicons-overrides.css.erb +5 -1
- data/lib/contour/version.rb +2 -2
- data/test/dummy/db/test.sqlite3 +0 -0
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e31c6ad3c3dd4801ca8ebefbda5e7cb58cf2991f
|
|
4
|
+
data.tar.gz: 0982763e27774bc38b9e22622aafa38551f39f34
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 716701eceff0e9b3a82564862a98a2a494dbc5b5fffa6488fd152c5f9b8f1e41013bd727a52e082fd5470e3f4ed671da32dcd6cb2611c3fc90dc0bfcbb7510bd
|
|
7
|
+
data.tar.gz: 5f0ae2a8812fbe443ea32e902b9eb54d6232c19a5ab3a62f8f35de97949d6a66e61f76b27558784721e208381423ebbd2dbe49892e24750f31c9eace1d2ac3da
|
data/CHANGELOG.md
CHANGED
|
@@ -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
|
+
}
|
data/lib/contour/version.rb
CHANGED
data/test/dummy/db/test.sqlite3
CHANGED
|
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.
|
|
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:
|
|
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:
|
|
385
|
+
version: 1.3.1
|
|
386
386
|
requirements: []
|
|
387
387
|
rubyforge_project:
|
|
388
388
|
rubygems_version: 2.1.11
|