active-admin-skin 0.1.3 → 0.1.4

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: e0b73f27c817b098aa4dd6490f19e7699c4064db
4
- data.tar.gz: 0b60446583f9c785fdde8966c5211860c90f0f64
3
+ metadata.gz: 6ffb9619c1b70493ae96ff8811ec88f5de7dc8fa
4
+ data.tar.gz: 2eca52624968f48b0f2dfad98bca8e591d05eac2
5
5
  SHA512:
6
- metadata.gz: 7b2016338de1c5a41174481aaf71a45b1d9ed588a8af8adec76e37da832c6c4dc15fa46bdfa2c97058b9d8101a838349ff6bcd839d98a223aa3c239960ec1c30
7
- data.tar.gz: 52e85fcf0633b279041efc06d57e95d5d8bdc82b31ae440bd14a3247f408a20cffc77e32cd49968fded26b3a5ce1649cf2b187012e1e225ae321d816268635c8
6
+ metadata.gz: 5398ffa3e508e3fd85989353ca64b109161061f7a2917108bda72e6f3fedddf3cf8776790458787af00aa340db4ee1d3af80cedaf2180a000513ef8b0e5cf959
7
+ data.tar.gz: 0afcdf4faa5e8ff457da52d70a757f24150ddd44be3182de7c3721d0ecbed710b2fda823c04bfb0c56e00d2503d0bea5fa5a065980aa8a7b12cd6482888d2551
data/README.md CHANGED
@@ -21,8 +21,17 @@ Or install it yourself as:
21
21
  $ gem install active-admin-skin
22
22
 
23
23
  ## Usage
24
+
25
+ inlcude active-admin-skin css
24
26
 
25
- TODO: Write usage instructions here
27
+ # active_admin.css.scss
28
+ ...
29
+ @import "active-admin-skin";
30
+ ...
31
+
32
+ You can even change basic colors of the theme by placing some other variables before active-admin-skin imporation:
33
+ ...
34
+ $skinActiveColor: #eda600;
26
35
 
27
36
  ## Development
28
37
 
@@ -1,7 +1,7 @@
1
1
  module Active
2
2
  module Admin
3
3
  module Skin
4
- VERSION = "0.1.3"
4
+ VERSION = "0.1.4"
5
5
  end
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: active-admin-skin
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Armand Niampa
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2015-02-22 00:00:00.000000000 Z
11
+ date: 2015-02-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler