From a51d5f979ad625f00597bb6d3ebe3dbe100c3f78 Mon Sep 17 00:00:00 2001 From: mo khan Date: Wed, 22 Apr 2020 00:02:07 -0600 Subject: Remove unused field --- spec/fixtures/expected/ruby/bundler/v2.0.json | 89 +-------------------------- 1 file changed, 3 insertions(+), 86 deletions(-) (limited to 'spec/fixtures/expected/ruby/bundler') diff --git a/spec/fixtures/expected/ruby/bundler/v2.0.json b/spec/fixtures/expected/ruby/bundler/v2.0.json index 230bd2c..f80e661 100644 --- a/spec/fixtures/expected/ruby/bundler/v2.0.json +++ b/spec/fixtures/expected/ruby/bundler/v2.0.json @@ -4,195 +4,112 @@ { "id": "MIT", "name": "MIT License", - "url": "https://opensource.org/licenses/MIT", - "count": 13 + "url": "https://opensource.org/licenses/MIT" }, { "id": "BSD-3-Clause", "name": "BSD 3-Clause \"New\" or \"Revised\" License", - "url": "https://opensource.org/licenses/BSD-3-Clause", - "count": 2 + "url": "https://opensource.org/licenses/BSD-3-Clause" }, { "id": "LGPL-3.0-only", "name": "GNU Lesser General Public License v3.0 only", - "url": "https://opensource.org/licenses/LGPL-3.0", - "count": 1 + "url": "https://opensource.org/licenses/LGPL-3.0" } ], "dependencies": [ { "name": "bundler", - "url": "https://bundler.io", - "description": "The best way to manage your application's dependencies", - "paths": [ - "." - ], "licenses": [ "MIT" ] }, { "name": "concurrent-ruby", - "url": "http://www.concurrent-ruby.com", - "description": "Modern concurrency tools for Ruby. Inspired by Erlang, Clojure, Scala, Haskell, F#, C#, Java, and classic concurrency patterns.", - "paths": [ - "." - ], "licenses": [ "MIT" ] }, { "name": "connection_pool", - "url": "https://github.com/mperham/connection_pool", - "description": "Generic connection pool for Ruby", - "paths": [ - "." - ], "licenses": [ "MIT" ] }, { "name": "mini_portile2", - "url": "http://github.com/flavorjones/mini_portile", - "description": "Simplistic port-like solution for developers", - "paths": [ - "." - ], "licenses": [ "MIT" ] }, { "name": "mustermann", - "url": "https://github.com/sinatra/mustermann", - "description": "Your personal string matching expert.", - "paths": [ - "." - ], "licenses": [ "MIT" ] }, { "name": "nokogiri", - "url": "http://nokogiri.org", - "description": "Nokogiri (鋸) is an HTML, XML, SAX, and Reader parser", - "paths": [ - "." - ], "licenses": [ "MIT" ] }, { "name": "pg", - "url": "https://bitbucket.org/ged/ruby-pg", - "description": "Pg is the Ruby interface to the {PostgreSQL RDBMS}[http://www.postgresql.org/]", - "paths": [ - "." - ], "licenses": [ "BSD-3-Clause" ] }, { "name": "puma", - "url": "http://puma.io", - "description": "Puma is a simple, fast, threaded, and highly concurrent HTTP 1.1 server for Ruby/Rack applications", - "paths": [ - "." - ], "licenses": [ "BSD-3-Clause" ] }, { "name": "rack", - "url": "https://rack.github.io/", - "description": "a modular Ruby webserver interface", - "paths": [ - "." - ], "licenses": [ "MIT" ] }, { "name": "rack-protection", - "url": "http://github.com/sinatra/sinatra/tree/master/rack-protection", - "description": "Protect against typical web attacks, works with all Rack apps, including Rails.", - "paths": [ - "." - ], "licenses": [ "MIT" ] }, { "name": "redis", - "url": "https://github.com/redis/redis-rb", - "description": "A Ruby client library for Redis", - "paths": [ - "." - ], "licenses": [ "MIT" ] }, { "name": "sidekiq", - "url": "http://sidekiq.org", - "description": "Simple, efficient background processing for Ruby", - "paths": [ - "." - ], "licenses": [ "LGPL-3.0-only" ] }, { "name": "sinatra", - "url": "http://www.sinatrarb.com/", - "description": "Classy web-development dressed in a DSL", - "paths": [ - "." - ], "licenses": [ "MIT" ] }, { "name": "slim", - "url": "http://slim-lang.com/", - "description": "Slim is a template language.", - "paths": [ - "." - ], "licenses": [ "MIT" ] }, { "name": "temple", - "url": "https://github.com/judofyr/temple", - "description": "Template compilation framework in Ruby", - "paths": [ - "." - ], "licenses": [ "MIT" ] }, { "name": "tilt", - "url": "http://github.com/rtomayko/tilt/", - "description": "Generic interface to multiple Ruby template engines", - "paths": [ - "." - ], "licenses": [ "MIT" ] -- cgit v1.2.3