active_skin 0.0.4 → 0.0.5

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4aea3d3635635403bdd0a608dc9c8fb32b937566
4
- data.tar.gz: 1f6b7ec261613340f608622d407ffd6b4d4c86d2
3
+ metadata.gz: c01543cf257fc897e266775776346720f14a7446
4
+ data.tar.gz: 2b532be9b35909eb54445c6fffb2ad689507ef72
5
5
  SHA512:
6
- metadata.gz: 6401897d81f3a0916a7617f340be7dfd4b14fe6249317f79286901d2de99a27422eea3b1171488f34f37f2a399a4d343d5419cb0146beac42674da640216e9fd
7
- data.tar.gz: 9d71029a15b88e1f171949470e44806f841ddf80d1d124dcf9ee1f92b1e2a2ca73a011e70fe84a73d40ae85b27d4a9cce2f641bb39be6ade534c006cd29bb0b4
6
+ metadata.gz: 972ba84281da43dd816031d226170c9adab4d75304d324c157d38bc03640c85b5c31de760cf32221278097600d980c739de781517b520cb099c76773eca8ad79
7
+ data.tar.gz: 3e632b0e7aec19ed32124057862a02308b732a55d348a0437e3fa1e9316204fb45700fd6b053e3b7e39f7920c12ca48e2ef26458081ae24d5f18217c558ef053
data/README.md CHANGED
@@ -27,7 +27,9 @@ Flat skin for active admin.
27
27
 
28
28
  ## Installation
29
29
 
30
- Add this line to your application's Gemfile:
30
+ As active_skin is the css theme for the [active_admin](https://github.com/gregbell/active_admin) administration framework - you have to install if first.
31
+
32
+ Having active admin installed add the following line to your application's Gemfile:
31
33
 
32
34
  gem 'active_skin'
33
35
 
@@ -5,7 +5,7 @@ $skinTextTable: #7f8c8d !default
5
5
  $skinActiveColor: #e73c3c !default
6
6
  $skinHeaderBck: #1e2a33 !default
7
7
  $panelHeaderBck: #2c3e50 !default
8
- $skinLogo: #fff image-url("admin_logo.png") no-repeat 30px 50% !default
8
+ $skinLogo: #fff image-url("active_skin/default_logo.png") no-repeat 30px 0 !default
9
9
 
10
10
  html
11
11
  background: #ecf0f1
@@ -1,3 +1,3 @@
1
1
  module ActiveSkin
2
- VERSION = "0.0.4"
2
+ VERSION = "0.0.5"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: active_skin
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Wojtek Krysiak
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-05-20 00:00:00.000000000 Z
11
+ date: 2014-08-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -51,6 +51,7 @@ files:
51
51
  - README.md
52
52
  - Rakefile
53
53
  - active_skin.gemspec
54
+ - app/assets/images/active_skin/default_logo.png
54
55
  - app/assets/stylesheets/active_skin.css.sass
55
56
  - doc/active-skin-edit.png
56
57
  - doc/active-skin-login.png