nanoc 3.0.0a1 → 3.0.0a2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/nanoc-select.rb +11 -0
  2. metadata +2 -1
@@ -0,0 +1,11 @@
1
+ # encoding: utf-8
2
+
3
+ module NanocSelect
4
+
5
+ # The current version of `nanoc-select`.
6
+ VERSION = '3.0.0a2'
7
+
8
+ # The list of possible versions to choose from.
9
+ VERSIONS = [ 2, 3 ]
10
+
11
+ end
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.0.0a1
4
+ version: 3.0.0a2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Denis Defreyne
@@ -34,6 +34,7 @@ extra_rdoc_files: []
34
34
  files:
35
35
  - bin/nanoc
36
36
  - bin/nanoc-select
37
+ - lib/nanoc-select.rb
37
38
  has_rdoc: true
38
39
  homepage: http://nanoc.stoneship.org/
39
40
  licenses: []