furtive 0.0.1 → 0.0.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/assets/stylesheets/{_base.scss → furtive/_base.scss} +4 -4
- data/app/assets/stylesheets/{_mixins.scss → furtive/_mixins.scss} +0 -0
- data/app/assets/stylesheets/{_normalize.scss → furtive/_normalize.scss} +0 -0
- data/app/assets/stylesheets/{_typography.scss → furtive/_typography.scss} +0 -0
- data/app/assets/stylesheets/{_variables.scss → furtive/_variables.scss} +0 -0
- data/app/assets/stylesheets/{furtive.scss → furtive/furtive.scss} +0 -0
- data/lib/furtive/version.rb +1 -1
- metadata +8 -8
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: fd03ba57bba5c41ab67cf70f6ec26209d217ecb7
|
4
|
+
data.tar.gz: 9a1e9d7d0109b8e3ae8b5b75d174f38ba024512a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 54956c4086eff95c5b29663e573527db56ba6a27bdd13d0cca57e3090157ffaee841688382117fc9b44b970c75e1f0f197ef054ab1b7791fb0f0ee58e569de48
|
7
|
+
data.tar.gz: 6338bdbae5f6a0b1694e79186d09ff83e4c8392d35fb2aa8f92d8c134708a714f47567ce031b30dc6951e607841a3e446ce52d0c993842c7488ccf1407fe8891
|
@@ -138,7 +138,7 @@ a {
|
|
138
138
|
transition: color .3s ease-in-out;
|
139
139
|
}
|
140
140
|
|
141
|
-
a:link { color: $blue;
|
142
|
-
a:visited { color: $
|
143
|
-
a:hover { color: $aqua;
|
144
|
-
a:active { color: $
|
141
|
+
a:link { color: $blue; }
|
142
|
+
a:visited { color: $blue; }
|
143
|
+
a:hover { color: $aqua; }
|
144
|
+
a:active { color: $navy; }
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
data/lib/furtive/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: furtive
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- John Otander
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2014-04-
|
11
|
+
date: 2014-04-14 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -50,12 +50,12 @@ files:
|
|
50
50
|
- LICENSE.txt
|
51
51
|
- README.md
|
52
52
|
- Rakefile
|
53
|
-
- app/assets/stylesheets/_base.scss
|
54
|
-
- app/assets/stylesheets/_mixins.scss
|
55
|
-
- app/assets/stylesheets/_normalize.scss
|
56
|
-
- app/assets/stylesheets/_typography.scss
|
57
|
-
- app/assets/stylesheets/_variables.scss
|
58
|
-
- app/assets/stylesheets/furtive.scss
|
53
|
+
- app/assets/stylesheets/furtive/_base.scss
|
54
|
+
- app/assets/stylesheets/furtive/_mixins.scss
|
55
|
+
- app/assets/stylesheets/furtive/_normalize.scss
|
56
|
+
- app/assets/stylesheets/furtive/_typography.scss
|
57
|
+
- app/assets/stylesheets/furtive/_variables.scss
|
58
|
+
- app/assets/stylesheets/furtive/furtive.scss
|
59
59
|
- furtive.gemspec
|
60
60
|
- lib/furtive.rb
|
61
61
|
- lib/furtive/engine.rb
|