Sha256: aa3ae31965e2f5fc882c40ceb2f12dfd3d1bd381451b1224d2ae240bf576a318

Contents?: true

Size: 164 Bytes

Versions: 10

Compression:

Stored size: 164 Bytes

Contents

module APP
  first_history_line = File.readlines(RAILS_ROOT + '/History.txt')[0].chomp
  VERSION = (/^== (\d+\.\d+(?:\.\d+)?) .*$/.match first_history_line)[1]
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
backlog-0.36.2 lib/version_from_history.rb
backlog-0.34.1 lib/version_from_history.rb
backlog-0.34.2 lib/version_from_history.rb
backlog-0.34 lib/version_from_history.rb
backlog-0.35.0 lib/version_from_history.rb
backlog-0.35.1 lib/version_from_history.rb
backlog-0.35.2 lib/version_from_history.rb
backlog-0.35.3 lib/version_from_history.rb
backlog-0.35.4 lib/version_from_history.rb
backlog-0.35.5 lib/version_from_history.rb