cuprum 1.0.0 → 1.1.0.rc.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: f851c8716b79031abb69b3dc534c101634d033539be03be5d6a35ec0c3d32d95
4
+ data.tar.gz: 469678bac004e29c547eabc2ec73b070c5a95f6e2481b4771d943a880aa3de6b
5
5
  SHA512:
6
- metadata.gz: 9e6b772398e7064e89d4ee89f781883d6812b54f28fd697b740b2672dd292e59a3acde636ff6693fd6e3d914b123aef8071ffd969bf4456c1b2be4596585280c
7
- data.tar.gz: 12949825ee493e942c97083983e3e96a13cc7c3f0cfc0a21a8441d5a6488dfb8d0e9ae0ceb670bd55f367c3f69201bfcbf38454ea06b4ef4a004081c893ba71c
6
+ metadata.gz: 916597c227db7e4a090cd5340cce0a8a1aeb5b5dd7b2114209bcbb81af434e4b84df27396525f97d6be7f8ce69991df9a3c1ed661f2fc64e4c7d5c24938a9f6d
7
+ data.tar.gz: 1d0dd9fdfa2e1ae95f382677c629862d283d89a73054713be651725117d77deddb3b5560a349e1c5f721b38d90ba9e00e4a41b0dd799ebcb2a0b8fabd799370b
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