nanoc 3.2.3 → 3.2.4
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-select +1 -1
- data/lib/nanoc-select.rb +1 -1
- metadata +5 -5
data/bin/nanoc-select
CHANGED
|
@@ -7,7 +7,7 @@ require 'nanoc-select'
|
|
|
7
7
|
require 'getoptlong'
|
|
8
8
|
|
|
9
9
|
def version(io)
|
|
10
|
-
io.puts "nanoc-select #{NanocSelect::VERSION} (c) 2010 Denis Defreyne."
|
|
10
|
+
io.puts "nanoc-select #{NanocSelect::VERSION} (c) 2010-2012 Denis Defreyne."
|
|
11
11
|
io.puts "Ruby #{RUBY_VERSION} (#{RUBY_RELEASE_DATE}) running on #{RUBY_PLATFORM}"
|
|
12
12
|
end
|
|
13
13
|
|
data/lib/nanoc-select.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: nanoc
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.2.
|
|
4
|
+
version: 3.2.4
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,19 +9,19 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date:
|
|
12
|
+
date: 2012-01-09 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: nanoc3
|
|
16
|
-
requirement: &
|
|
16
|
+
requirement: &70168865822260 !ruby/object:Gem::Requirement
|
|
17
17
|
none: false
|
|
18
18
|
requirements:
|
|
19
19
|
- - ! '>='
|
|
20
20
|
- !ruby/object:Gem::Version
|
|
21
|
-
version: 3.2.
|
|
21
|
+
version: 3.2.4
|
|
22
22
|
type: :runtime
|
|
23
23
|
prerelease: false
|
|
24
|
-
version_requirements: *
|
|
24
|
+
version_requirements: *70168865822260
|
|
25
25
|
description: a web publishing system written in Ruby for building small to medium-sized
|
|
26
26
|
websites.
|
|
27
27
|
email: denis.defreyne@stoneship.org
|