Sha256: 9320053db295a520553c8372a5a2980d709f8969ad7fbf271bf0f453c32c22c5
Contents?: true
Size: 169 Bytes
Versions: 2
Compression:
Stored size: 169 Bytes
Contents
module APP first_history_line = File.readlines(Rails.root.to_s + '/History.txt')[0].chomp VERSION = (/^== (\d+\.\d+(?:\.\d+)?) .*$/.match first_history_line)[1] end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
backlog-0.37.2 | lib/version_from_history.rb |
backlog-0.37.1 | lib/version_from_history.rb |