Linux server165.web-hosting.com 4.18.0-513.18.1.lve.el8.x86_64 #1 SMP Thu Feb 22 12:55:50 UTC 2024 x86_64
LiteSpeed
Server IP : 68.65.122.53 & Your IP : 216.73.217.89
Domains :
Cant Read [ /etc/named.conf ]
User : vacazsti
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
alt /
ruby40 /
share /
gems /
gems /
bigdecimal-4.0.1 /
Delete
Unzip
Name
Size
Permission
Date
Action
lib
[ DIR ]
drwxr-xr-x
2026-05-14 08:42
sample
[ DIR ]
drwxr-xr-x
2026-05-14 08:42
LICENSE
2.45
KB
-rw-r--r--
2026-04-24 16:08
bigdecimal.gemspec
1.72
KB
-rw-r--r--
2026-04-24 16:08
exts.mk
2.53
KB
-rw-r--r--
2026-04-24 16:08
Save
Rename
# coding: utf-8 name = File.basename(__FILE__, '.*') source_version = ["", "ext/#{name}/"].find do |dir| begin break File.foreach(File.join(__dir__, "#{dir}#{name}.c")) {|line| break $1.sub("-", ".") if /^#define\s+#{name.upcase}_VERSION\s+"(.+)"/o =~ line } rescue Errno::ENOENT end end or raise "can't find #{name.upcase}_VERSION" Gem::Specification.new do |s| s.name = name s.version = source_version s.authors = ["Kenta Murata", "Zachary Scott", "Shigeo Kobayashi"] s.email = ["mrkn@mrkn.jp"] s.summary = "Arbitrary-precision decimal floating-point number library." s.description = "This library provides arbitrary-precision decimal floating-point number class." s.homepage = "https://github.com/ruby/bigdecimal" s.licenses = ["Ruby", "BSD-2-Clause"] s.require_paths = %w[lib] s.files = %w[ LICENSE bigdecimal.gemspec lib/bigdecimal.rb lib/bigdecimal/jacobian.rb lib/bigdecimal/ludcmp.rb lib/bigdecimal/math.rb lib/bigdecimal/newton.rb lib/bigdecimal/util.rb sample/linear.rb sample/nlsolve.rb sample/pi.rb ] if Gem::Platform === s.platform and s.platform =~ 'java' or RUBY_ENGINE == 'jruby' s.platform = 'java' else s.extensions = %w[ext/bigdecimal/extconf.rb] s.files += %w[ ext/bigdecimal/bigdecimal.c ext/bigdecimal/bigdecimal.h ext/bigdecimal/bits.h ext/bigdecimal/feature.h ext/bigdecimal/missing.c ext/bigdecimal/missing.h ext/bigdecimal/missing/dtoa.c ext/bigdecimal/static_assert.h ] end s.required_ruby_version = Gem::Requirement.new(">= 2.5.0") s.metadata["changelog_uri"] = s.homepage + "/blob/master/CHANGES.md" end