smallvictories 0.0.13 → 0.0.14
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/smallvictories/constants.rb +1 -1
- data/lib/smallvictories/version.rb +1 -1
- data/spec/configuration_spec.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8b326ed8fde9f52c640d2fe1ed07c3a50b772f57
|
4
|
+
data.tar.gz: 4e23a380d0c39c6ea7e80a38100cb463edf64298
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7935fb17efbe715e5e4b735dca681d0216f2ebd42d769f188a4978e5a6b18d9b7ea413209fdfce3d5307a146e59c5abb0cba49fcd79cc9c15a38a7a09d674e5b
|
7
|
+
data.tar.gz: b62eabc6a9ab4347990406a7a606a91d1cf002b4712875f153981633ac6cabc57306e40d8fc58e4060bb2f2843796126d6e2e1c4128c91ed8dd7a14433c517af
|
@@ -2,7 +2,7 @@ module SmallVictories
|
|
2
2
|
CONFIG_FILE = '_sv_config.yml'
|
3
3
|
DEFAULT_SOURCE = '_sv'
|
4
4
|
DEFAULT_DESTINATION = ''
|
5
|
-
DEFAULT_SOURCE_STYLESHEET = 'application.
|
5
|
+
DEFAULT_SOURCE_STYLESHEET = 'application.scss'
|
6
6
|
DEFAULT_SOURCE_JAVASCRIPT = 'application.js'
|
7
7
|
DEFAULT_SOURCE_SPRITE = '_sprite'
|
8
8
|
DEFAULT_DESTINATION_STYLESHEET = '_sv_custom.css'
|
data/spec/configuration_spec.rb
CHANGED
@@ -13,7 +13,7 @@ describe SmallVictories do
|
|
13
13
|
end
|
14
14
|
|
15
15
|
it 'defaults source stylesheet file' do
|
16
|
-
expect(configuration.source_stylesheet).to eq 'application.
|
16
|
+
expect(configuration.source_stylesheet).to eq 'application.scss'
|
17
17
|
end
|
18
18
|
|
19
19
|
it 'defaults destination stylesheet file' do
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: smallvictories
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.14
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Michael Dijkstra
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-02-
|
11
|
+
date: 2016-02-14 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: autoprefixer-rails
|