furtive 0.0.1 → 0.0.2

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: 4b81d2ce8877c83a4c538f110b8b609ff9fec818
4
- data.tar.gz: b2c0dacbf4652a79c28ee6910f809805d0c91364
3
+ metadata.gz: fd03ba57bba5c41ab67cf70f6ec26209d217ecb7
4
+ data.tar.gz: 9a1e9d7d0109b8e3ae8b5b75d174f38ba024512a
5
5
  SHA512:
6
- metadata.gz: 4dba2f93b0a2a9e1c821d383b3831aa071357216114138d96d21e583f3bfac442371e869a2a5e8df853e30c1db134c07b598df8f2fb4442709b15f401c79282e
7
- data.tar.gz: 4a0bcea6357d4969bbe523cb09c4dd3f0a77a6abfa8ceca2a608923104e157837ded77671205009c08393bd7c0414da44f59ee222c918e17932777ca102d3969
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: $purple; }
143
- a:hover { color: $aqua; }
144
- a:active { color: $orange; }
141
+ a:link { color: $blue; }
142
+ a:visited { color: $blue; }
143
+ a:hover { color: $aqua; }
144
+ a:active { color: $navy; }
@@ -1,3 +1,3 @@
1
1
  module Furtive
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
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.1
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-07 00:00:00.000000000 Z
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