nutils 0.5.0 → 0.5.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -7,7 +7,6 @@ module Nutils
7
7
  #
8
8
  # The +filesystem_customizable+ data source allows an array for source
9
9
  # directories and for layout directories.
10
- # Inherits from +Nanoc3::DataSources::FilesystemUnified+fromstores.
11
10
  #
12
11
  # @example config.yaml excerpt
13
12
  # data_sources:
data/lib/nutils.rb CHANGED
@@ -3,7 +3,7 @@
3
3
  module Nutils
4
4
 
5
5
  # The current nutils version.
6
- VERSION = "0.5.0"
6
+ VERSION = "0.5.1"
7
7
 
8
8
  end
9
9
 
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nutils
3
3
  version: !ruby/object:Gem::Version
4
- hash: 11
4
+ hash: 9
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 5
9
- - 0
10
- version: 0.5.0
9
+ - 1
10
+ version: 0.5.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - Arnau Siches
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2010-12-06 00:00:00 -05:00
18
+ date: 2010-12-08 00:00:00 -05:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency