Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(540)

Side by Side Diff: packages/intl/pubspec.yaml

Issue 1400473008: Roll Observatory packages and add a roll script (Closed) Base URL: git@github.com:dart-lang/observatory_pub_packages.git@master
Patch Set: Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « packages/intl/lib/src/lazy_locale_data.dart ('k') | packages/intl/test/bidi_format_test.dart » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 name: intl 1 name: intl
2 version: 0.12.4+2 2 version: 0.12.4+2
3 author: Dart Team <misc@dartlang.org> 3 author: Dart Team <misc@dartlang.org>
4 description: Contains code to deal with internationalized/localized messages, da te and number formatting and parsing, bi-directional text, and other internation alization issues. 4 description: Contains code to deal with internationalized/localized messages, da te and number formatting and parsing, bi-directional text, and other internation alization issues.
5 homepage: https://github.com/dart-lang/intl 5 homepage: https://github.com/dart-lang/intl
6 environment: 6 environment:
7 sdk: '>=1.4.0 <2.0.0' 7 sdk: '>=1.4.0 <2.0.0'
8 documentation: http://www.dartdocs.org/documentation/intl/latest 8 documentation: http://www.dartdocs.org/documentation/intl/latest
9 dependencies: 9 dependencies:
10 analyzer: '>=0.13.2 <0.27.0' 10 analyzer: '>=0.13.2 <0.27.0'
(...skipping 11 matching lines...) Expand all
22 - test/find_default_locale_standalone_test.dart 22 - test/find_default_locale_standalone_test.dart
23 - test/message_extraction/embedded_plural_text_after_test.dart 23 - test/message_extraction/embedded_plural_text_after_test.dart
24 - test/message_extraction/embedded_plural_text_before_test.dart 24 - test/message_extraction/embedded_plural_text_before_test.dart
25 - test/message_extraction/examples_parsing_test.dart 25 - test/message_extraction/examples_parsing_test.dart
26 - test/message_extraction/failed_extraction_test.dart 26 - test/message_extraction/failed_extraction_test.dart
27 - test/message_extraction/make_hardcoded_translation.dart 27 - test/message_extraction/make_hardcoded_translation.dart
28 - test/message_extraction/message_extraction_no_deferred_test.dart 28 - test/message_extraction/message_extraction_no_deferred_test.dart
29 - test/message_extraction/message_extraction_test.dart 29 - test/message_extraction/message_extraction_test.dart
30 - test/message_extraction/really_fail_extraction_test.dart 30 - test/message_extraction/really_fail_extraction_test.dart
31 - test/intl_message_basic_example_test.dart # invalid import under pub's pac kage-layout 31 - test/intl_message_basic_example_test.dart # invalid import under pub's pac kage-layout
OLDNEW
« no previous file with comments | « packages/intl/lib/src/lazy_locale_data.dart ('k') | packages/intl/test/bidi_format_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698