nanoc 4.0.0b2 → 4.0.0b3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (255) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +11 -22
  3. data/NEWS.md +20 -0
  4. data/Rakefile +0 -2
  5. data/bin/nanoc +0 -2
  6. data/lib/nanoc.rb +0 -2
  7. data/lib/nanoc/base.rb +1 -2
  8. data/lib/nanoc/base/checksummer.rb +0 -2
  9. data/lib/nanoc/base/compilation/checksum_store.rb +0 -2
  10. data/lib/nanoc/base/compilation/compiled_content_cache.rb +0 -2
  11. data/lib/nanoc/base/compilation/compiler.rb +0 -2
  12. data/lib/nanoc/base/compilation/compiler_dsl.rb +0 -2
  13. data/lib/nanoc/base/compilation/dependency_tracker.rb +0 -2
  14. data/lib/nanoc/base/compilation/filter.rb +0 -2
  15. data/lib/nanoc/base/compilation/item_rep_proxy.rb +0 -2
  16. data/lib/nanoc/base/compilation/item_rep_recorder_proxy.rb +0 -2
  17. data/lib/nanoc/base/compilation/outdatedness_checker.rb +0 -2
  18. data/lib/nanoc/base/compilation/outdatedness_reasons.rb +0 -2
  19. data/lib/nanoc/base/compilation/rule.rb +0 -2
  20. data/lib/nanoc/base/compilation/rule_context.rb +0 -2
  21. data/lib/nanoc/base/compilation/rule_memory_calculator.rb +0 -2
  22. data/lib/nanoc/base/compilation/rule_memory_store.rb +0 -2
  23. data/lib/nanoc/base/compilation/rules_collection.rb +0 -2
  24. data/lib/nanoc/base/context.rb +0 -2
  25. data/lib/nanoc/base/core_ext.rb +0 -2
  26. data/lib/nanoc/base/core_ext/array.rb +0 -2
  27. data/lib/nanoc/base/core_ext/hash.rb +0 -2
  28. data/lib/nanoc/base/core_ext/pathname.rb +0 -2
  29. data/lib/nanoc/base/core_ext/string.rb +0 -2
  30. data/lib/nanoc/base/directed_graph.rb +0 -2
  31. data/lib/nanoc/base/error.rb +0 -2
  32. data/lib/nanoc/base/errors.rb +0 -2
  33. data/lib/nanoc/base/identifiable_collection.rb +0 -2
  34. data/lib/nanoc/base/memoization.rb +0 -2
  35. data/lib/nanoc/base/notification_center.rb +0 -2
  36. data/lib/nanoc/base/pattern.rb +0 -2
  37. data/lib/nanoc/base/plugin_registry.rb +0 -2
  38. data/lib/nanoc/base/result_data/item_rep.rb +0 -2
  39. data/lib/nanoc/base/source_data/code_snippet.rb +0 -2
  40. data/lib/nanoc/base/source_data/configuration.rb +0 -2
  41. data/lib/nanoc/base/source_data/data_source.rb +0 -2
  42. data/lib/nanoc/base/source_data/identifier.rb +0 -2
  43. data/lib/nanoc/base/source_data/item.rb +0 -2
  44. data/lib/nanoc/base/source_data/layout.rb +0 -2
  45. data/lib/nanoc/base/source_data/site.rb +1 -3
  46. data/lib/nanoc/base/store.rb +0 -2
  47. data/lib/nanoc/base/temp_filename_factory.rb +0 -2
  48. data/lib/nanoc/base/views/config.rb +0 -2
  49. data/lib/nanoc/base/views/identifiable_collection.rb +0 -2
  50. data/lib/nanoc/base/views/item.rb +3 -5
  51. data/lib/nanoc/base/views/item_collection.rb +0 -2
  52. data/lib/nanoc/base/views/item_rep.rb +0 -2
  53. data/lib/nanoc/base/views/item_rep_collection.rb +48 -0
  54. data/lib/nanoc/base/views/layout.rb +0 -2
  55. data/lib/nanoc/base/views/layout_collection.rb +0 -2
  56. data/lib/nanoc/base/views/mutable_config.rb +0 -2
  57. data/lib/nanoc/base/views/mutable_identifiable_collection.rb +0 -2
  58. data/lib/nanoc/base/views/mutable_item.rb +0 -2
  59. data/lib/nanoc/base/views/mutable_item_collection.rb +0 -2
  60. data/lib/nanoc/base/views/mutable_layout.rb +0 -2
  61. data/lib/nanoc/base/views/mutable_layout_collection.rb +0 -2
  62. data/lib/nanoc/base/views/site.rb +0 -2
  63. data/lib/nanoc/cli.rb +0 -2
  64. data/lib/nanoc/cli/ansi_string_colorizer.rb +0 -2
  65. data/lib/nanoc/cli/cleaning_stream.rb +0 -2
  66. data/lib/nanoc/cli/command_runner.rb +0 -2
  67. data/lib/nanoc/cli/commands/check.rb +0 -2
  68. data/lib/nanoc/cli/commands/compile.rb +0 -2
  69. data/lib/nanoc/cli/commands/create-site.rb +7 -25
  70. data/lib/nanoc/cli/commands/deploy.rb +0 -2
  71. data/lib/nanoc/cli/commands/nanoc.rb +0 -2
  72. data/lib/nanoc/cli/commands/prune.rb +0 -2
  73. data/lib/nanoc/cli/commands/shell.rb +0 -2
  74. data/lib/nanoc/cli/commands/show-data.rb +0 -2
  75. data/lib/nanoc/cli/commands/show-plugins.rb +0 -2
  76. data/lib/nanoc/cli/commands/show-rules.rb +0 -2
  77. data/lib/nanoc/cli/commands/view.rb +0 -2
  78. data/lib/nanoc/cli/error_handler.rb +0 -2
  79. data/lib/nanoc/cli/logger.rb +0 -2
  80. data/lib/nanoc/cli/stream_cleaners.rb +0 -2
  81. data/lib/nanoc/cli/stream_cleaners/abstract.rb +0 -2
  82. data/lib/nanoc/cli/stream_cleaners/ansi_colors.rb +0 -2
  83. data/lib/nanoc/cli/stream_cleaners/utf8.rb +0 -2
  84. data/lib/nanoc/data_sources.rb +1 -5
  85. data/lib/nanoc/data_sources/filesystem.rb +2 -2
  86. data/lib/nanoc/data_sources/filesystem_unified.rb +0 -2
  87. data/lib/nanoc/extra.rb +0 -2
  88. data/lib/nanoc/extra/checking.rb +0 -2
  89. data/lib/nanoc/extra/checking/check.rb +23 -15
  90. data/lib/nanoc/extra/checking/checks.rb +0 -2
  91. data/lib/nanoc/extra/checking/checks/css.rb +1 -3
  92. data/lib/nanoc/extra/checking/checks/external_links.rb +0 -2
  93. data/lib/nanoc/extra/checking/checks/html.rb +1 -3
  94. data/lib/nanoc/extra/checking/checks/internal_links.rb +3 -5
  95. data/lib/nanoc/extra/checking/checks/mixed_content.rb +0 -2
  96. data/lib/nanoc/extra/checking/checks/stale.rb +2 -4
  97. data/lib/nanoc/extra/checking/dsl.rb +0 -2
  98. data/lib/nanoc/extra/checking/issue.rb +0 -2
  99. data/lib/nanoc/extra/checking/runner.rb +1 -3
  100. data/lib/nanoc/extra/core_ext.rb +0 -2
  101. data/lib/nanoc/extra/core_ext/pathname.rb +0 -2
  102. data/lib/nanoc/extra/core_ext/time.rb +0 -2
  103. data/lib/nanoc/extra/deployer.rb +0 -2
  104. data/lib/nanoc/extra/deployers.rb +0 -2
  105. data/lib/nanoc/extra/deployers/fog.rb +40 -8
  106. data/lib/nanoc/extra/deployers/rsync.rb +0 -2
  107. data/lib/nanoc/extra/filesystem_tools.rb +0 -2
  108. data/lib/nanoc/extra/jruby_nokogiri_warner.rb +0 -2
  109. data/lib/nanoc/extra/link_collector.rb +0 -2
  110. data/lib/nanoc/extra/piper.rb +0 -2
  111. data/lib/nanoc/extra/pruner.rb +0 -2
  112. data/lib/nanoc/filters.rb +0 -2
  113. data/lib/nanoc/filters/asciidoc.rb +0 -2
  114. data/lib/nanoc/filters/bluecloth.rb +0 -2
  115. data/lib/nanoc/filters/coffeescript.rb +0 -2
  116. data/lib/nanoc/filters/colorize_syntax.rb +0 -2
  117. data/lib/nanoc/filters/erb.rb +0 -2
  118. data/lib/nanoc/filters/erubis.rb +0 -2
  119. data/lib/nanoc/filters/haml.rb +0 -2
  120. data/lib/nanoc/filters/handlebars.rb +0 -2
  121. data/lib/nanoc/filters/kramdown.rb +0 -2
  122. data/lib/nanoc/filters/less.rb +0 -2
  123. data/lib/nanoc/filters/markaby.rb +0 -2
  124. data/lib/nanoc/filters/maruku.rb +0 -2
  125. data/lib/nanoc/filters/mustache.rb +0 -2
  126. data/lib/nanoc/filters/pandoc.rb +0 -2
  127. data/lib/nanoc/filters/rainpress.rb +0 -2
  128. data/lib/nanoc/filters/rdiscount.rb +0 -2
  129. data/lib/nanoc/filters/rdoc.rb +0 -2
  130. data/lib/nanoc/filters/redcarpet.rb +0 -2
  131. data/lib/nanoc/filters/redcloth.rb +0 -2
  132. data/lib/nanoc/filters/relativize_paths.rb +0 -2
  133. data/lib/nanoc/filters/rubypants.rb +0 -2
  134. data/lib/nanoc/filters/sass.rb +0 -2
  135. data/lib/nanoc/filters/sass/sass_filesystem_importer.rb +0 -2
  136. data/lib/nanoc/filters/slim.rb +0 -2
  137. data/lib/nanoc/filters/typogruby.rb +0 -2
  138. data/lib/nanoc/filters/uglify_js.rb +0 -2
  139. data/lib/nanoc/filters/xsl.rb +0 -2
  140. data/lib/nanoc/filters/yui_compressor.rb +0 -2
  141. data/lib/nanoc/helpers.rb +0 -2
  142. data/lib/nanoc/helpers/blogging.rb +0 -2
  143. data/lib/nanoc/helpers/breadcrumbs.rb +0 -2
  144. data/lib/nanoc/helpers/capturing.rb +0 -2
  145. data/lib/nanoc/helpers/filtering.rb +0 -2
  146. data/lib/nanoc/helpers/html_escape.rb +0 -2
  147. data/lib/nanoc/helpers/link_to.rb +0 -2
  148. data/lib/nanoc/helpers/rendering.rb +0 -2
  149. data/lib/nanoc/helpers/tagging.rb +0 -2
  150. data/lib/nanoc/helpers/text.rb +0 -2
  151. data/lib/nanoc/helpers/xml_sitemap.rb +0 -2
  152. data/lib/nanoc/version.rb +1 -3
  153. data/nanoc.gemspec +1 -3
  154. data/tasks/doc.rake +0 -2
  155. data/tasks/test.rake +0 -2
  156. data/test/base/checksummer_spec.rb +0 -2
  157. data/test/base/core_ext/array_spec.rb +0 -2
  158. data/test/base/core_ext/hash_spec.rb +0 -2
  159. data/test/base/core_ext/pathname_spec.rb +0 -2
  160. data/test/base/core_ext/string_spec.rb +0 -2
  161. data/test/base/temp_filename_factory_spec.rb +0 -2
  162. data/test/base/test_checksum_store.rb +0 -2
  163. data/test/base/test_code_snippet.rb +0 -2
  164. data/test/base/test_compiler.rb +0 -2
  165. data/test/base/test_compiler_dsl.rb +1 -3
  166. data/test/base/test_context.rb +0 -2
  167. data/test/base/test_data_source.rb +0 -2
  168. data/test/base/test_dependency_tracker.rb +0 -2
  169. data/test/base/test_directed_graph.rb +0 -2
  170. data/test/base/test_filter.rb +0 -2
  171. data/test/base/test_item.rb +0 -2
  172. data/test/base/test_item_array.rb +0 -2
  173. data/test/base/test_item_rep.rb +0 -2
  174. data/test/base/test_item_rep_recorder_proxy.rb +0 -2
  175. data/test/base/test_layout.rb +0 -2
  176. data/test/base/test_memoization.rb +0 -2
  177. data/test/base/test_notification_center.rb +0 -2
  178. data/test/base/test_outdatedness_checker.rb +1 -3
  179. data/test/base/test_plugin.rb +0 -2
  180. data/test/base/test_rule.rb +0 -2
  181. data/test/base/test_rule_context.rb +0 -2
  182. data/test/base/test_site.rb +1 -3
  183. data/test/base/test_store.rb +0 -2
  184. data/test/cli/commands/test_check.rb +0 -2
  185. data/test/cli/commands/test_compile.rb +0 -2
  186. data/test/cli/commands/test_create_site.rb +1 -3
  187. data/test/cli/commands/test_deploy.rb +0 -2
  188. data/test/cli/commands/test_help.rb +0 -2
  189. data/test/cli/commands/test_info.rb +0 -2
  190. data/test/cli/commands/test_prune.rb +2 -4
  191. data/test/cli/test_cleaning_stream.rb +0 -2
  192. data/test/cli/test_cli.rb +0 -6
  193. data/test/cli/test_error_handler.rb +0 -2
  194. data/test/cli/test_logger.rb +0 -2
  195. data/test/data_sources/test_filesystem.rb +0 -2
  196. data/test/data_sources/test_filesystem_unified.rb +15 -2
  197. data/test/extra/checking/checks/test_css.rb +3 -5
  198. data/test/extra/checking/checks/test_external_links.rb +5 -7
  199. data/test/extra/checking/checks/test_html.rb +2 -4
  200. data/test/extra/checking/checks/test_internal_links.rb +5 -7
  201. data/test/extra/checking/checks/test_mixed_content.rb +8 -10
  202. data/test/extra/checking/checks/test_stale.rb +1 -3
  203. data/test/extra/checking/test_check.rb +2 -6
  204. data/test/extra/checking/test_dsl.rb +0 -2
  205. data/test/extra/checking/test_runner.rb +0 -2
  206. data/test/extra/core_ext/test_pathname.rb +0 -2
  207. data/test/extra/core_ext/test_time.rb +0 -2
  208. data/test/extra/deployers/test_fog.rb +147 -2
  209. data/test/extra/deployers/test_rsync.rb +0 -2
  210. data/test/extra/test_filesystem_tools.rb +0 -2
  211. data/test/extra/test_link_collector.rb +0 -2
  212. data/test/extra/test_piper.rb +0 -2
  213. data/test/filters/test_asciidoc.rb +0 -2
  214. data/test/filters/test_bluecloth.rb +0 -2
  215. data/test/filters/test_coffeescript.rb +0 -2
  216. data/test/filters/test_colorize_syntax.rb +0 -2
  217. data/test/filters/test_erb.rb +0 -2
  218. data/test/filters/test_erubis.rb +0 -2
  219. data/test/filters/test_haml.rb +0 -2
  220. data/test/filters/test_handlebars.rb +0 -2
  221. data/test/filters/test_kramdown.rb +0 -2
  222. data/test/filters/test_less.rb +0 -2
  223. data/test/filters/test_markaby.rb +0 -2
  224. data/test/filters/test_maruku.rb +0 -2
  225. data/test/filters/test_mustache.rb +0 -2
  226. data/test/filters/test_pandoc.rb +0 -2
  227. data/test/filters/test_rainpress.rb +0 -2
  228. data/test/filters/test_rdiscount.rb +0 -2
  229. data/test/filters/test_rdoc.rb +0 -2
  230. data/test/filters/test_redcarpet.rb +0 -2
  231. data/test/filters/test_redcloth.rb +0 -2
  232. data/test/filters/test_relativize_paths.rb +0 -2
  233. data/test/filters/test_rubypants.rb +0 -2
  234. data/test/filters/test_sass.rb +0 -2
  235. data/test/filters/test_slim.rb +0 -2
  236. data/test/filters/test_typogruby.rb +0 -2
  237. data/test/filters/test_uglify_js.rb +0 -2
  238. data/test/filters/test_xsl.rb +0 -2
  239. data/test/filters/test_yui_compressor.rb +0 -2
  240. data/test/gem_loader.rb +0 -2
  241. data/test/helper.rb +1 -3
  242. data/test/helpers/test_blogging.rb +0 -2
  243. data/test/helpers/test_breadcrumbs.rb +0 -2
  244. data/test/helpers/test_capturing.rb +0 -2
  245. data/test/helpers/test_filtering.rb +0 -2
  246. data/test/helpers/test_html_escape.rb +0 -2
  247. data/test/helpers/test_link_to.rb +0 -2
  248. data/test/helpers/test_rendering.rb +0 -2
  249. data/test/helpers/test_tagging.rb +0 -2
  250. data/test/helpers/test_text.rb +0 -2
  251. data/test/helpers/test_xml_sitemap.rb +0 -2
  252. data/test/test_gem.rb +0 -5
  253. metadata +5 -6
  254. data/lib/nanoc/data_sources/filesystem_verbose.rb +0 -71
  255. data/test/data_sources/test_filesystem_verbose.rb +0 -308
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 399486061f80fd3acaf7058ec221d0b401fb6590
4
- data.tar.gz: 1f1969bd69c51571a7a66bfd6451b6528f1923ae
3
+ metadata.gz: 1916118f3f4affe429105d6b7cd243cef3ad7f79
4
+ data.tar.gz: 6cb2a58542bc45f676a50b9dca5f681fb524752a
5
5
  SHA512:
6
- metadata.gz: f0c41f17f9fc07ad11b41b1ce6541c9be206a737d99d663f19eae58f68de91cfdce4f392848ac54d8835055784415bd33916003f3463cd14581fecd6005a8036
7
- data.tar.gz: 13d7891f10c7014e22b731f2b4efc8982cc8dce52c47eb8ec037183cca0637cfb7661580a24dead39cf05085a668a1448257754f0fbce8f29271fe71eb5b3c1e
6
+ metadata.gz: 199276b80c83ae39093ba9169360b2ae345e80fb1aa1891d8b7fc5569261c4fc2c05b60f2e553c003a72448649bf16f75029f6520d82bde27048a49015330345
7
+ data.tar.gz: 46748f7f40700073a17e76fd2f47ad5dbc287c7156220736d2bc6438248c88f2dd4b5047f7ac839073cc110fff189607345369e3c2fdf4e230286a7ed7d1735a
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- nanoc (4.0.0b2)
4
+ nanoc (4.0.0b3)
5
5
  cri (~> 2.3)
6
6
 
7
7
  GEM
@@ -9,7 +9,6 @@ GEM
9
9
  specs:
10
10
  CFPropertyList (2.3.1)
11
11
  RedCloth (4.2.9)
12
- RedCloth (4.2.9-java)
13
12
  addressable (2.3.8)
14
13
  adsf (1.2.0)
15
14
  rack (>= 1.0.0)
@@ -50,7 +49,6 @@ GEM
50
49
  excon (0.45.3)
51
50
  execjs (2.5.2)
52
51
  ffi (1.9.8)
53
- ffi (1.9.8-java)
54
52
  fission (0.5.0)
55
53
  CFPropertyList (~> 2.2)
56
54
  fog (1.30.0)
@@ -79,7 +77,7 @@ GEM
79
77
  fog-atmos (0.1.0)
80
78
  fog-core
81
79
  fog-xml
82
- fog-aws (0.1.2)
80
+ fog-aws (0.4.0)
83
81
  fog-core (~> 1.27)
84
82
  fog-json (~> 1.0)
85
83
  fog-xml (~> 0.1)
@@ -156,13 +154,11 @@ GEM
156
154
  therubyracer (~> 0.12.1)
157
155
  handlebars-source (3.0.3)
158
156
  hitimes (1.2.2)
159
- hitimes (1.2.2-java)
160
157
  http-cookie (1.0.2)
161
158
  domain_name (~> 0.5)
162
159
  inflecto (0.0.2)
163
160
  ipaddress (0.8.0)
164
161
  json (1.8.2)
165
- json (1.8.2-java)
166
162
  kramdown (1.7.0)
167
163
  less (2.6.0)
168
164
  commonjs (~> 0.2.7)
@@ -176,9 +172,9 @@ GEM
176
172
  maruku (0.7.2)
177
173
  metaclass (0.0.4)
178
174
  method_source (0.8.2)
179
- mime-types (2.5)
175
+ mime-types (2.6.1)
180
176
  mini_portile (0.6.2)
181
- minitest (5.6.1)
177
+ minitest (5.7.0)
182
178
  mocha (1.1.0)
183
179
  metaclass (~> 0.0.1)
184
180
  multi_json (1.11.0)
@@ -189,9 +185,8 @@ GEM
189
185
  netrc (0.10.3)
190
186
  nokogiri (1.6.6.2)
191
187
  mini_portile (~> 0.6.0)
192
- nokogiri (1.6.6.2-java)
193
188
  pandoc-ruby (1.0.0)
194
- parser (2.2.2.2)
189
+ parser (2.2.2.5)
195
190
  ast (>= 1.1, < 3.0)
196
191
  posix-spawn (0.3.11)
197
192
  powerpack (0.1.1)
@@ -199,11 +194,6 @@ GEM
199
194
  coderay (~> 1.1.0)
200
195
  method_source (~> 0.8.1)
201
196
  slop (~> 3.4)
202
- pry (0.10.1-java)
203
- coderay (~> 1.1.0)
204
- method_source (~> 0.8.1)
205
- slop (~> 3.4)
206
- spoon (~> 0.0)
207
197
  pygments.rb (0.6.3)
208
198
  posix-spawn (~> 0.3.6)
209
199
  yajl-ruby (~> 1.2.0)
@@ -211,7 +201,7 @@ GEM
211
201
  rainbow (2.0.0)
212
202
  rainpress (1.0)
213
203
  rake (10.4.2)
214
- rb-fsevent (0.9.4)
204
+ rb-fsevent (0.9.5)
215
205
  rb-inotify (0.9.5)
216
206
  ffi (>= 0.5.0)
217
207
  rdiscount (2.1.8)
@@ -222,7 +212,7 @@ GEM
222
212
  http-cookie (>= 1.0.2, < 2.0)
223
213
  mime-types (>= 1.16, < 3.0)
224
214
  netrc (~> 0.7)
225
- rouge (1.8.0)
215
+ rouge (1.9.0)
226
216
  rspec (3.2.0)
227
217
  rspec-core (~> 3.2.0)
228
218
  rspec-expectations (~> 3.2.0)
@@ -255,8 +245,6 @@ GEM
255
245
  temple (~> 0.7.3)
256
246
  tilt (>= 1.3.3, < 2.1)
257
247
  slop (3.6.0)
258
- spoon (0.0.4)
259
- ffi
260
248
  temple (0.7.5)
261
249
  term-ansicolor (1.3.0)
262
250
  tins (~> 1.0)
@@ -267,7 +255,7 @@ GEM
267
255
  tilt (2.0.1)
268
256
  timers (4.0.1)
269
257
  hitimes
270
- tins (1.5.1)
258
+ tins (1.5.2)
271
259
  typogruby (1.0.18)
272
260
  rubypants
273
261
  uglifier (2.7.1)
@@ -275,7 +263,6 @@ GEM
275
263
  json (>= 1.8.0)
276
264
  unf (0.1.4)
277
265
  unf_ext
278
- unf (0.1.4-java)
279
266
  unf_ext (0.0.7.1)
280
267
  vcr (2.9.3)
281
268
  w3c_validators (1.2)
@@ -289,7 +276,6 @@ GEM
289
276
  yuicompressor (1.3.3)
290
277
 
291
278
  PLATFORMS
292
- java
293
279
  ruby
294
280
 
295
281
  DEPENDENCIES
@@ -339,3 +325,6 @@ DEPENDENCIES
339
325
  webmock
340
326
  yard
341
327
  yuicompressor
328
+
329
+ BUNDLED WITH
330
+ 1.10.2
data/NEWS.md CHANGED
@@ -1,5 +1,25 @@
1
1
  # nanoc news
2
2
 
3
+ ## 4.0.0b3 (2015-05-31)
4
+
5
+ Changes:
6
+
7
+ * Removed `filesystem_verbose` data source (#599)
8
+ * Set minimum required Ruby version to 2.2
9
+
10
+ Enhancements:
11
+
12
+ * Made `@config`, `@items` and `@layouts` available in checks (#598)
13
+ * Made `filesystem` an alias for `filesystem_unified` (#599)
14
+ * Made specific reps for an item accessible using `@item.reps[:name]` (#586, #607)
15
+ * Removed `allow_periods_in_identifiers` documentation (#605)
16
+ * Made fog deployer not upload files with identical ETags to AWS (#480, #536, #552) [Paul Boone]
17
+
18
+ Fixes:
19
+
20
+ * Made `ItemView#parent` return nil if parent is nil (#600, #602)
21
+ * Added missing `identifier_type` documentation (#604)
22
+
3
23
  ## 4.0.0b2 (2015-05-23)
4
24
 
5
25
  Changes:
data/Rakefile CHANGED
@@ -1,5 +1,3 @@
1
- # encoding: utf-8
2
-
3
1
  # Set up env
4
2
  $LOAD_PATH.unshift(File.expand_path(File.dirname(__FILE__) + '/lib'))
5
3
  require './test/gem_loader.rb'
data/bin/nanoc CHANGED
@@ -1,6 +1,4 @@
1
1
  #!/usr/bin/env ruby
2
- # encoding: utf-8
3
-
4
2
  require 'nanoc'
5
3
  require 'nanoc/cli'
6
4
 
@@ -1,5 +1,3 @@
1
- # encoding: utf-8
2
-
3
1
  module Nanoc
4
2
  # @return [String] A string containing information about this nanoc version
5
3
  # and its environment (Ruby engine and version, Rubygems version if any).
@@ -1,5 +1,3 @@
1
- # encoding: utf-8
2
-
3
1
  module Nanoc
4
2
  require 'nanoc/base/core_ext'
5
3
 
@@ -11,6 +9,7 @@ module Nanoc
11
9
  autoload 'ConfigView', 'nanoc/base/views/config'
12
10
  autoload 'IdentifiableCollectionView', 'nanoc/base/views/identifiable_collection'
13
11
  autoload 'ItemView', 'nanoc/base/views/item'
12
+ autoload 'ItemRepCollectionView', 'nanoc/base/views/item_rep_collection'
14
13
  autoload 'ItemRepView', 'nanoc/base/views/item_rep'
15
14
  autoload 'ItemCollectionView', 'nanoc/base/views/item_collection'
16
15
  autoload 'LayoutView', 'nanoc/base/views/layout'
@@ -1,5 +1,3 @@
1
- # encoding: utf-8
2
-
3
1
  module Nanoc::Int
4
2
  # Creates checksums for given objects.
5
3
  #
@@ -1,5 +1,3 @@
1
- # encoding: utf-8
2
-
3
1
  module Nanoc::Int
4
2
  # Stores checksums for objects in order to be able to detect whether a file
5
3
  # has changed since the last site compilation.
@@ -1,5 +1,3 @@
1
- # encoding: utf-8
2
-
3
1
  module Nanoc::Int
4
2
  # Represents a cache than can be used to store already compiled content,
5
3
  # to prevent it from being needlessly recompiled.
@@ -1,5 +1,3 @@
1
- # encoding: utf-8
2
-
3
1
  module Nanoc::Int
4
2
  # Responsible for compiling a site’s item representations.
5
3
  #
@@ -1,5 +1,3 @@
1
- # encoding: utf-8
2
-
3
1
  module Nanoc::Int
4
2
  # Contains methods that will be executed by the site’s `Rules` file.
5
3
  class CompilerDSL
@@ -1,5 +1,3 @@
1
- # encoding: utf-8
2
-
3
1
  module Nanoc::Int
4
2
  # Responsible for remembering dependencies between items and layouts. It is
5
3
  # used to speed up compilation by only letting an item be recompiled when it
@@ -1,5 +1,3 @@
1
- # encoding: utf-8
2
-
3
1
  module Nanoc
4
2
  # Nanoc::Filter is responsible for filtering items. It is the superclass
5
3
  # for all textual filters.
@@ -1,5 +1,3 @@
1
- # encoding: utf-8
2
-
3
1
  module Nanoc::Int
4
2
  # Represents an item representation, but provides an interface that is
5
3
  # easier to use when writing compilation and routing rules. It is also
@@ -1,5 +1,3 @@
1
- # encoding: utf-8
2
-
3
1
  module Nanoc::Int
4
2
  # Represents a fake iem representation that does not actually perform any
5
3
  # actual filtering, layouting or snapshotting, but instead keeps track of
@@ -1,5 +1,3 @@
1
- # encoding: utf-8
2
-
3
1
  module Nanoc::Int
4
2
  # Responsible for determining whether an item or a layout is outdated.
5
3
  #
@@ -1,5 +1,3 @@
1
- # encoding: utf-8
2
-
3
1
  module Nanoc::Int
4
2
  # Module that contains all outdatedness reasons.
5
3
  #
@@ -1,5 +1,3 @@
1
- # encoding: utf-8
2
-
3
1
  module Nanoc::Int
4
2
  # Contains the processing information for a item.
5
3
  #
@@ -1,5 +1,3 @@
1
- # encoding: utf-8
2
-
3
1
  module Nanoc::Int
4
2
  # Provides a context in which compilation and routing rules can be executed.
5
3
  # It provides access to the item representation that is being compiled or
@@ -1,5 +1,3 @@
1
- # encoding: utf-8
2
-
3
1
  module Nanoc::Int
4
2
  # Calculates rule memories for objects that can be run through a rule (item
5
3
  # representations and layouts).
@@ -1,5 +1,3 @@
1
- # encoding: utf-8
2
-
3
1
  module Nanoc::Int
4
2
  # Stores rule memories for objects that can be run through a rule (item
5
3
  # representations and layouts).
@@ -1,5 +1,3 @@
1
- # encoding: utf-8
2
-
3
1
  module Nanoc::Int
4
2
  # Keeps track of the rules in a site.
5
3
  #
@@ -1,5 +1,3 @@
1
- # encoding: utf-8
2
-
3
1
  module Nanoc::Int
4
2
  # Provides a context and a binding for use in filters such as the ERB and
5
3
  # Haml ones.
@@ -1,5 +1,3 @@
1
- # encoding: utf-8
2
-
3
1
  require 'nanoc/base/core_ext/array'
4
2
  require 'nanoc/base/core_ext/hash'
5
3
  require 'nanoc/base/core_ext/pathname'
@@ -1,5 +1,3 @@
1
- # encoding: utf-8
2
-
3
1
  # @api private
4
2
  module Nanoc::ArrayExtensions
5
3
  # Returns a new array where all items' keys are recursively converted to
@@ -1,5 +1,3 @@
1
- # encoding: utf-8
2
-
3
1
  # @api private
4
2
  module Nanoc::HashExtensions
5
3
  # Returns a new hash where all keys are recursively converted to symbols by
@@ -1,5 +1,3 @@
1
- # encoding: utf-8
2
-
3
1
  # @api private
4
2
  module Nanoc::PathnameExtensions
5
3
  # Calculates the checksum for the file referenced to by this pathname. Any
@@ -1,5 +1,3 @@
1
- # encoding: utf-8
2
-
3
1
  # @api private
4
2
  module Nanoc::StringExtensions
5
3
  # Transforms string into an actual identifier
@@ -1,5 +1,3 @@
1
- # encoding: utf-8
2
-
3
1
  module Nanoc::Int
4
2
  # Represents a directed graph. It is used by the dependency tracker for
5
3
  # storing and querying dependencies between items.
@@ -1,5 +1,3 @@
1
- # encoding: utf-8
2
-
3
1
  module Nanoc
4
2
  # Generic error. Superclass for all nanoc-specific errors.
5
3
  class Error < ::StandardError
@@ -1,5 +1,3 @@
1
- # encoding: utf-8
2
-
3
1
  module Nanoc::Int
4
2
  # Module that contains all nanoc-specific errors.
5
3
  #
@@ -1,5 +1,3 @@
1
- # encoding: utf-8
2
-
3
1
  module Nanoc::Int
4
2
  # @api private
5
3
  class IdentifiableCollection
@@ -1,5 +1,3 @@
1
- # encoding: utf-8
2
-
3
1
  module Nanoc::Int
4
2
  # Adds support for memoizing functions.
5
3
  #
@@ -1,5 +1,3 @@
1
- # encoding: utf-8
2
-
3
1
  module Nanoc::Int
4
2
  # Provides a way to send notifications between objects. It allows blocks
5
3
  # associated with a certain notification name to be registered; these blocks
@@ -1,5 +1,3 @@
1
- # encoding: utf-8
2
-
3
1
  module Nanoc::Int
4
2
  # @api private
5
3
  class Pattern
@@ -1,5 +1,3 @@
1
- # encoding: utf-8
2
-
3
1
  module Nanoc::Int
4
2
  # The class responsible for keeping track of all loaded plugins, such as
5
3
  # filters ({Nanoc::Filter}) and data sources ({Nanoc::DataSource}).
@@ -1,5 +1,3 @@
1
- # encoding: utf-8
2
-
3
1
  module Nanoc::Int
4
2
  # A single representation (rep) of an item ({Nanoc::Int::Item}). An item can
5
3
  # have multiple representations. A representation has its own output file.
@@ -1,5 +1,3 @@
1
- # encoding: utf-8
2
-
3
1
  module Nanoc::Int
4
2
  # Nanoc::Int::CodeSnippet represent a piece of custom code of a nanoc site.
5
3
  #
@@ -1,5 +1,3 @@
1
- # encoding: utf-8
2
-
3
1
  module Nanoc::Int
4
2
  # Represents the site configuration.
5
3
  #
@@ -1,5 +1,3 @@
1
- # encoding: utf-8
2
-
3
1
  module Nanoc
4
2
  # Responsible for loading site data. It is the (abstract) superclass for all
5
3
  # data sources. Subclasses must at least implement the data reading methods