Skip to content

Commit fe46be3

Browse files
authored
Merge pull request #402 from ysb33r/master
Finalise 2.0.0 release
2 parents 814c36b + 5249a58 commit fe46be3

File tree

88 files changed

+249
-88
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

88 files changed

+249
-88
lines changed

base-plugin/src/integTest/groovy/com/github/jrubygradle/JRubyExecExtensionIntegrationSpec.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2014-2019, R. Tyler Croy <[email protected]>,
2+
* Copyright (c) 2014-2020, R. Tyler Croy <[email protected]>,
33
* Schalk Cronje <[email protected]>, Christian Meier, Lookout, Inc.
44
*
55
* Permission is hereby granted, free of charge, to any person obtaining

base-plugin/src/integTest/groovy/com/github/jrubygradle/JRubyExecIntegrationSpec.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2014-2019, R. Tyler Croy <[email protected]>,
2+
* Copyright (c) 2014-2020, R. Tyler Croy <[email protected]>,
33
* Schalk Cronje <[email protected]>, Christian Meier, Lookout, Inc.
44
*
55
* Permission is hereby granted, free of charge, to any person obtaining

base-plugin/src/integTest/groovy/com/github/jrubygradle/JRubyGenerateGradleRbIntegrationSpec.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2014-2019, R. Tyler Croy <[email protected]>,
2+
* Copyright (c) 2014-2020, R. Tyler Croy <[email protected]>,
33
* Schalk Cronje <[email protected]>, Christian Meier, Lookout, Inc.
44
*
55
* Permission is hereby granted, free of charge, to any person obtaining

base-plugin/src/integTest/groovy/com/github/jrubygradle/JRubyPrepareGemsIntegrationSpec.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2014-2019, R. Tyler Croy <[email protected]>,
2+
* Copyright (c) 2014-2020, R. Tyler Croy <[email protected]>,
33
* Schalk Cronje <[email protected]>, Christian Meier, Lookout, Inc.
44
*
55
* Permission is hereby granted, free of charge, to any person obtaining

base-plugin/src/integTest/groovy/com/github/jrubygradle/JRubyPrepareJarsIntegrationSpec.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2014-2019, R. Tyler Croy <[email protected]>,
2+
* Copyright (c) 2014-2020, R. Tyler Croy <[email protected]>,
33
* Schalk Cronje <[email protected]>, Christian Meier, Lookout, Inc.
44
*
55
* Permission is hereby granted, free of charge, to any person obtaining

base-plugin/src/integTest/groovy/com/github/jrubygradle/testhelper/IntegrationSpecification.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2014-2019, R. Tyler Croy <[email protected]>,
2+
* Copyright (c) 2014-2020, R. Tyler Croy <[email protected]>,
33
* Schalk Cronje <[email protected]>, Christian Meier, Lookout, Inc.
44
*
55
* Permission is hereby granted, free of charge, to any person obtaining

base-plugin/src/integTest/groovy/com/github/jrubygradle/testhelper/VersionFinder.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2014-2019, R. Tyler Croy <[email protected]>,
2+
* Copyright (c) 2014-2020, R. Tyler Croy <[email protected]>,
33
* Schalk Cronje <[email protected]>, Christian Meier, Lookout, Inc.
44
*
55
* Permission is hereby granted, free of charge, to any person obtaining

base-plugin/src/integTest/resources/logback-test.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!--
22
3-
Copyright (c) 2014-2019, R. Tyler Croy <[email protected]>,
3+
Copyright (c) 2014-2020, R. Tyler Croy <[email protected]>,
44
Schalk Cronje <[email protected]>, Christian Meier, Lookout, Inc.
55
66
Permission is hereby granted, free of charge, to any person obtaining

base-plugin/src/integTest/resources/scripts/envVars.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (c) 2014-2019, R. Tyler Croy <[email protected]>,
2+
# Copyright (c) 2014-2020, R. Tyler Croy <[email protected]>,
33
# Schalk Cronje <[email protected]>, Christian Meier, Lookout, Inc.
44
#
55
# Permission is hereby granted, free of charge, to any person obtaining

base-plugin/src/integTest/resources/scripts/helloName.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (c) 2014-2019, R. Tyler Croy <[email protected]>,
2+
# Copyright (c) 2014-2020, R. Tyler Croy <[email protected]>,
33
# Schalk Cronje <[email protected]>, Christian Meier, Lookout, Inc.
44
#
55
# Permission is hereby granted, free of charge, to any person obtaining

0 commit comments

Comments
 (0)