ecoportal-api-v2 0.8.17 → 0.8.18

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b34fee0d135768fa89e14303a3f7d334eb51c961c29759d471d3151bf7f4c973
4
- data.tar.gz: 32ed7cdfb74f7278d938a98ff730edd545391a1304fb369864400a1cccebaf62
3
+ metadata.gz: 752926633d87b225938d5dc32b89e1250d2931a615875df1896052afbabd17de
4
+ data.tar.gz: c3b5522c590eb27125783b31b20f8864d24aef43bd07d72f258ed02548d73581
5
5
  SHA512:
6
- metadata.gz: 3cfce53a0eeff5e7bd1d5256638a53e4537118f6b77e36c36cac3ceb89d9fb16b8765c583ba771f970ba888f4eac2081ecda3f94d592822d90724c51999a9d4f
7
- data.tar.gz: b59bfa83a0c4ea3ab05a02ff305208d26fd8986d8ef995701fcb1ca730571d44d1198a3e03a51f1842d51d3232c40af1317ce3f73edd04f18864319604b01a47
6
+ metadata.gz: 2a714d48b68220f8deefed8437772a61830146e6b68453a58f13817a50b1cc746ce7098a131b7919d161b46b850c73a35abb1bc8d414bc0f3c59579c7f25be0a
7
+ data.tar.gz: c919b046a896afb11f8540288d374e8f1c0e5b5d9970793caaaa3814b9b12a9cb3587abf9e0e81f7230d97a72ed34d71f22e319086c637b8bcc02cc338eb3d9c
data/CHANGELOG.md CHANGED
@@ -1,10 +1,14 @@
1
1
  # Change Log
2
2
  All notable changes to this project will be documented in this file.
3
3
 
4
- ## [0.8.17] - 2021-09-29
4
+ ## [0.8.18] - 2021-09-xx
5
5
 
6
6
  ### Added
7
7
  ### Changed
8
+ ### Fixed
9
+
10
+ ## [0.8.17] - 2021-09-29
11
+
8
12
  ### Fixed
9
13
  - Typo in `Section#attached?`
10
14
 
@@ -54,7 +54,7 @@ module Ecoportal
54
54
  if (orphans = sections.unattached).length > 0
55
55
  msg += "There are sections not attached to any stage:"
56
56
  msg += orphans.map do |sec|
57
- "'#{sec.header}' (#{sec.id})"
57
+ "'#{sec.heading}' (#{sec.id})"
58
58
  end.join("\n • ") + "\n"
59
59
  end
60
60
  msg.empty?? true : msg
@@ -1,5 +1,5 @@
1
1
  module Ecoportal
2
2
  module API
3
- GEM2_VERSION = "0.8.17"
3
+ GEM2_VERSION = "0.8.18"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ecoportal-api-v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.17
4
+ version: 0.8.18
5
5
  platform: ruby
6
6
  authors:
7
7
  - Oscar Segura