We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9321e4 commit ca0874eCopy full SHA for ca0874e
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+### 1.35.1 / 2025-06-11
2
+* Fixed:
3
+ * `TypeError: Rake is not a class` error (#231)
4
+
5
### 1.35.0 / 2024-12-19
6
* Fixed:
7
* Clean up for rubocop
lib/simp/beaker_helpers/version.rb
@@ -4,5 +4,5 @@
module Simp; end
module Simp::BeakerHelpers
- VERSION = '1.35.0'
+ VERSION = '1.35.1'
8
end
lib/simp/rake/beaker.rb
@@ -6,9 +6,10 @@
require 'beaker-rspec/rake_task'
require 'puppetlabs_spec_helper/tasks/fixtures'
9
-# Simp::Rake namespace
+# Simp namespace
10
11
-class Simp::Rake; end
+# Simp::Rake namespace
12
+module Simp::Rake; end
13
14
# Rake tasks for SIMP Beaker testing
15
class Simp::Rake::Beaker < ::Rake::TaskLib
0 commit comments