module Licensed
This monkey patch instead creates MissingSpecification objects to identify missing specs without raising errors and halting enumeration. It was the most minimal-touch solution I could think of that should reliably work across many bundler versions
Constants
- VERSION
Public Class Methods
previous_major_versions()
click to toggle source
# File lib/licensed/version.rb, line 5 def self.previous_major_versions major_version = Gem::Version.new(Licensed::VERSION).segments.first (1...major_version).to_a end