| Index: packages/quiver_iterables/pubspec.yaml
|
| diff --git a/packages/quiver/pubspec.yaml b/packages/quiver_iterables/pubspec.yaml
|
| similarity index 67%
|
| copy from packages/quiver/pubspec.yaml
|
| copy to packages/quiver_iterables/pubspec.yaml
|
| index 5948275df32eb36fb2f881fdece27696b21ee2d6..9a69d2a7f504b0a16fbff45c25b5f9625aabf8fb 100644
|
| --- a/packages/quiver/pubspec.yaml
|
| +++ b/packages/quiver_iterables/pubspec.yaml
|
| @@ -1,5 +1,5 @@
|
| -name: quiver
|
| -version: 0.21.4
|
| +name: quiver_iterables
|
| +version: 1.0.0
|
| authors:
|
| - Justin Fagnani <justinfagnani@google.com>
|
| - Yegor Jbanov <yjbanov@google.com>
|
| @@ -11,12 +11,9 @@ authors:
|
| - Günter Zöchbauer <guenter@gzoechbauer.com>
|
| - Sean Eagan <seaneagan1@gmail.com>
|
| - Victor Berchet <victor@suumit.com>
|
| -description: A set of utility libraries for Dart
|
| -homepage: https://github.com/google/quiver-dart
|
| +description: Utilities for working with iterables
|
| +homepage: https://github.com/QuiverDart/quiver_iterables
|
| environment:
|
| - sdk: '>=1.0.0 <2.0.0'
|
| -dependencies:
|
| - matcher: '>=0.10.0 <0.13.0'
|
| + sdk: '>=1.9.0 <2.0.0'
|
| dev_dependencies:
|
| - path: '>=1.0.0 <2.0.0'
|
| test: '>=0.12.0 <0.13.0'
|
|
|