nanoc 3.1.2 → 3.1.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/bin/nanoc +0 -1
  2. data/lib/nanoc-select.rb +1 -1
  3. 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
@@ -3,7 +3,7 @@
3
3
  module NanocSelect
4
4
 
5
5
  # The current version of `nanoc-select`.
6
- VERSION = '3.1.2'
6
+ VERSION = '3.1.3'
7
7
 
8
8
  # The list of possible versions to choose from.
9
9
  VERSIONS = [ 2, 3 ]
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 3
7
7
  - 1
8
- - 2
9
- version: 3.1.2
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-07 00:00:00 +02:00
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
- - 2
31
- version: 3.1.2
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.