govuk_admin_template 1.1.5 → 1.1.6

Sign up to get free protection for your applications and to get access to all the features.
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ # 1.1.6
2
+
3
+ * Really fix the crown this time (`image-url` requires a gem-relative path)
4
+
1
5
  # 1.1.5
2
6
 
3
7
  * Move gem management-related rake tasks to ./tasks to avoid breaking consuming
@@ -4,7 +4,7 @@
4
4
 
5
5
  .navbar .container .navbar-brand,
6
6
  .navbar .container-fluid .navbar-brand {
7
- background: image-url("/assets/govuk_admin_template/header-crown.png") 0 0.67em no-repeat;
7
+ background: image-url("govuk_admin_template/header-crown.png") 0 0.67em no-repeat;
8
8
  color: #fff;
9
9
  font-family: $font-family-gill-sans;
10
10
  font-size: 20px;
@@ -1,3 +1,3 @@
1
1
  module GovukAdminTemplate
2
- VERSION = "1.1.5"
2
+ VERSION = "1.1.6"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: govuk_admin_template
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.5
4
+ version: 1.1.6
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -209,7 +209,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
209
209
  version: '0'
210
210
  segments:
211
211
  - 0
212
- hash: 3308546805691035388
212
+ hash: -1752579191907183345
213
213
  requirements: []
214
214
  rubyforge_project:
215
215
  rubygems_version: 1.8.23.2