Sha256: ea7597058255af26b23b11386cb9fabc440928a00d3f935d3feb20d0bd037b9c

Contents?: true

Size: 142 Bytes

Versions: 35

Compression:

Stored size: 142 Bytes

Contents

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

Version data entries

35 entries across 35 versions & 1 rubygems

Version Path
backlog-0.5.0 lib/version_from_history.rb
backlog-0.5.1 lib/version_from_history.rb
backlog-0.5.2 lib/version_from_history.rb
backlog-0.5.10 lib/version_from_history.rb
backlog-0.5.4 lib/version_from_history.rb
backlog-0.5.3 lib/version_from_history.rb
backlog-0.5.6 lib/version_from_history.rb
backlog-0.5.5 lib/version_from_history.rb
backlog-0.5.7 lib/version_from_history.rb
backlog-0.5.9 lib/version_from_history.rb
backlog-0.5.8 lib/version_from_history.rb
backlog-0.6.2 lib/version_from_history.rb
backlog-0.6.1 lib/version_from_history.rb
backlog-0.6.0 lib/version_from_history.rb
backlog-0.6.4 lib/version_from_history.rb
backlog-0.6.5 lib/version_from_history.rb
backlog-0.6.3 lib/version_from_history.rb
backlog-0.6.6 lib/version_from_history.rb
backlog-0.7.0 lib/version_from_history.rb
backlog-0.7.1 lib/version_from_history.rb