lib/license_finder/configuration.rb in license_finder-5.10.2 vs lib/license_finder/configuration.rb in license_finder-5.11.0
- old
+ new
@@ -91,9 +91,13 @@
def pip_requirements_path
get(:pip_requirements_path)
end
+ def python_version
+ get(:python_version)
+ end
+
def rebar_command
get(:rebar_command)
end
def prepare