]> gitweb.fluxo.info Git - puppet-stdlib.git/log
puppet-stdlib.git
10 years agoMerge pull request #429 from DavidS/modulesync-configs-update
Morgan Haskel [Thu, 9 Apr 2015 17:07:24 +0000 (10:07 -0700)]
Merge pull request #429 from DavidS/modulesync-configs-update

Update Travis CI job from current modulesync_configs

10 years agoUpdate Travis CI job from current modulesync_configs
David Schmitt [Wed, 8 Apr 2015 12:46:56 +0000 (13:46 +0100)]
Update Travis CI job from current modulesync_configs

10 years agoMerge pull request #428 from nibalizer/links_in_readme
TP Honey [Mon, 30 Mar 2015 09:22:40 +0000 (10:22 +0100)]
Merge pull request #428 from nibalizer/links_in_readme

Make each function a link in the readme

10 years agoMake each function a link in the readme
Spencer Krum [Sun, 29 Mar 2015 03:27:06 +0000 (20:27 -0700)]
Make each function a link in the readme

Using a ####, github will create a link. This makes it so I can link
someone directly to the function I want to show them.

10 years agoMerge pull request #426 from anodelman/master
Justin Stoller [Thu, 26 Mar 2015 23:59:50 +0000 (16:59 -0700)]
Merge pull request #426 from anodelman/master

(BKR-147) add Gemfile setting for BEAKER_VERSION for puppet...

10 years ago(BKR-147) add Gemfile setting for BEAKER_VERSION for puppet...
Alice Nodelman [Tue, 24 Mar 2015 22:07:42 +0000 (15:07 -0700)]
(BKR-147) add Gemfile setting for BEAKER_VERSION for puppet...

puppetdb, etc

- support for BEAKER_VERSION and BEAKER_RSPEC_VERSION in gemfile

10 years agoMerge pull request #404 from roderickm/PUP-3856_isnt_domain_name
Morgan Haskel [Fri, 6 Mar 2015 18:07:13 +0000 (10:07 -0800)]
Merge pull request #404 from roderickm/PUP-3856_isnt_domain_name

(MODULES-1670) Do not match dotted-quad IP address as domain name

10 years agoMerge pull request #423 from cyberious/GemfileBeaker
TP Honey [Fri, 6 Mar 2015 17:56:09 +0000 (17:56 +0000)]
Merge pull request #423 from cyberious/GemfileBeaker

Add ability to pin beaker versions

10 years agoIf present, top-level domain must be alphabetic
Rod Montgomery [Thu, 15 Jan 2015 21:10:33 +0000 (15:10 -0600)]
If present, top-level domain must be alphabetic

See RFC 1123, Section 2.1
http://tools.ietf.org/html/rfc1123#section-2

10 years agoAdd ability to pin beaker versions
Travis Fields [Thu, 5 Mar 2015 22:12:57 +0000 (14:12 -0800)]
Add ability to pin beaker versions

10 years agoMerge pull request #422 from cyberious/assert_private
TP Honey [Thu, 5 Mar 2015 19:15:41 +0000 (19:15 +0000)]
Merge pull request #422 from cyberious/assert_private

Assert private

10 years agoAdd private function back and forward to assert_private with deprecation warning
Travis Fields [Thu, 5 Mar 2015 19:01:31 +0000 (11:01 -0800)]
Add private function back and forward to assert_private with deprecation warning

10 years agoMerge pull request #369 from rfugina/dirname_typecheck
Hunter Haugen [Thu, 5 Mar 2015 19:00:36 +0000 (11:00 -0800)]
Merge pull request #369 from rfugina/dirname_typecheck

Dirname typecheck

10 years agoRename private() to assert_private()
Franz Pletz [Fri, 19 Dec 2014 11:25:21 +0000 (12:25 +0100)]
Rename private() to assert_private()

As mentioned in #270, private is a reserved keyword in the future parser
which is to be released with Puppet 4. As it stands, this function is
not useable with the future parser so it needs to renamed.

This is a breaking change.

10 years agoMerge pull request #375 from poikilotherm/feature/master/validate_integer_and_numeric
Hunter Haugen [Thu, 5 Mar 2015 18:57:43 +0000 (10:57 -0800)]
Merge pull request #375 from poikilotherm/feature/master/validate_integer_and_numeric

(MODULES-560) Add new functions validate_numeric() and validate_integer().

10 years agoMerge pull request #420 from mhaskel/improveprefix
TP Honey [Thu, 5 Mar 2015 15:45:39 +0000 (15:45 +0000)]
Merge pull request #420 from mhaskel/improveprefix

Add support for hashes in the prefix function

10 years agoMerge pull request #410 from robruma/range_documentation_update
Morgan Haskel [Wed, 4 Mar 2015 23:08:23 +0000 (15:08 -0800)]
Merge pull request #410 from robruma/range_documentation_update

Adding markdown for the range() function's 3rd argument

10 years agoAdding markdown for the range() function's 3rd argument
robruma [Thu, 12 Feb 2015 01:27:30 +0000 (20:27 -0500)]
Adding markdown for the range() function's 3rd argument

Adding markdown for the range() function's 3rd argument

Adding markdown for the range() function's 3rd argument

10 years agoAdd support for hashes in the prefix function
Stefan Goethals [Wed, 4 Jun 2014 13:12:22 +0000 (06:12 -0700)]
Add support for hashes in the prefix function

Signed-off-by: Julien Pivotto <roidelapluie@inuits.eu>
10 years agoMerge pull request #310 from kainz/master
Morgan Haskel [Wed, 4 Mar 2015 00:06:46 +0000 (16:06 -0800)]
Merge pull request #310 from kainz/master

URI.escape for the array case was incorrect.

10 years agoURI.escape for the array case was incorrect.
Bryon Roché [Fri, 8 Aug 2014 23:59:37 +0000 (16:59 -0700)]
URI.escape for the array case was incorrect.

The previous commit to uriescape() changed the implementation to use the ruby default escape list for URI.escape(), but did not change the call triggered when uriescape() was called on an array, triggering ruby errors.

10 years agoMerge pull request #407 from adamcrews/ceiling_function
Morgan Haskel [Tue, 3 Mar 2015 23:59:06 +0000 (15:59 -0800)]
Merge pull request #407 from adamcrews/ceiling_function

Add a ceiling function to complement the floor function.

10 years agoMerge pull request #419 from cyberious/master
Morgan Haskel [Mon, 2 Mar 2015 19:09:33 +0000 (11:09 -0800)]
Merge pull request #419 from cyberious/master

Loosen the restrictions of upcase and allow for recursion of the objects...

10 years agoLoosen the restrictions of upcase and allow for recursion of the objects and only...
Travis Fields [Sat, 28 Feb 2015 01:40:32 +0000 (17:40 -0800)]
Loosen the restrictions of upcase and allow for recursion of the objects and only worry if the object responds to upcase

10 years agoMerge pull request #418 from cyberious/UpcaseHash
Morgan Haskel [Thu, 26 Feb 2015 18:51:10 +0000 (10:51 -0800)]
Merge pull request #418 from cyberious/UpcaseHash

Fix issue with 1.8.7 and upcase

10 years agoFix issue with Ruby 1.8.7 which did not allow for the return in an each_pair of the...
Travis Fields [Thu, 26 Feb 2015 18:13:28 +0000 (10:13 -0800)]
Fix issue with Ruby 1.8.7 which did not allow for the return in an each_pair of the hash

10 years agoMerge pull request #417 from cyberious/UpcaseHash
Morgan Haskel [Thu, 26 Feb 2015 00:58:39 +0000 (16:58 -0800)]
Merge pull request #417 from cyberious/UpcaseHash

Add Hash to upcase

10 years agoAdd Hash to upcase
Travis Fields [Wed, 25 Feb 2015 19:39:27 +0000 (11:39 -0800)]
Add Hash to upcase

10 years agoMerge pull request #415 from nibalizer/master
Morgan Haskel [Thu, 19 Feb 2015 21:59:26 +0000 (13:59 -0800)]
Merge pull request #415 from nibalizer/master

Remove travis badge

10 years agoRemove travis badge
Spencer Krum [Thu, 19 Feb 2015 21:58:14 +0000 (13:58 -0800)]
Remove travis badge

10 years agoMerge pull request #413 from mhaskel/fix
Travis Fields [Thu, 19 Feb 2015 20:02:15 +0000 (12:02 -0800)]
Merge pull request #413 from mhaskel/fix

Check for string before copying

10 years agoCheck for string before copying
Morgan Haskel [Thu, 19 Feb 2015 20:01:26 +0000 (12:01 -0800)]
Check for string before copying

10 years agoMerge pull request #412 from seanmil/MODULES-1771
Morgan Haskel [Thu, 19 Feb 2015 19:33:34 +0000 (11:33 -0800)]
Merge pull request #412 from seanmil/MODULES-1771

(MODULES-1771) Don't modify input to is_domain_name()

10 years ago(MODULES-1771) Don't modify input to is_domain_name()
Sean Millichamp [Sat, 14 Feb 2015 15:46:34 +0000 (10:46 -0500)]
(MODULES-1771) Don't modify input to is_domain_name()

Fix is_domain_name() so it dup's its incoming argument
to avoid changing the original with a later chomp!

11 years agoMerge pull request #406 from elyscape/fix/fqdn_rotate_pollutes_global_seed
Colleen Murphy [Thu, 12 Feb 2015 23:45:23 +0000 (15:45 -0800)]
Merge pull request #406 from elyscape/fix/fqdn_rotate_pollutes_global_seed

(MODULES-1738) Don't modify the global seed in fqdn_rotate()

11 years ago(MODULES-1738) Don't modify global seed in fqdn_rotate()
Eli Young [Wed, 28 Jan 2015 23:28:54 +0000 (15:28 -0800)]
(MODULES-1738) Don't modify global seed in fqdn_rotate()

As per puppetlabs/puppet@292233c, this leaves the global seed in a
deterministic state, which is bad. Puppet::Util.deterministic_rand()
exists to avoid running into this issue, but is only present starting in
Puppet 3.2.0.

11 years agoMerge pull request #411 from elyscape/fix/travis_build_issues
Colleen Murphy [Thu, 12 Feb 2015 21:14:17 +0000 (13:14 -0800)]
Merge pull request #411 from elyscape/fix/travis_build_issues

Fix Travis builds

11 years agoHave Travis actually test Facter 1.6/1.7
Eli Young [Thu, 12 Feb 2015 19:43:34 +0000 (11:43 -0800)]
Have Travis actually test Facter 1.6/1.7

The Gemfile didn't actually specify which version to use for Facter,
even when there was an environment variable to that effect.

11 years agoFix Travis builds
Eli Young [Thu, 12 Feb 2015 19:19:53 +0000 (11:19 -0800)]
Fix Travis builds

The release of rspec 3.2.0 broke a lot of tests. Pinning to rspec 3.1.0
provides a temporary fix.

11 years agoAdd a ceiling function to complement the floor function.
Adam Crews [Mon, 2 Feb 2015 06:46:16 +0000 (22:46 -0800)]
Add a ceiling function to complement the floor function.

11 years agoMerge pull request #403 from cyberious/master
Hunter Haugen [Thu, 15 Jan 2015 21:59:53 +0000 (13:59 -0800)]
Merge pull request #403 from cyberious/master

Merge 4.6.x back to master

11 years agoMerge branch '4.6.x' back to master
Travis Fields [Thu, 15 Jan 2015 21:55:48 +0000 (13:55 -0800)]
Merge branch '4.6.x' back to master

11 years agoMerge pull request #402 from cyberious/4.6.x
Morgan Haskel [Thu, 15 Jan 2015 16:44:20 +0000 (08:44 -0800)]
Merge pull request #402 from cyberious/4.6.x

Merge 4.5.x into 4.6.x

11 years agoMerge branch '4.5.x' into 4.6.x
Travis Fields [Thu, 15 Jan 2015 04:54:27 +0000 (20:54 -0800)]
Merge branch '4.5.x' into 4.6.x

Conflicts:
CHANGELOG.md

11 years agoMerge pull request #401 from cyberious/FM-2131
Colleen Murphy [Thu, 15 Jan 2015 00:27:21 +0000 (16:27 -0800)]
Merge pull request #401 from cyberious/FM-2131

FM-2131 Move to non temp directory for factor_dot_d

11 years agoPrepare for 4.5.1 release
Travis Fields [Wed, 14 Jan 2015 20:46:10 +0000 (12:46 -0800)]
Prepare for 4.5.1 release

11 years agoFM-2130 Move cache file to non temp directory
Travis Fields [Fri, 9 Jan 2015 22:09:03 +0000 (14:09 -0800)]
FM-2130 Move cache file to non temp directory

11 years agoMerge pull request #398 from puppetlabs/master
Hunter Haugen [Wed, 14 Jan 2015 17:17:24 +0000 (09:17 -0800)]
Merge pull request #398 from puppetlabs/master

Pull in RSpec 3.0 fixes.

11 years agoMerge pull request #397 from cyberious/4.6.x
Colleen Murphy [Wed, 14 Jan 2015 01:43:19 +0000 (17:43 -0800)]
Merge pull request #397 from cyberious/4.6.x

4.6.x

11 years agoPrep for 4.6.0 STDLIB release
Travis Fields [Wed, 14 Jan 2015 01:17:48 +0000 (17:17 -0800)]
Prep for 4.6.0 STDLIB release

11 years agoMerge pull request #396 from hunner/change_each
Travis Fields [Wed, 14 Jan 2015 01:26:14 +0000 (17:26 -0800)]
Merge pull request #396 from hunner/change_each

Change all to each

11 years agoChange all to each
Hunter Haugen [Wed, 14 Jan 2015 01:21:28 +0000 (17:21 -0800)]
Change all to each

The existence of this directory is behavior for each test, but will also
stop rspec 3 from complaining.

11 years agoMerge branch 'master' into 4.5.x
Travis Fields [Wed, 14 Jan 2015 01:16:10 +0000 (17:16 -0800)]
Merge branch 'master' into 4.5.x

11 years agoMerge pull request #395 from cyberious/FM-2130
Hunter Haugen [Wed, 14 Jan 2015 01:03:44 +0000 (17:03 -0800)]
Merge pull request #395 from cyberious/FM-2130

FM-2130 Move cache file to non temp directory

11 years agoFM-2130 Move cache file to non temp directory
Travis Fields [Fri, 9 Jan 2015 22:09:03 +0000 (14:09 -0800)]
FM-2130 Move cache file to non temp directory

11 years agoMerge pull request #382 from hunner/fix_type
Travis Fields [Thu, 8 Jan 2015 16:57:30 +0000 (08:57 -0800)]
Merge pull request #382 from hunner/fix_type

(MODULES-1473) Deprecate type() function for new parser

11 years ago(MODULES-1473) Deprecate type() function for new parser
Hunter Haugen [Tue, 16 Dec 2014 00:11:10 +0000 (16:11 -0800)]
(MODULES-1473) Deprecate type() function for new parser

The `type()` function will cease to work on the new parser because 'type'
is a reserved keyword. The `type3x()` function may be used to continue
similar functionality, but will be deprecated in favor of the built-in
typing system.

The `type_of()` function has been included to introspect types in the
new parser.

11 years agoMerge pull request #336 from mklette/master
Travis Fields [Fri, 2 Jan 2015 20:27:33 +0000 (12:27 -0800)]
Merge pull request #336 from mklette/master

ensure_resource: be more verbose in debug mode

11 years agoMerge pull request #394 from cmurphy/master
Morgan Haskel [Mon, 29 Dec 2014 19:22:11 +0000 (11:22 -0800)]
Merge pull request #394 from cmurphy/master

Add IntelliJ files to the ignore list

11 years agoAdd IntelliJ files to the ignore list
Colleen Murphy [Mon, 29 Dec 2014 18:41:22 +0000 (10:41 -0800)]
Add IntelliJ files to the ignore list

11 years agoMerge pull request #391 from petems/update_readme
Hunter Haugen [Sun, 21 Dec 2014 03:00:10 +0000 (19:00 -0800)]
Merge pull request #391 from petems/update_readme

Update README

11 years agoREADME fixes for recent merges
Peter Souter [Fri, 19 Dec 2014 11:52:11 +0000 (11:52 +0000)]
README fixes for recent merges
* (MODULES-444) Update README for concat changes
* (MODULES-1582) Update `validate_cmd` readme
* Plus some Whitespace fixes

11 years agoMerge pull request #393 from cyberious/DeleteDocUpdates
Hunter Haugen [Fri, 19 Dec 2014 19:27:13 +0000 (11:27 -0800)]
Merge pull request #393 from cyberious/DeleteDocUpdates

Update docs to reflect new behavior of delete function taking array in second argument

11 years agoUpdate docs to reflect new behavior of delete function taking array in second argument
Travis Fields [Fri, 19 Dec 2014 18:41:07 +0000 (10:41 -0800)]
Update docs to reflect new behavior of delete function taking array in second argument

11 years agoMerge pull request #392 from cyberious/MOD-1606
Hunter Haugen [Fri, 19 Dec 2014 18:31:58 +0000 (10:31 -0800)]
Merge pull request #392 from cyberious/MOD-1606

MODULES-1606 add ability to pass array to delete for items to delete

11 years agoMODULES-1606 add ability to pass array to delete for items to delete
Travis Fields [Fri, 19 Dec 2014 18:26:01 +0000 (10:26 -0800)]
MODULES-1606 add ability to pass array to delete for items to delete

11 years agoMerge pull request #389 from mhaskel/fix_test_374
Travis Fields [Fri, 19 Dec 2014 00:26:42 +0000 (16:26 -0800)]
Merge pull request #389 from mhaskel/fix_test_374

Fix bad check in test

11 years agoFix bad check in test
Morgan Haskel [Fri, 19 Dec 2014 00:20:02 +0000 (16:20 -0800)]
Fix bad check in test

11 years agoMerge pull request #388 from mhaskel/merge_4.5.x_into_master
Hunter Haugen [Thu, 18 Dec 2014 23:55:33 +0000 (15:55 -0800)]
Merge pull request #388 from mhaskel/merge_4.5.x_into_master

Merge 4.5.x into master

11 years agoMerge pull request #377 from petems/MODULES-1582-improve_validate_cmd
Hunter Haugen [Thu, 18 Dec 2014 23:45:42 +0000 (15:45 -0800)]
Merge pull request #377 from petems/MODULES-1582-improve_validate_cmd

(MODULES-1582) File location placeholder

11 years ago(MODULES-1582) Improve % detection
Peter Souter [Thu, 18 Dec 2014 23:08:13 +0000 (23:08 +0000)]
(MODULES-1582) Improve % detection

Avoids any validate commands that have %'s in them other than "... % ..."

11 years ago(MODULES-1582) Specs for the new % placeholder
Peter Souter [Tue, 9 Dec 2014 14:42:31 +0000 (14:42 +0000)]
(MODULES-1582) Specs for the new % placeholder

These specs are pretty much the same as the originals, but now check that the output has the correct replacement for file location

11 years ago(MODULES-1582) Initial spike for % placeholder
Peter Souter [Tue, 9 Dec 2014 14:20:31 +0000 (14:20 +0000)]
(MODULES-1582) Initial spike for % placeholder

This simply `gsub`'s the file path into where the % placeholder is.

11 years agoMerge pull request #372 from poikilotherm/feature/master/validate_absolute_path_allow...
Morgan Haskel [Wed, 17 Dec 2014 22:19:30 +0000 (14:19 -0800)]
Merge pull request #372 from poikilotherm/feature/master/validate_absolute_path_allow_arrays

Allow array of pathes in validate_absolute_path

11 years agoMerge pull request #368 from rfugina/basename
Morgan Haskel [Wed, 17 Dec 2014 19:00:23 +0000 (11:00 -0800)]
Merge pull request #368 from rfugina/basename

Basename implementation

11 years agoAdded type checks for dirname(), and additional tests
Rob Fugina [Tue, 18 Nov 2014 18:34:55 +0000 (12:34 -0600)]
Added type checks for dirname(), and additional tests

11 years agoAdded basename() based on Ruby's File.basename
Rob Fugina [Mon, 17 Nov 2014 22:01:42 +0000 (16:01 -0600)]
Added basename() based on Ruby's File.basename

Based on dirname code.  Includes RSpec tests and docs.

11 years agoMerge pull request #374 from petems/MODULES-444-add_concat_multiple
Hunter Haugen [Wed, 17 Dec 2014 17:24:51 +0000 (09:24 -0800)]
Merge pull request #374 from petems/MODULES-444-add_concat_multiple

MODULES-444-Add concat multiple

11 years agoMerge remote-tracking branch 'upstream/4.5.x' into merge_4.5.x_into_master
Morgan Haskel [Wed, 17 Dec 2014 01:32:40 +0000 (17:32 -0800)]
Merge remote-tracking branch 'upstream/4.5.x' into merge_4.5.x_into_master

Conflicts:
metadata.json

11 years agoMerge pull request #387 from hunner/remove_match_line
Morgan Haskel [Tue, 16 Dec 2014 23:07:02 +0000 (15:07 -0800)]
Merge pull request #387 from hunner/remove_match_line

Remove line match validation

11 years agoMerge pull request #386 from jbondpdx/4.5.x
Morgan Haskel [Tue, 16 Dec 2014 23:06:13 +0000 (15:06 -0800)]
Merge pull request #386 from jbondpdx/4.5.x

DOC-1095: edit file_line resource, match parameter

11 years agoRemove line match validation
Hunter Haugen [Tue, 16 Dec 2014 19:48:46 +0000 (11:48 -0800)]
Remove line match validation

The `match` attribute was validated to match `line`, except that in many
cases (even the example given in the docs) a user would want to match a
line entirely different from the new line.

See comments on the original commit
https://github.com/puppetlabs/puppetlabs-stdlib/commit/a06c0d8115892a74666676b50d4282df9850a119
and ask
https://ask.puppetlabs.com/question/14366/file_line-resource-match-problems/
for further examples of confusion.

11 years agoDOC-1095: edit file_line resource, match parameter
jbondpdx [Tue, 16 Dec 2014 22:33:42 +0000 (14:33 -0800)]
DOC-1095: edit file_line resource, match parameter

Was unclear and not accurate; rewrote the parameter, moved file_line from function list to resource section, added missing parameters for this resource.

11 years agoMerge pull request #384 from mhaskel/doc_fixes_from_master
Colleen Murphy [Tue, 16 Dec 2014 18:17:24 +0000 (10:17 -0800)]
Merge pull request #384 from mhaskel/doc_fixes_from_master

Doc fixes from master

11 years agoAdded a note that stdlib no longer ships with PE 3.7+
jbondpdx [Tue, 25 Nov 2014 19:32:12 +0000 (11:32 -0800)]
Added a note that stdlib no longer ships with PE 3.7+

Users didn't realize we stopped shipping stdlib module with PE. I added this information to the stdlib readme.

11 years agoFM-1523: Added module summary to metadata.json
jbondpdx [Thu, 20 Nov 2014 23:20:37 +0000 (15:20 -0800)]
FM-1523: Added module summary to metadata.json

11 years agoMerge pull request #373 from jbondpdx/stdlib-readme-fix
Morgan Haskel [Tue, 16 Dec 2014 18:09:08 +0000 (10:09 -0800)]
Merge pull request #373 from jbondpdx/stdlib-readme-fix

Add to Readme: Stdlib no longer ships with PE

11 years agoMerge pull request #370 from jbondpdx/master
Morgan Haskel [Tue, 16 Dec 2014 18:08:50 +0000 (10:08 -0800)]
Merge pull request #370 from jbondpdx/master

FM-1523: Added module summary to metadata.json

11 years agoMerge pull request #383 from mhaskel/doc_update
Travis Fields [Tue, 16 Dec 2014 00:23:14 +0000 (16:23 -0800)]
Merge pull request #383 from mhaskel/doc_update

Update README for updated member() functionality

11 years agoUpdate README for updated member() functionality
Morgan Haskel [Tue, 16 Dec 2014 00:21:28 +0000 (16:21 -0800)]
Update README for updated member() functionality

11 years agoMerge pull request #381 from mhaskel/4.5.0-prep
Travis Fields [Tue, 16 Dec 2014 00:12:34 +0000 (16:12 -0800)]
Merge pull request #381 from mhaskel/4.5.0-prep

4.5.0 prep

11 years ago4.5.0 prep
Morgan Haskel [Tue, 16 Dec 2014 00:09:24 +0000 (16:09 -0800)]
4.5.0 prep

11 years agoMerge pull request #376 from cmurphy/master
Morgan Haskel [Tue, 9 Dec 2014 16:23:39 +0000 (08:23 -0800)]
Merge pull request #376 from cmurphy/master

Update .travis.yml, Gemfile, Rakefile, and CONTRIBUTING.md

11 years agoUpdate .travis.yml, Gemfile, Rakefile, and CONTRIBUTING.md
Colleen Murphy [Mon, 8 Dec 2014 18:33:35 +0000 (10:33 -0800)]
Update .travis.yml, Gemfile, Rakefile, and CONTRIBUTING.md

11 years agoFixing ruby 1.8 support.
Oliver Bertuch [Fri, 5 Dec 2014 07:48:10 +0000 (08:48 +0100)]
Fixing ruby 1.8 support.

11 years agoAdd new functions validate_numeric() and validate_integer().
Oliver Bertuch [Thu, 4 Dec 2014 21:33:15 +0000 (22:33 +0100)]
Add new functions validate_numeric() and validate_integer().

11 years ago(MODULES-444) - Real meat of the change
Peter Souter [Thu, 4 Dec 2014 14:34:25 +0000 (14:34 +0000)]
(MODULES-444) - Real meat of the change

This is the core change, we now go through the array and add it to the first element, instead of just two arguments.

11 years ago(MODULES-444) Change argument restriction to < 2
Peter Souter [Thu, 4 Dec 2014 14:33:23 +0000 (14:33 +0000)]
(MODULES-444) Change argument restriction to < 2

11 years ago(MODULES-444) Update docs with new functionality
Peter Souter [Thu, 4 Dec 2014 14:32:23 +0000 (14:32 +0000)]
(MODULES-444) Update docs with new functionality

11 years ago(MODULES-444) - Check for accepting > 2 args
Peter Souter [Thu, 4 Dec 2014 14:27:55 +0000 (14:27 +0000)]
(MODULES-444) - Check for accepting > 2 args