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

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

Issue 2989763002: Update charted to 0.4.8 and roll (Closed)
Patch Set: Removed Cutch from list of reviewers Created 3 years, 4 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/plural_rules.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+3 2 version: 0.15.1
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.24.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.28.0'
11 args: '>=0.12.1 <0.14.0'
12 path: '>=0.9.0 <2.0.0' 10 path: '>=0.9.0 <2.0.0'
13 petitparser: '>=1.1.3 <2.0.0'
14 dev_dependencies: 11 dev_dependencies:
15 fixnum: '>=0.9.0 <0.11.0' 12 fixnum: '>=0.9.0 <0.11.0'
16 unittest: '>=0.10.0 <0.12.0' 13 test: '>=0.12.0 <0.13.0'
17 transformers: 14 transformers:
18 - $dart2js: 15 - $dart2js:
19 $exclude: 16 $exclude:
20 - test/date_time_format_file_even_test.dart 17 - test/date_time_format_file_even_test.dart
21 - test/date_time_format_file_odd_test.dart 18 - test/date_time_format_file_odd_test.dart
22 - test/find_default_locale_standalone_test.dart 19 - test/find_default_locale_standalone_test.dart
23 - test/message_extraction/embedded_plural_text_after_test.dart
24 - test/message_extraction/embedded_plural_text_before_test.dart
25 - test/message_extraction/examples_parsing_test.dart
26 - test/message_extraction/failed_extraction_test.dart
27 - test/message_extraction/make_hardcoded_translation.dart
28 - test/message_extraction/message_extraction_no_deferred_test.dart
29 - test/message_extraction/message_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
OLDNEW
« no previous file with comments | « packages/intl/lib/src/plural_rules.dart ('k') | packages/intl/test/bidi_format_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698