nanoc 3.2.3 → 3.2.4

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-select +1 -1
  2. data/lib/nanoc-select.rb +1 -1
  3. 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
@@ -3,7 +3,7 @@
3
3
  module NanocSelect
4
4
 
5
5
  # The current version of `nanoc-select`.
6
- VERSION = '3.2.3'
6
+ VERSION = '3.2.4'
7
7
 
8
8
  # The list of possible versions to choose from.
9
9
  VERSIONS = [ 2, 3 ]
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.3
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: 2011-10-31 00:00:00.000000000 Z
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: &70269775388600 !ruby/object:Gem::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.3
21
+ version: 3.2.4
22
22
  type: :runtime
23
23
  prerelease: false
24
- version_requirements: *70269775388600
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