░▒▓████████████████████████████████▓▒░ ░▒▓█ ▓▒░ ░▒▓█ ~ S W A M P ~ ▓▒░ ░▒▓█ ▓▒░ ░▒▓████████████████████████████████▓▒░
pplmvsvm
LOCATION:
/var/www/canvas/gems/stringify_ids
☗ ROOT
↻ REFRESH
✎ CARVE FLESH
EDITING: stringify_ids.gemspec
# frozen_string_literal: true Gem::Specification.new do |spec| spec.name = "stringify_ids" spec.version = "1.0.0" spec.authors = ["Jacob Fugal", "Simon Williams"] spec.email = ["jacob@instructure.com", "simon@instructure.com"] spec.summary = "Methods to convert hash keys named 'id' or that end in 'id' from ints to strings, to avoid javascript floating point errors in javascript when receiving the JSON representation of that hash." spec.files = Dir.glob("{lib}/**/*") spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) } spec.require_paths = ["lib"] spec.add_development_dependency "bundler", "~> 2.2" spec.add_development_dependency "rspec", "~> 3.12" end
CANCEL
Name
Type
Size
Modified
Actions
↩ ..
DIR
—
—
📁 lib/
DIR
—
2023-09-24 03:36
📁 spec/
DIR
—
2023-09-24 03:36
📄 Gemfile
?
70 B
2023-09-24 03:36
EDIT
📄 Gemfile.lock
LOCK
669 B
2023-09-24 03:49
EDIT
📄 stringify_ids.gemspec
GEMSPEC
746 B
2023-09-24 03:36
EDIT
📄 test.sh
SH
74 B
2023-09-24 03:36
EDIT