cuprum 1.0.0.rc.1 → 1.1.0.rc.0

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: 1acf1f03e1b78fd7c90cb8b3eb96bd2ba8771b29dd92c743a7580c22700919df
4
- data.tar.gz: 07eae29a24b5819cf80c646c016fb7e0508ffe93f5820795a74d1c2dfdbd6bf4
3
+ metadata.gz: f851c8716b79031abb69b3dc534c101634d033539be03be5d6a35ec0c3d32d95
4
+ data.tar.gz: 469678bac004e29c547eabc2ec73b070c5a95f6e2481b4771d943a880aa3de6b
5
5
  SHA512:
6
- metadata.gz: cec2ebc229e0507dde9ca02aedf2bd93f55161151eef230f43408d4e39d7ab8b8711c655c72d4b193733f9a2b235e95cb390c57cccebb61f6e129915b261588c
7
- data.tar.gz: d10c6180899006af62022ac1f9543897d258f8407a3dfca56d270f0eba356a7aabd418234330901dd3b8e3c55de27f07e9ae4c2c37398056800331bd8b6ae8f1
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