smallvictories 0.0.18 → 0.0.19
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 +4 -4
- data/.ruby-version +1 -0
- data/lib/smallvictories/site_file.rb +5 -1
- data/lib/smallvictories/version.rb +1 -1
- metadata +4 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 571a2eddaf843f15e6dae4546cb9432a7a9ad88d
|
|
4
|
+
data.tar.gz: 770c2288c868e91a51345965ff9f20ed218e8ad0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7c3a50ba6ef7db5fe3aefc89efb610fcbe8ad053f5fed62395a7032f06d71635428aa93af07f568b89d5abb00ceaad9172158c017548f6df9b225659b2681b46
|
|
7
|
+
data.tar.gz: 946349316df906bd6a0267967aea68a24a024d80c44cc6531cda4bc3c89f7f497f9013f8fde3b38e7bb48218e255dfd532caf4638efd9cba8b14f3954338cfbb
|
data/.ruby-version
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
2.1.3
|
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.19
|
|
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-
|
|
11
|
+
date: 2016-12-08 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: autoprefixer-rails
|
|
@@ -258,6 +258,7 @@ extra_rdoc_files: []
|
|
|
258
258
|
files:
|
|
259
259
|
- ".gitignore"
|
|
260
260
|
- ".gitkeep"
|
|
261
|
+
- ".ruby-version"
|
|
261
262
|
- Gemfile
|
|
262
263
|
- LICENSE.txt
|
|
263
264
|
- README.md
|
|
@@ -359,7 +360,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
359
360
|
version: '0'
|
|
360
361
|
requirements: []
|
|
361
362
|
rubyforge_project:
|
|
362
|
-
rubygems_version: 2.
|
|
363
|
+
rubygems_version: 2.4.5
|
|
363
364
|
signing_key:
|
|
364
365
|
specification_version: 4
|
|
365
366
|
summary: A command line utility for building websites.
|