summaryrefslogtreecommitdiff
path: root/lib/rubygems/rubygems_version.rb
blob: eda0a0e906c90b32731f20dbd5877d2555c3cb8b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#--
# DO NOT EDIT
# This file is auto-generated by build scripts.
# See:  rake update_version
#++

module Gem

  ##
  # The version of RubyGems you are using

  RubyGemsVersion = '1.3.4'

  ##
  # The version of RubyGems you are using (duplicated for familiarity)

  VERSION = RubyGemsVersion

end