lib/kitchen/metadata_chopper.rb in test-kitchen-1.14.1 vs lib/kitchen/metadata_chopper.rb in test-kitchen-1.14.2
- old
+ new
@@ -15,17 +15,15 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
module Kitchen
-
# A rather insane and questionable class to quickly consume a metadata.rb
# file and return the cookbook name and version attributes.
#
# @see https://twitter.com/fnichol/status/281650077901144064
# @see https://gist.github.com/4343327
class MetadataChopper < Hash
-
# Return an Array containing the cookbook name and version attributes,
# or nil values if they could not be parsed.
#
# @param metadata_file [String] path to a metadata.rb file
# @return [Array<String>] array containing the cookbook name and version