Sha256: 331986596f8dc780d96f9542d40ea5eb5211bbb196599e2f2bf15c9ee382b69b

Contents?: true

Size: 157 Bytes

Versions: 55

Compression:

Stored size: 157 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

55 entries across 55 versions & 1 rubygems

Version Path
backlog-0.10.0 lib/version_from_history.rb
backlog-0.10.1 lib/version_from_history.rb
backlog-0.10.2 lib/version_from_history.rb
backlog-0.10.4 lib/version_from_history.rb
backlog-0.10.3 lib/version_from_history.rb
backlog-0.10.5 lib/version_from_history.rb
backlog-0.10.7 lib/version_from_history.rb
backlog-0.10.6 lib/version_from_history.rb
backlog-0.12.0 lib/version_from_history.rb
backlog-0.11.0 lib/version_from_history.rb
backlog-0.10.8 lib/version_from_history.rb
backlog-0.12.2 lib/version_from_history.rb
backlog-0.12.1 lib/version_from_history.rb
backlog-0.12.3 lib/version_from_history.rb
backlog-0.12.4 lib/version_from_history.rb
backlog-0.13.0 lib/version_from_history.rb
backlog-0.13.1 lib/version_from_history.rb
backlog-0.14.0 lib/version_from_history.rb
backlog-0.14.3 lib/version_from_history.rb
backlog-0.14.1 lib/version_from_history.rb