D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
usr
/
share
/
gems
/
gems
/
json-2.1.0
/
lib
/
json
/
Filename :
version.rb
back
Copy
# frozen_string_literal: false module JSON # JSON version VERSION = '2.1.0' VERSION_ARRAY = VERSION.split(/\./).map { |x| x.to_i } # :nodoc: VERSION_MAJOR = VERSION_ARRAY[0] # :nodoc: VERSION_MINOR = VERSION_ARRAY[1] # :nodoc: VERSION_BUILD = VERSION_ARRAY[2] # :nodoc: end
Name
Size
Last Modified
Owner
Permissions
Actions
add
Dir
December 09 2024 3:40:16
root
0755
common.rb
14.98
KB
December 06 2024 2:24:35
root
0644
ext.rb
0.382
KB
December 06 2024 2:24:35
root
0644
generic_object.rb
1.395
KB
December 06 2024 2:24:35
root
0644
version.rb
0.295
KB
December 06 2024 2:24:35
root
0644
2017 © D7net | D704T team