فهرست منبع

Configure AppMap for this project

AppMap is a free and open-source runtime code analysis tool.

AppMap has been installed and configured using the installation instructions at:
https://appmap.io/docs/install-appmap-agent.html using the automated
installer tool:
        npx @appland/appmap@latest install
Mehmet Aydoğdu 3 سال پیش
والد
کامیت
cddc8ada06
3فایلهای تغییر یافته به همراه20 افزوده شده و 0 حذف شده
  1. 2 0
      Gemfile
  2. 13 0
      Gemfile.lock
  3. 5 0
      appmap.yml

+ 2 - 0
Gemfile

@@ -5,6 +5,8 @@ source "https://rubygems.org"
 # Specify your gem's dependencies in paratika.gemspec
 gemspec
 
+gem 'appmap', :groups => [:development, :test]
+
 gem "rake", "~> 13.0"
 
 gem "minitest", "~> 5.0"

+ 13 - 0
Gemfile.lock

@@ -12,18 +12,30 @@ GEM
       i18n (>= 1.6, < 2)
       minitest (>= 5.1)
       tzinfo (~> 2.0)
+    appmap (0.95.0)
+      activesupport
+      method_source
+      rack
+      reverse_markdown
     ast (2.4.2)
     concurrent-ruby (1.1.10)
     i18n (1.12.0)
       concurrent-ruby (~> 1.0)
     json (2.6.2)
+    method_source (1.0.0)
     minitest (5.16.3)
+    nokogiri (1.13.10-x86_64-linux)
+      racc (~> 1.4)
     parallel (1.22.1)
     parser (3.1.2.1)
       ast (~> 2.4.1)
+    racc (1.6.2)
+    rack (3.0.2)
     rainbow (3.1.1)
     rake (13.0.6)
     regexp_parser (2.6.0)
+    reverse_markdown (2.1.1)
+      nokogiri
     rexml (3.2.5)
     rubocop (1.36.0)
       json (~> 2.3)
@@ -47,6 +59,7 @@ PLATFORMS
 
 DEPENDENCIES
   activesupport (~> 7.0)
+  appmap
   minitest (~> 5.0)
   paratika!
   rake (~> 13.0)

+ 5 - 0
appmap.yml

@@ -0,0 +1,5 @@
+name: paratika
+packages:
+  - path: lib
+language: ruby
+appmap_dir: tmp/appmap