Skip to content

Commit 32f4492

Browse files
author
Helen
authored
Merge pull request puppetlabs#219 from puppetlabs/modules-4528
[MODULES-4528] Replace Puppet.version.to_f version comparison from spec_helper.rb
2 parents a1e3695 + c776023 commit 32f4492

4 files changed

Lines changed: 32 additions & 13 deletions

File tree

.gitattributes

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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

.travis.yml

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff 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"
3731
notifications:
3832
email: false

appveyor.yml

Lines changed: 0 additions & 1 deletion
This file was deleted.

locales/config.yaml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
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+
bugs_address: [email protected]
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+

0 commit comments

Comments
 (0)