root/lang/ruby/pritter/vendor/rails/actionpack/lib/action_pack/version.rb @ 5644

Revision 5644, 155 bytes (checked in by nakamud, 5 years ago)

lang/ruby/pritter: freezed gems to ease installation

Line 
1module ActionPack #:nodoc:
2  module VERSION #:nodoc:
3    MAJOR = 1
4    MINOR = 13
5    TINY  = 5
6   
7    STRING = [MAJOR, MINOR, TINY].join('.')
8  end
9end
Note: See TracBrowser for help on using the browser.