nanoc 3.1.2 → 3.1.3
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.
- data/bin/nanoc +0 -1
- data/lib/nanoc-select.rb +1 -1
- metadata +5 -5
data/bin/nanoc
CHANGED
|
@@ -4,7 +4,6 @@
|
|
|
4
4
|
# Find version
|
|
5
5
|
version_file_path = File.expand_path('~/.nanoc-select-version')
|
|
6
6
|
if !File.exist?(version_file_path)
|
|
7
|
-
warn 'WARNING: No nanoc version has been selected; using nanoc 3.x by default. Select a version using `nanoc-select` to make this warning go away.'
|
|
8
7
|
version = 3
|
|
9
8
|
else
|
|
10
9
|
version = File.read(version_file_path).to_i
|
data/lib/nanoc-select.rb
CHANGED
metadata
CHANGED
|
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
|
5
5
|
segments:
|
|
6
6
|
- 3
|
|
7
7
|
- 1
|
|
8
|
-
-
|
|
9
|
-
version: 3.1.
|
|
8
|
+
- 3
|
|
9
|
+
version: 3.1.3
|
|
10
10
|
platform: ruby
|
|
11
11
|
authors:
|
|
12
12
|
- Denis Defreyne
|
|
@@ -14,7 +14,7 @@ autorequire:
|
|
|
14
14
|
bindir: bin
|
|
15
15
|
cert_chain: []
|
|
16
16
|
|
|
17
|
-
date: 2010-04-
|
|
17
|
+
date: 2010-04-25 00:00:00 +02:00
|
|
18
18
|
default_executable:
|
|
19
19
|
dependencies:
|
|
20
20
|
- !ruby/object:Gem::Dependency
|
|
@@ -27,8 +27,8 @@ dependencies:
|
|
|
27
27
|
segments:
|
|
28
28
|
- 3
|
|
29
29
|
- 1
|
|
30
|
-
-
|
|
31
|
-
version: 3.1.
|
|
30
|
+
- 3
|
|
31
|
+
version: 3.1.3
|
|
32
32
|
type: :runtime
|
|
33
33
|
version_requirements: *id001
|
|
34
34
|
description: a web publishing system written in Ruby for building small to medium-sized websites.
|