diff options
| author | mo khan <mo.khan@gmail.com> | 2020-04-14 12:50:13 -0600 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2020-04-14 12:50:13 -0600 |
| commit | bae02b6ae73dda47dc86590b73c21a85bb7273a5 (patch) | |
| tree | 148f331085f123903cbf3635ea8b20b5c279d964 /spec/fixtures/expected/ruby/bundler/v2.0.json | |
| parent | 2b69afb35bd1b123e00d3efabce0d4c4aefdd008 (diff) | |
Migrate specs from gitlab-org/security-products/license-management
Diffstat (limited to 'spec/fixtures/expected/ruby/bundler/v2.0.json')
| -rw-r--r-- | spec/fixtures/expected/ruby/bundler/v2.0.json | 201 |
1 files changed, 201 insertions, 0 deletions
diff --git a/spec/fixtures/expected/ruby/bundler/v2.0.json b/spec/fixtures/expected/ruby/bundler/v2.0.json new file mode 100644 index 0000000..230bd2c --- /dev/null +++ b/spec/fixtures/expected/ruby/bundler/v2.0.json @@ -0,0 +1,201 @@ +{ + "version": "2.0", + "licenses": [ + { + "id": "MIT", + "name": "MIT License", + "url": "https://opensource.org/licenses/MIT", + "count": 13 + }, + { + "id": "BSD-3-Clause", + "name": "BSD 3-Clause \"New\" or \"Revised\" License", + "url": "https://opensource.org/licenses/BSD-3-Clause", + "count": 2 + }, + { + "id": "LGPL-3.0-only", + "name": "GNU Lesser General Public License v3.0 only", + "url": "https://opensource.org/licenses/LGPL-3.0", + "count": 1 + } + ], + "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" + ] + } + ] +} |
