cuprum 1.0.0 → 1.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3b663519affd2c388cb23aa243406afbda3134d4c7f49276653cc8d64fbdc98d
4
- data.tar.gz: 1c81bae1c21fb82ca7ecb75afd084569a3f14f640f305c9aec37fb445f4e116f
3
+ metadata.gz: 838e5d593a57d931c54b2ce0831699999bdddf6de2599fb2d074e0d31a0f80e0
4
+ data.tar.gz: 721a9e2add543ec5e5f704bc6ed6b8e0f353ef7f6a1da0c3e67b4139d81f9d89
5
5
  SHA512:
6
- metadata.gz: 9e6b772398e7064e89d4ee89f781883d6812b54f28fd697b740b2672dd292e59a3acde636ff6693fd6e3d914b123aef8071ffd969bf4456c1b2be4596585280c
7
- data.tar.gz: 12949825ee493e942c97083983e3e96a13cc7c3f0cfc0a21a8441d5a6488dfb8d0e9ae0ceb670bd55f367c3f69201bfcbf38454ea06b4ef4a004081c893ba71c
6
+ metadata.gz: e7d4073ddf03b470f65e123bd196a778af7eb04ed0cdd3ec032d2ba06eb701ba19bf3b8fd92f3cfdc89fcaaed066f892e75b200a9040ff64261cbcb2b7d7c5d4
7
+ data.tar.gz: aa8c21b9b7ad0dc0757304bfb580faa836b02b1ab152806324f3526a67bfcedab3ca70c141a6de55cf5f48cc47e29da8fffad7301dd10dadeaa279619f7bffab
data/CHANGELOG.md CHANGED
@@ -1,5 +1,23 @@
1
1
  # Changelog
2
2
 
3
+ ## 1.1.0
4
+
5
+ The "Second Star To The Right" Update
6
+
7
+ Extracted the documentation from the README to a dedicated Jekyll site at http://sleepingkingstudios.github.io/cuprum (or see the /docs directory).
8
+
9
+ ### Commands
10
+
11
+ Implemented `Cuprum::MapCommand`, which calls its implementation once for each item in the given collection and returns a `ResultList` (see below) containing the results of each call.
12
+
13
+ ### Errors
14
+
15
+ Added the `Cuprum::Errors::MultipleErrors` error class, which is used when converting a `ResultList` to a singular `Result`.
16
+
17
+ ### Results
18
+
19
+ Implemented `Cuprum::ResultList`, which implements the `Cuprum::Result` interface and aggregates an ordered list of results (such as the results of running a bulk action).
20
+
3
21
  ## 1.0.0
4
22
 
5
23
  The "Look On My Works, Ye Mighty, and Despair" Update