Commit 5d7b1892 authored by Paul Slaughter's avatar Paul Slaughter

Merge branch 'pathes-spellor-fix' into 'master'

Fixes a spelling mistake for "pathes" => "paths"

See merge request gitlab-org/gitlab!16932
parents 103c3862 a6f48602
...@@ -81,7 +81,7 @@ export default class ProjectFindFile { ...@@ -81,7 +81,7 @@ export default class ProjectFindFile {
// find file // find file
} }
// files pathes load // files paths load
load(url) { load(url) {
axios axios
.get(url) .get(url)
......
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
"name": "actioncable", "name": "actioncable",
"url": "http://rubyonrails.org", "url": "http://rubyonrails.org",
"description": "WebSocket framework for Rails.", "description": "WebSocket framework for Rails.",
"pathes": [ "paths": [
"." "."
] ]
} }
...@@ -33,7 +33,7 @@ ...@@ -33,7 +33,7 @@
"name": "wtfpl_init", "name": "wtfpl_init",
"url": "https://rubygems.org/gems/wtfpl_init", "url": "https://rubygems.org/gems/wtfpl_init",
"description": "Download WTFPL license file and rename to LICENSE.md or something", "description": "Download WTFPL license file and rename to LICENSE.md or something",
"pathes": [ "paths": [
"." "."
] ]
} }
......
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
"name": "actioncable", "name": "actioncable",
"url": "http://rubyonrails.org", "url": "http://rubyonrails.org",
"description": "WebSocket framework for Rails.", "description": "WebSocket framework for Rails.",
"pathes": [ "paths": [
"." "."
] ]
} }
...@@ -41,7 +41,7 @@ ...@@ -41,7 +41,7 @@
"name": "actionmailer", "name": "actionmailer",
"url": "http://rubyonrails.org", "url": "http://rubyonrails.org",
"description": "Email composition, delivery, and receiving framework (part of Rails).", "description": "Email composition, delivery, and receiving framework (part of Rails).",
"pathes": [ "paths": [
"." "."
] ]
} }
...@@ -55,7 +55,7 @@ ...@@ -55,7 +55,7 @@
"name": "actionpack", "name": "actionpack",
"url": "http://rubyonrails.org", "url": "http://rubyonrails.org",
"description": "Web-flow and rendering framework putting the VC in MVC (part of Rails).", "description": "Web-flow and rendering framework putting the VC in MVC (part of Rails).",
"pathes": [ "paths": [
"." "."
] ]
} }
...@@ -69,7 +69,7 @@ ...@@ -69,7 +69,7 @@
"name": "actionview", "name": "actionview",
"url": "http://rubyonrails.org", "url": "http://rubyonrails.org",
"description": "Rendering framework putting the V in MVC (part of Rails).", "description": "Rendering framework putting the V in MVC (part of Rails).",
"pathes": [ "paths": [
"." "."
] ]
} }
...@@ -83,7 +83,7 @@ ...@@ -83,7 +83,7 @@
"name": "activejob", "name": "activejob",
"url": "http://rubyonrails.org", "url": "http://rubyonrails.org",
"description": "Job framework with pluggable queues.", "description": "Job framework with pluggable queues.",
"pathes": [ "paths": [
"." "."
] ]
} }
...@@ -97,7 +97,7 @@ ...@@ -97,7 +97,7 @@
"name": "activemodel", "name": "activemodel",
"url": "http://rubyonrails.org", "url": "http://rubyonrails.org",
"description": "A toolkit for building modeling frameworks (part of Rails).", "description": "A toolkit for building modeling frameworks (part of Rails).",
"pathes": [ "paths": [
"." "."
] ]
} }
...@@ -111,7 +111,7 @@ ...@@ -111,7 +111,7 @@
"name": "activerecord", "name": "activerecord",
"url": "http://rubyonrails.org", "url": "http://rubyonrails.org",
"description": "Object-relational mapper framework (part of Rails).", "description": "Object-relational mapper framework (part of Rails).",
"pathes": [ "paths": [
"." "."
] ]
} }
...@@ -125,7 +125,7 @@ ...@@ -125,7 +125,7 @@
"name": "activesupport", "name": "activesupport",
"url": "http://rubyonrails.org", "url": "http://rubyonrails.org",
"description": "A toolkit of support libraries and Ruby core extensions extracted from the Rails framework.", "description": "A toolkit of support libraries and Ruby core extensions extracted from the Rails framework.",
"pathes": [ "paths": [
"." "."
] ]
} }
...@@ -139,7 +139,7 @@ ...@@ -139,7 +139,7 @@
"name": "arel", "name": "arel",
"url": "https://github.com/rails/arel", "url": "https://github.com/rails/arel",
"description": "Arel Really Exasperates Logicians Arel is a SQL AST manager for Ruby", "description": "Arel Really Exasperates Logicians Arel is a SQL AST manager for Ruby",
"pathes": [ "paths": [
"." "."
] ]
} }
...@@ -153,7 +153,7 @@ ...@@ -153,7 +153,7 @@
"name": "builder", "name": "builder",
"url": "http://onestepback.org", "url": "http://onestepback.org",
"description": "Builders for MarkUp.", "description": "Builders for MarkUp.",
"pathes": [ "paths": [
"." "."
] ]
} }
...@@ -167,7 +167,7 @@ ...@@ -167,7 +167,7 @@
"name": "bundler", "name": "bundler",
"url": "http://bundler.io", "url": "http://bundler.io",
"description": "The best way to manage your application's dependencies", "description": "The best way to manage your application's dependencies",
"pathes": [ "paths": [
"." "."
] ]
} }
...@@ -181,7 +181,7 @@ ...@@ -181,7 +181,7 @@
"name": "coffee-rails", "name": "coffee-rails",
"url": "https://github.com/rails/coffee-rails", "url": "https://github.com/rails/coffee-rails",
"description": "CoffeeScript adapter for the Rails asset pipeline.", "description": "CoffeeScript adapter for the Rails asset pipeline.",
"pathes": [ "paths": [
"." "."
] ]
} }
...@@ -195,7 +195,7 @@ ...@@ -195,7 +195,7 @@
"name": "coffee-script", "name": "coffee-script",
"url": "http://github.com/josh/ruby-coffee-script", "url": "http://github.com/josh/ruby-coffee-script",
"description": "Ruby CoffeeScript Compiler", "description": "Ruby CoffeeScript Compiler",
"pathes": [ "paths": [
"." "."
] ]
} }
...@@ -209,7 +209,7 @@ ...@@ -209,7 +209,7 @@
"name": "coffee-script-source", "name": "coffee-script-source",
"url": "http://coffeescript.org", "url": "http://coffeescript.org",
"description": "The CoffeeScript Compiler", "description": "The CoffeeScript Compiler",
"pathes": [ "paths": [
"." "."
] ]
} }
...@@ -223,7 +223,7 @@ ...@@ -223,7 +223,7 @@
"name": "concurrent-ruby", "name": "concurrent-ruby",
"url": "http://www.concurrent-ruby.com", "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.", "description": "Modern concurrency tools for Ruby. Inspired by Erlang, Clojure, Scala, Haskell, F#, C#, Java, and classic concurrency patterns.",
"pathes": [ "paths": [
"." "."
] ]
} }
...@@ -237,7 +237,7 @@ ...@@ -237,7 +237,7 @@
"name": "crass", "name": "crass",
"url": "https://github.com/rgrove/crass/", "url": "https://github.com/rgrove/crass/",
"description": "CSS parser based on the CSS Syntax Level 3 spec.", "description": "CSS parser based on the CSS Syntax Level 3 spec.",
"pathes": [ "paths": [
"." "."
] ]
} }
...@@ -251,7 +251,7 @@ ...@@ -251,7 +251,7 @@
"name": "erubis", "name": "erubis",
"url": "http://www.kuwata-lab.com/erubis/", "url": "http://www.kuwata-lab.com/erubis/",
"description": "a fast and extensible eRuby implementation which supports multi-language", "description": "a fast and extensible eRuby implementation which supports multi-language",
"pathes": [ "paths": [
"." "."
] ]
} }
...@@ -265,7 +265,7 @@ ...@@ -265,7 +265,7 @@
"name": "execjs", "name": "execjs",
"url": "https://github.com/rails/execjs", "url": "https://github.com/rails/execjs",
"description": "Run JavaScript code from Ruby", "description": "Run JavaScript code from Ruby",
"pathes": [ "paths": [
"." "."
] ]
} }
...@@ -279,7 +279,7 @@ ...@@ -279,7 +279,7 @@
"name": "ffi", "name": "ffi",
"url": "http://wiki.github.com/ffi/ffi", "url": "http://wiki.github.com/ffi/ffi",
"description": "Ruby FFI", "description": "Ruby FFI",
"pathes": [ "paths": [
"." "."
] ]
} }
...@@ -293,7 +293,7 @@ ...@@ -293,7 +293,7 @@
"name": "globalid", "name": "globalid",
"url": "http://www.rubyonrails.org", "url": "http://www.rubyonrails.org",
"description": "Refer to any model with a URI: gid://app/class/id", "description": "Refer to any model with a URI: gid://app/class/id",
"pathes": [ "paths": [
"." "."
] ]
} }
...@@ -307,7 +307,7 @@ ...@@ -307,7 +307,7 @@
"name": "i18n", "name": "i18n",
"url": "http://github.com/svenfuchs/i18n", "url": "http://github.com/svenfuchs/i18n",
"description": "New wave Internationalization support for Ruby", "description": "New wave Internationalization support for Ruby",
"pathes": [ "paths": [
"." "."
] ]
} }
...@@ -321,7 +321,7 @@ ...@@ -321,7 +321,7 @@
"name": "jbuilder", "name": "jbuilder",
"url": "https://github.com/rails/jbuilder", "url": "https://github.com/rails/jbuilder",
"description": "Create JSON structures via a Builder-style DSL", "description": "Create JSON structures via a Builder-style DSL",
"pathes": [ "paths": [
"." "."
] ]
} }
...@@ -334,7 +334,7 @@ ...@@ -334,7 +334,7 @@
"dependency": { "dependency": {
"name": "loofah", "name": "loofah",
"description": "", "description": "",
"pathes": [ "paths": [
"." "."
] ]
} }
...@@ -348,7 +348,7 @@ ...@@ -348,7 +348,7 @@
"name": "mail", "name": "mail",
"url": "https://github.com/mikel/mail", "url": "https://github.com/mikel/mail",
"description": "Mail provides a nice Ruby DSL for making, sending and reading emails.", "description": "Mail provides a nice Ruby DSL for making, sending and reading emails.",
"pathes": [ "paths": [
"." "."
] ]
} }
...@@ -362,7 +362,7 @@ ...@@ -362,7 +362,7 @@
"name": "method_source", "name": "method_source",
"url": "http://banisterfiend.wordpress.com", "url": "http://banisterfiend.wordpress.com",
"description": "retrieve the sourcecode for a method", "description": "retrieve the sourcecode for a method",
"pathes": [ "paths": [
"." "."
] ]
} }
...@@ -376,7 +376,7 @@ ...@@ -376,7 +376,7 @@
"name": "mini_mime", "name": "mini_mime",
"url": "https://github.com/discourse/mini_mime", "url": "https://github.com/discourse/mini_mime",
"description": "A lightweight mime type lookup toy", "description": "A lightweight mime type lookup toy",
"pathes": [ "paths": [
"." "."
] ]
} }
...@@ -390,7 +390,7 @@ ...@@ -390,7 +390,7 @@
"name": "mini_portile2", "name": "mini_portile2",
"url": "http://github.com/flavorjones/mini_portile", "url": "http://github.com/flavorjones/mini_portile",
"description": "Simplistic port-like solution for developers", "description": "Simplistic port-like solution for developers",
"pathes": [ "paths": [
"." "."
] ]
} }
...@@ -404,7 +404,7 @@ ...@@ -404,7 +404,7 @@
"name": "minitest", "name": "minitest",
"url": "https://github.com/seattlerb/minitest", "url": "https://github.com/seattlerb/minitest",
"description": "minitest provides a complete suite of testing facilities supporting TDD, BDD, mocking, and benchmarking", "description": "minitest provides a complete suite of testing facilities supporting TDD, BDD, mocking, and benchmarking",
"pathes": [ "paths": [
"." "."
] ]
} }
...@@ -418,7 +418,7 @@ ...@@ -418,7 +418,7 @@
"name": "multi_json", "name": "multi_json",
"url": "http://github.com/intridea/multi_json", "url": "http://github.com/intridea/multi_json",
"description": "A common interface to multiple JSON libraries.", "description": "A common interface to multiple JSON libraries.",
"pathes": [ "paths": [
"." "."
] ]
} }
...@@ -432,7 +432,7 @@ ...@@ -432,7 +432,7 @@
"name": "nio4r", "name": "nio4r",
"url": "https://github.com/celluloid/nio4r", "url": "https://github.com/celluloid/nio4r",
"description": "NIO provides a high performance selector API for monitoring IO objects", "description": "NIO provides a high performance selector API for monitoring IO objects",
"pathes": [ "paths": [
"." "."
] ]
} }
...@@ -446,7 +446,7 @@ ...@@ -446,7 +446,7 @@
"name": "nokogiri", "name": "nokogiri",
"url": "http://nokogiri.org", "url": "http://nokogiri.org",
"description": "Nokogiri (鋸) is an HTML, XML, SAX, and Reader parser", "description": "Nokogiri (鋸) is an HTML, XML, SAX, and Reader parser",
"pathes": [ "paths": [
"." "."
] ]
} }
...@@ -460,7 +460,7 @@ ...@@ -460,7 +460,7 @@
"name": "puma", "name": "puma",
"url": "http://puma.io", "url": "http://puma.io",
"description": "Puma is a simple, fast, threaded, and highly concurrent HTTP 1.1 server for Ruby/Rack applications", "description": "Puma is a simple, fast, threaded, and highly concurrent HTTP 1.1 server for Ruby/Rack applications",
"pathes": [ "paths": [
"." "."
] ]
} }
...@@ -474,7 +474,7 @@ ...@@ -474,7 +474,7 @@
"name": "rack", "name": "rack",
"url": "https://rack.github.io/", "url": "https://rack.github.io/",
"description": "a modular Ruby webserver interface", "description": "a modular Ruby webserver interface",
"pathes": [ "paths": [
"." "."
] ]
} }
...@@ -488,7 +488,7 @@ ...@@ -488,7 +488,7 @@
"name": "rack-test", "name": "rack-test",
"url": "http://github.com/brynary/rack-test", "url": "http://github.com/brynary/rack-test",
"description": "Simple testing API built on Rack", "description": "Simple testing API built on Rack",
"pathes": [ "paths": [
"." "."
] ]
} }
...@@ -502,7 +502,7 @@ ...@@ -502,7 +502,7 @@
"name": "rails", "name": "rails",
"url": "http://rubyonrails.org", "url": "http://rubyonrails.org",
"description": "Full-stack web application framework.", "description": "Full-stack web application framework.",
"pathes": [ "paths": [
"." "."
] ]
} }
...@@ -516,7 +516,7 @@ ...@@ -516,7 +516,7 @@
"name": "rails-dom-testing", "name": "rails-dom-testing",
"url": "https://github.com/rails/rails-dom-testing", "url": "https://github.com/rails/rails-dom-testing",
"description": "Dom and Selector assertions for Rails applications", "description": "Dom and Selector assertions for Rails applications",
"pathes": [ "paths": [
"." "."
] ]
} }
...@@ -530,7 +530,7 @@ ...@@ -530,7 +530,7 @@
"name": "rails-html-sanitizer", "name": "rails-html-sanitizer",
"url": "https://github.com/rails/rails-html-sanitizer", "url": "https://github.com/rails/rails-html-sanitizer",
"description": "This gem is responsible to sanitize HTML fragments in Rails applications.", "description": "This gem is responsible to sanitize HTML fragments in Rails applications.",
"pathes": [ "paths": [
"." "."
] ]
} }
...@@ -544,7 +544,7 @@ ...@@ -544,7 +544,7 @@
"name": "railties", "name": "railties",
"url": "http://rubyonrails.org", "url": "http://rubyonrails.org",
"description": "Tools for creating, working with, and running Rails applications.", "description": "Tools for creating, working with, and running Rails applications.",
"pathes": [ "paths": [
"." "."
] ]
} }
...@@ -558,7 +558,7 @@ ...@@ -558,7 +558,7 @@
"name": "rake", "name": "rake",
"url": "https://github.com/ruby/rake", "url": "https://github.com/ruby/rake",
"description": "Rake is a Make-like program implemented in Ruby", "description": "Rake is a Make-like program implemented in Ruby",
"pathes": [ "paths": [
"." "."
] ]
} }
...@@ -572,7 +572,7 @@ ...@@ -572,7 +572,7 @@
"name": "rb-fsevent", "name": "rb-fsevent",
"url": "http://rubygems.org/gems/rb-fsevent", "url": "http://rubygems.org/gems/rb-fsevent",
"description": "Very simple & usable FSEvents API", "description": "Very simple & usable FSEvents API",
"pathes": [ "paths": [
"." "."
] ]
} }
...@@ -586,7 +586,7 @@ ...@@ -586,7 +586,7 @@
"name": "rb-inotify", "name": "rb-inotify",
"url": "https://github.com/guard/rb-inotify", "url": "https://github.com/guard/rb-inotify",
"description": "A Ruby wrapper for Linux inotify, using FFI", "description": "A Ruby wrapper for Linux inotify, using FFI",
"pathes": [ "paths": [
"." "."
] ]
} }
...@@ -598,7 +598,7 @@ ...@@ -598,7 +598,7 @@
"dependency": { "dependency": {
"name": "ruby-bundler-rails", "name": "ruby-bundler-rails",
"description": "", "description": "",
"pathes": [ "paths": [
"." "."
] ]
} }
...@@ -612,7 +612,7 @@ ...@@ -612,7 +612,7 @@
"name": "sass", "name": "sass",
"url": "http://sass-lang.com/", "url": "http://sass-lang.com/",
"description": "A powerful but elegant CSS compiler that makes CSS fun again.", "description": "A powerful but elegant CSS compiler that makes CSS fun again.",
"pathes": [ "paths": [
"." "."
] ]
} }
...@@ -626,7 +626,7 @@ ...@@ -626,7 +626,7 @@
"name": "sass-listen", "name": "sass-listen",
"url": "https://github.com/sass/listen", "url": "https://github.com/sass/listen",
"description": "Fork of guard/listen", "description": "Fork of guard/listen",
"pathes": [ "paths": [
"." "."
] ]
} }
...@@ -640,7 +640,7 @@ ...@@ -640,7 +640,7 @@
"name": "sass-rails", "name": "sass-rails",
"url": "https://github.com/rails/sass-rails", "url": "https://github.com/rails/sass-rails",
"description": "Sass adapter for the Rails asset pipeline.", "description": "Sass adapter for the Rails asset pipeline.",
"pathes": [ "paths": [
"." "."
] ]
} }
...@@ -654,7 +654,7 @@ ...@@ -654,7 +654,7 @@
"name": "sprockets", "name": "sprockets",
"url": "https://github.com/rails/sprockets", "url": "https://github.com/rails/sprockets",
"description": "Rack-based asset packaging system", "description": "Rack-based asset packaging system",
"pathes": [ "paths": [
"." "."
] ]
} }
...@@ -668,7 +668,7 @@ ...@@ -668,7 +668,7 @@
"name": "sprockets-rails", "name": "sprockets-rails",
"url": "https://github.com/rails/sprockets-rails", "url": "https://github.com/rails/sprockets-rails",
"description": "Sprockets Rails integration", "description": "Sprockets Rails integration",
"pathes": [ "paths": [
"." "."
] ]
} }
...@@ -682,7 +682,7 @@ ...@@ -682,7 +682,7 @@
"name": "sqlite3", "name": "sqlite3",
"url": "https://github.com/sparklemotion/sqlite3-ruby", "url": "https://github.com/sparklemotion/sqlite3-ruby",
"description": "This module allows Ruby programs to interface with the SQLite3 database engine (http://www.sqlite.org)", "description": "This module allows Ruby programs to interface with the SQLite3 database engine (http://www.sqlite.org)",
"pathes": [ "paths": [
"." "."
] ]
} }
...@@ -696,7 +696,7 @@ ...@@ -696,7 +696,7 @@
"name": "thor", "name": "thor",
"url": "http://whatisthor.com/", "url": "http://whatisthor.com/",
"description": "Thor is a toolkit for building powerful command-line interfaces.", "description": "Thor is a toolkit for building powerful command-line interfaces.",
"pathes": [ "paths": [
"." "."
] ]
} }
...@@ -710,7 +710,7 @@ ...@@ -710,7 +710,7 @@
"name": "thread_safe", "name": "thread_safe",
"url": "https://github.com/ruby-concurrency/thread_safe", "url": "https://github.com/ruby-concurrency/thread_safe",
"description": "Thread-safe collections and utilities for Ruby", "description": "Thread-safe collections and utilities for Ruby",
"pathes": [ "paths": [
"." "."
] ]
} }
...@@ -724,7 +724,7 @@ ...@@ -724,7 +724,7 @@
"name": "tilt", "name": "tilt",
"url": "http://github.com/rtomayko/tilt/", "url": "http://github.com/rtomayko/tilt/",
"description": "Generic interface to multiple Ruby template engines", "description": "Generic interface to multiple Ruby template engines",
"pathes": [ "paths": [
"." "."
] ]
} }
...@@ -738,7 +738,7 @@ ...@@ -738,7 +738,7 @@
"name": "turbolinks", "name": "turbolinks",
"url": "https://github.com/turbolinks/turbolinks", "url": "https://github.com/turbolinks/turbolinks",
"description": "Turbolinks makes navigating your web application faster", "description": "Turbolinks makes navigating your web application faster",
"pathes": [ "paths": [
"." "."
] ]
} }
...@@ -752,7 +752,7 @@ ...@@ -752,7 +752,7 @@
"name": "turbolinks-source", "name": "turbolinks-source",
"url": "https://github.com/turbolinks/turbolinks-source-gem", "url": "https://github.com/turbolinks/turbolinks-source-gem",
"description": "Turbolinks JavaScript assets", "description": "Turbolinks JavaScript assets",
"pathes": [ "paths": [
"." "."
] ]
} }
...@@ -766,7 +766,7 @@ ...@@ -766,7 +766,7 @@
"name": "tzinfo", "name": "tzinfo",
"url": "http://tzinfo.github.io", "url": "http://tzinfo.github.io",
"description": "Daylight savings aware timezone library", "description": "Daylight savings aware timezone library",
"pathes": [ "paths": [
"." "."
] ]
} }
...@@ -780,7 +780,7 @@ ...@@ -780,7 +780,7 @@
"name": "uglifier", "name": "uglifier",
"url": "http://github.com/lautis/uglifier", "url": "http://github.com/lautis/uglifier",
"description": "Ruby wrapper for UglifyJS JavaScript compressor", "description": "Ruby wrapper for UglifyJS JavaScript compressor",
"pathes": [ "paths": [
"." "."
] ]
} }
...@@ -794,7 +794,7 @@ ...@@ -794,7 +794,7 @@
"name": "websocket-driver", "name": "websocket-driver",
"url": "http://github.com/faye/websocket-driver-ruby", "url": "http://github.com/faye/websocket-driver-ruby",
"description": "WebSocket protocol handler with pluggable I/O", "description": "WebSocket protocol handler with pluggable I/O",
"pathes": [ "paths": [
"." "."
] ]
} }
...@@ -808,7 +808,7 @@ ...@@ -808,7 +808,7 @@
"name": "websocket-extensions", "name": "websocket-extensions",
"url": "https://github.com/faye/websocket-extensions-ruby", "url": "https://github.com/faye/websocket-extensions-ruby",
"description": "Generic extension manager for WebSocket connections", "description": "Generic extension manager for WebSocket connections",
"pathes": [ "paths": [
"." "."
] ]
} }
......
...@@ -29,7 +29,7 @@ export const licenseBaseIssues = { ...@@ -29,7 +29,7 @@ export const licenseBaseIssues = {
name: 'bundler', name: 'bundler',
url: 'http://bundler.io', url: 'http://bundler.io',
description: "The best way to manage your application's dependencies", description: "The best way to manage your application's dependencies",
pathes: ['.'], paths: ['.'],
}, },
}, },
], ],
...@@ -57,7 +57,7 @@ export const licenseHeadIssues = { ...@@ -57,7 +57,7 @@ export const licenseHeadIssues = {
url: 'https://bitbucket.org/ged/ruby-pg', url: 'https://bitbucket.org/ged/ruby-pg',
description: description:
'Pg is the Ruby interface to the {PostgreSQL RDBMS}[http://www.postgresql.org/]', 'Pg is the Ruby interface to the {PostgreSQL RDBMS}[http://www.postgresql.org/]',
pathes: ['.'], paths: ['.'],
}, },
}, },
{ {
...@@ -70,7 +70,7 @@ export const licenseHeadIssues = { ...@@ -70,7 +70,7 @@ export const licenseHeadIssues = {
url: 'http://puma.io', url: 'http://puma.io',
description: description:
'Puma is a simple, fast, threaded, and highly concurrent HTTP 1.1 server for Ruby/Rack applications', 'Puma is a simple, fast, threaded, and highly concurrent HTTP 1.1 server for Ruby/Rack applications',
pathes: ['.'], paths: ['.'],
}, },
}, },
{ {
...@@ -83,7 +83,7 @@ export const licenseHeadIssues = { ...@@ -83,7 +83,7 @@ export const licenseHeadIssues = {
url: 'http://foo.io', url: 'http://foo.io',
description: description:
'Foo is a simple, fast, threaded, and highly concurrent HTTP 1.1 server for Ruby/Rack applications', 'Foo is a simple, fast, threaded, and highly concurrent HTTP 1.1 server for Ruby/Rack applications',
pathes: ['.'], paths: ['.'],
}, },
}, },
{ {
...@@ -95,7 +95,7 @@ export const licenseHeadIssues = { ...@@ -95,7 +95,7 @@ export const licenseHeadIssues = {
name: 'execjs', name: 'execjs',
url: 'https://github.com/rails/execjs', url: 'https://github.com/rails/execjs',
description: 'Run JavaScript code from Ruby', description: 'Run JavaScript code from Ruby',
pathes: ['.'], paths: ['.'],
}, },
}, },
], ],
...@@ -112,35 +112,35 @@ export const licenseReport = [ ...@@ -112,35 +112,35 @@ export const licenseReport = [
url: 'https://bitbucket.org/ged/ruby-pg', url: 'https://bitbucket.org/ged/ruby-pg',
description: description:
'Pg is the Ruby interface to the {PostgreSQL RDBMS}[http://www.postgresql.org/]', 'Pg is the Ruby interface to the {PostgreSQL RDBMS}[http://www.postgresql.org/]',
pathes: ['.'], paths: ['.'],
}, },
{ {
name: 'puma', name: 'puma',
url: 'http://puma.io', url: 'http://puma.io',
description: description:
'Puma is a simple, fast, threaded, and highly concurrent HTTP 1.1 server for Ruby/Rack applications', 'Puma is a simple, fast, threaded, and highly concurrent HTTP 1.1 server for Ruby/Rack applications',
pathes: ['.'], paths: ['.'],
}, },
{ {
name: 'foo', name: 'foo',
url: 'https://bitbucket.org/ged/ruby-pg', url: 'https://bitbucket.org/ged/ruby-pg',
description: description:
'Pg is the Ruby interface to the {PostgreSQL RDBMS}[http://www.postgresql.org/]', 'Pg is the Ruby interface to the {PostgreSQL RDBMS}[http://www.postgresql.org/]',
pathes: ['.'], paths: ['.'],
}, },
{ {
name: 'bar', name: 'bar',
url: 'http://puma.io', url: 'http://puma.io',
description: description:
'Puma is a simple, fast, threaded, and highly concurrent HTTP 1.1 server for Ruby/Rack applications', 'Puma is a simple, fast, threaded, and highly concurrent HTTP 1.1 server for Ruby/Rack applications',
pathes: ['.'], paths: ['.'],
}, },
{ {
name: 'baz', name: 'baz',
url: 'https://bitbucket.org/ged/ruby-pg', url: 'https://bitbucket.org/ged/ruby-pg',
description: description:
'Pg is the Ruby interface to the {PostgreSQL RDBMS}[http://www.postgresql.org/]', 'Pg is the Ruby interface to the {PostgreSQL RDBMS}[http://www.postgresql.org/]',
pathes: ['.'], paths: ['.'],
}, },
], ],
}, },
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment