File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# This file is generated by ModuleSync, do not edit.
2- * .rb eol =lf
2+ * .rb eol =lf
33* .erb eol =lf
4- * .pp eol =lf
5- * .sh eol =lf
4+ * .pp eol =lf
5+ * .sh eol =lf
Original file line number Diff line number Diff line change @@ -24,15 +24,9 @@ matrix:
2424 sudo : required
2525 - rvm : 2.3.1
2626 bundler_args : --without system_tests
27- env : PUPPET_GEM_VERSION="~> 4.0" STDLIB_LOG_DEPRECATIONS="false"
28- - rvm : 2.1.9
27+ env : PUPPET_GEM_VERSION="~> 4.0"
28+ - rvm : 2.1.7
2929 bundler_args : --without system_tests
30- env : PUPPET_GEM_VERSION="~> 4.0" STDLIB_LOG_DEPRECATIONS="false"
31- - rvm : 2.1.5
32- bundler_args : --without system_tests
33- env : PUPPET_GEM_VERSION="~> 3.0" FUTURE_PARSER="yes"
34- - rvm : 2.1.5
35- bundler_args : --without system_tests
36- env : PUPPET_GEM_VERSION="~> 3.0"
30+ env : PUPPET_GEM_VERSION="~> 4.0"
3731notifications :
3832 email : false
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ ---
2+ # This is the project-specific configuration file for setting up
3+ # fast_gettext for your project.
4+ gettext :
5+ # This is used for the name of the .pot and .po files; they will be
6+ # called <project_name>.pot?
7+ project_name : puppetlabs-java
8+ # This is used in comments in the .pot and .po files to indicate what
9+ # project the files belong to and should bea little more desctiptive than
10+ # <project_name>
11+ package_name : puppetlabs-java
12+ # The locale that the default messages in the .pot file are in
13+ default_locale : en
14+ # The email used for sending bug reports.
15+ 16+ # The holder of the copyright.
17+ copyright_holder : Puppet, Inc.
18+ # This determines which comments in code should be eligible for translation.
19+ # Any comments that start with this string will be externalized. (Leave
20+ # empty to include all.)
21+ comments_tag : TRANSLATOR
22+ # Patterns for +Dir.glob+ used to find all files that might contain
23+ # translatable content, relative to the project root directory
24+ source_files :
25+ - ' metadata.json'
26+
You can’t perform that action at this time.
0 commit comments