goodot 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 68a4982d131ccffdf963b588c7d0c27a2fc3e62f
4
+ data.tar.gz: c193067bc11ac19ffba81222559a785d3ccca441
5
+ SHA512:
6
+ metadata.gz: 18f336a3319acc80919d4daadd10ed4cf0bee0adef173fd77b726bea5f9ac376e20ff767f2c19744d1f048c91c044c0ac39c8328601915c4db75bbf1db9180de
7
+ data.tar.gz: 9114d2bd830fcca93e3772e6895260326e8b13b09e971e5176757f9f9089f7ada574e4be05ce3f149668ca0cd32d3c883c6e7f14e5c1ffc478c919bb0158ad7f
@@ -0,0 +1,46 @@
1
+ ### Ruby template
2
+ *.gem
3
+ *.rbc
4
+ /.config
5
+ /coverage/
6
+ /InstalledFiles
7
+ /pkg/
8
+ /spec/reports/
9
+ /spec/examples.txt
10
+ /test/tmp/
11
+ /test/version_tmp/
12
+ /tmp/
13
+
14
+ ## Specific to RubyMotion:
15
+ .dat*
16
+ .repl_history
17
+ build/
18
+
19
+ ## Documentation cache and generated files:
20
+ /.yardoc/
21
+ /_yardoc/
22
+ /doc/
23
+ /rdoc/
24
+
25
+ ## Environment normalisation:
26
+ /.bundle/
27
+ /vendor/bundle
28
+ /lib/bundler/man/
29
+
30
+ # for a library or gem, you might want to ignore these files since the code is
31
+ # intended to run in multiple environments; otherwise, check them in:
32
+ Gemfile.lock
33
+ # .ruby-version
34
+ # .ruby-gemset
35
+
36
+ # unless supporting rvm < 1.11.0 or doing something fancy, ignore this:
37
+ .rvmrc
38
+
39
+ # Created by .ignore support plugin (hsz.mobi)
40
+
41
+ ## Generated deprecations
42
+ deprecations.txt
43
+
44
+ ## Ignore .idea project
45
+ .idea/
46
+
data/.rspec ADDED
@@ -0,0 +1,3 @@
1
+ --color
2
+ --format documentation
3
+ --require spec_helper
@@ -0,0 +1,604 @@
1
+ # goodot
2
+
3
+ As of February 22, 2016 12:08pm. 56 total
4
+
5
+ ## Summary
6
+ * 40 MIT
7
+ * 5 Apache 2.0
8
+ * 4 ruby
9
+ * 2 BSD
10
+ * 1 GNU GPL v2, MIT, Perl Artistic v2
11
+ * 1 GPL-2.0, LGPL-2.1, MPL-1.1, New BSD, Simplified BSD
12
+ * 1 Artistic 2.0, GPL-2, MIT
13
+ * 1 Simplified BSD
14
+ * 1 2-clause BSDL
15
+
16
+
17
+
18
+ ## Items
19
+
20
+
21
+ <a name="ast"></a>
22
+ ### <a href="https://whitequark.github.io/ast/">ast</a> v2.2.0
23
+ #### A library for working with Abstract Syntax Trees.
24
+
25
+ <a href="http://opensource.org/licenses/mit-license">MIT</a> whitelisted
26
+
27
+ A library for working with Abstract Syntax Trees.
28
+
29
+ <a name="aws-sdk"></a>
30
+ ### <a href="http://aws.amazon.com/sdkforruby">aws-sdk</a> v1.66.0
31
+ #### AWS SDK for Ruby V1
32
+
33
+ <a href="http://www.apache.org/licenses/LICENSE-2.0.txt">Apache 2.0</a> manually approved
34
+
35
+ >
36
+
37
+ ><cite> 2016-02-22</cite>
38
+
39
+ Version 1 of the AWS SDK for Ruby. Available as both `aws-sdk` and `aws-sdk-v1`.
40
+ Use `aws-sdk-v1` if you want to load v1 and v2 of the Ruby SDK in the same
41
+ application.
42
+
43
+ <a name="aws-sdk-v1"></a>
44
+ ### <a href="http://aws.amazon.com/sdkforruby">aws-sdk-v1</a> v1.66.0
45
+ #### AWS SDK for Ruby V1
46
+
47
+ <a href="http://www.apache.org/licenses/LICENSE-2.0.txt">Apache 2.0</a> manually approved
48
+
49
+ >
50
+
51
+ ><cite> 2016-02-22</cite>
52
+
53
+ Version 1 of the AWS SDK for Ruby. Available as both `aws-sdk` and `aws-sdk-v1`.
54
+ Use `aws-sdk-v1` if you want to load v1 and v2 of the Ruby SDK in the same
55
+ application.
56
+
57
+ <a name="bundler"></a>
58
+ ### <a href="http://bundler.io">bundler</a> v1.11.2 (development)
59
+ #### The best way to manage your application's dependencies
60
+
61
+ <a href="http://opensource.org/licenses/mit-license">MIT</a> whitelisted
62
+
63
+ Bundler manages an application's dependencies through its entire life, across many machines, systematically and repeatably
64
+
65
+ <a name="coderay"></a>
66
+ ### <a href="http://coderay.rubychan.de">coderay</a> v1.1.0
67
+ #### Fast syntax highlighting for selected languages.
68
+
69
+ <a href="http://opensource.org/licenses/mit-license">MIT</a> whitelisted
70
+
71
+ Fast and easy syntax highlighting for selected languages, written in Ruby. Comes with RedCloth integration and LOC counter.
72
+
73
+ <a name="diff-lcs"></a>
74
+ ### <a href="http://diff-lcs.rubyforge.org/">diff-lcs</a> v1.2.5
75
+ #### Diff::LCS computes the difference between two Enumerable sequences using the McIlroy-Hunt longest common subsequence (LCS) algorithm
76
+
77
+ <a href="http://opensource.org/licenses/mit-license">MIT</a>, Perl Artistic v2, GNU GPL v2 whitelisted
78
+
79
+ Diff::LCS computes the difference between two Enumerable sequences using the
80
+ McIlroy-Hunt longest common subsequence (LCS) algorithm. It includes utilities
81
+ to create a simple HTML diff output format and a standard diff-like tool.
82
+
83
+ This is release 1.2.4, fixing a bug introduced after diff-lcs 1.1.3 that did
84
+ not properly prune common sequences at the beginning of a comparison set.
85
+ Thanks to Paul Kunysch for fixing this issue.
86
+
87
+ Coincident with the release of diff-lcs 1.2.3, we reported an issue with
88
+ Rubinius in 1.9 mode
89
+ ({rubinius/rubinius#2268}[https://github.com/rubinius/rubinius/issues/2268]).
90
+ We are happy to report that this issue has been resolved.
91
+
92
+ <a name="docile"></a>
93
+ ### <a href="https://ms-ati.github.io/docile/">docile</a> v1.1.5
94
+ #### Docile keeps your Ruby DSLs tame and well-behaved
95
+
96
+ <a href="http://opensource.org/licenses/mit-license">MIT</a> whitelisted
97
+
98
+ Docile turns any Ruby object into a DSL. Especially useful with the Builder pattern.
99
+
100
+ <a name="domain_name"></a>
101
+ ### <a href="https://github.com/knu/ruby-domain_name">domain_name</a> v0.5.20160128
102
+ #### Domain Name manipulation library for Ruby
103
+
104
+ <a href="http://opensource.org/licenses/bsd-license">Simplified BSD</a>, <a href="http://opensource.org/licenses/BSD-3-Clause">New BSD</a>, MPL-1.1, GPL-2.0, LGPL-2.1 manually approved
105
+
106
+ >
107
+
108
+ ><cite> 2016-02-22</cite>
109
+
110
+ This is a Domain Name manipulation library for Ruby.
111
+
112
+ It can also be used for cookie domain validation based on the Public
113
+ Suffix List.
114
+
115
+
116
+ <a name="erubis"></a>
117
+ ### <a href="http://www.kuwata-lab.com/erubis/">erubis</a> v2.7.0
118
+ #### a fast and extensible eRuby implementation which supports multi-language
119
+
120
+ <a href="http://opensource.org/licenses/mit-license">MIT</a> whitelisted
121
+
122
+ Erubis is an implementation of eRuby and has the following features:
123
+
124
+ * Very fast, almost three times faster than ERB and about 10% faster than eruby.
125
+ * Multi-language support (Ruby/PHP/C/Java/Scheme/Perl/Javascript)
126
+ * Auto escaping support
127
+ * Auto trimming spaces around '<% %>'
128
+ * Embedded pattern changeable (default '<% %>')
129
+ * Enable to handle Processing Instructions (PI) as embedded pattern (ex. '<?rb ... ?>')
130
+ * Context object available and easy to combine eRuby template with YAML datafile
131
+ * Print statement available
132
+ * Easy to extend and customize in subclass
133
+ * Ruby on Rails support
134
+
135
+
136
+ <a name="faraday"></a>
137
+ ### <a href="https://github.com/lostisland/faraday">faraday</a> v0.9.2
138
+ #### HTTP/REST API client library.
139
+
140
+ <a href="http://opensource.org/licenses/mit-license">MIT</a> whitelisted
141
+
142
+
143
+
144
+ <a name="faraday_middleware"></a>
145
+ ### <a href="https://github.com/lostisland/faraday_middleware">faraday_middleware</a> v0.10.0
146
+ #### Various middleware for Faraday
147
+
148
+ <a href="http://opensource.org/licenses/mit-license">MIT</a> whitelisted
149
+
150
+ Various middleware for Faraday
151
+
152
+ <a name="gli"></a>
153
+ ### <a href="http://davetron5000.github.com/gli">gli</a> v2.13.4
154
+ #### Build command-suite CLI apps that are awesome.
155
+
156
+ <a href="http://www.apache.org/licenses/LICENSE-2.0.txt">Apache 2.0</a> manually approved
157
+
158
+ >
159
+
160
+ ><cite> 2016-02-22</cite>
161
+
162
+ Build command-suite CLI apps that are awesome. Bootstrap your app, add commands, options and documentation while maintaining a well-tested idiomatic command-line app
163
+
164
+ <a name="gooddata"></a>
165
+ ### <a href="http://github.com/gooddata/gooddata-ruby">gooddata</a> v0.6.24
166
+ #### A convenient Ruby wrapper around the GoodData RESTful API
167
+
168
+ <a href="http://en.wikipedia.org/wiki/BSD_licenses#4-clause_license_.28original_.22BSD_License.22.29">BSD</a> whitelisted
169
+
170
+ Use the GoodData::Client class to integrate GoodData into your own application or use the CLI to work with GoodData directly from the command line.
171
+
172
+ <a name="goodot"></a>
173
+ ### goodot v0.0.1 (default)
174
+ #### Goodot is about doing a project in GD in a programmatic way
175
+
176
+ <a href="http://opensource.org/licenses/mit-license">MIT</a> whitelisted
177
+
178
+ Uaa, not right now
179
+
180
+ <a name="hashie"></a>
181
+ ### <a href="https://github.com/intridea/hashie">hashie</a> v3.4.3
182
+ #### Your friendly neighborhood hash library.
183
+
184
+ <a href="http://opensource.org/licenses/mit-license">MIT</a> whitelisted
185
+
186
+ Hashie is a collection of classes and mixins that make hashes more powerful.
187
+
188
+ <a name="highline"></a>
189
+ ### <a href="https://github.com/JEG2/highline">highline</a> v1.7.8
190
+ #### HighLine is a high-level command-line IO library.
191
+
192
+ <a href="http://www.ruby-lang.org/en/LICENSE.txt">ruby</a> manually approved
193
+
194
+ >
195
+
196
+ ><cite> 2016-02-22</cite>
197
+
198
+ A high-level IO library that provides validation, type conversion, and more for
199
+ command-line interfaces. HighLine also includes a complete menu system that can
200
+ crank out anything from simple list selection to complete shells with just
201
+ minutes of work.
202
+
203
+
204
+ <a name="http-cookie"></a>
205
+ ### <a href="https://github.com/sparklemotion/http-cookie">http-cookie</a> v1.0.2
206
+ #### A Ruby library to handle HTTP Cookies based on RFC 6265
207
+
208
+ <a href="http://opensource.org/licenses/mit-license">MIT</a> whitelisted
209
+
210
+ HTTP::Cookie is a Ruby library to handle HTTP Cookies based on RFC 6265. It has with security, standards compliance and compatibility in mind, to behave just the same as today's major web browsers. It has builtin support for the legacy cookies.txt and the latest cookies.sqlite formats of Mozilla Firefox, and its modular API makes it easy to add support for a new backend store.
211
+
212
+ <a name="httparty"></a>
213
+ ### <a href="http://jnunemaker.github.com/httparty">httparty</a> v0.13.7
214
+ #### Makes http fun! Also, makes consuming restful web services dead easy.
215
+
216
+ <a href="http://opensource.org/licenses/mit-license">MIT</a> whitelisted
217
+
218
+ Makes http fun! Also, makes consuming restful web services dead easy.
219
+
220
+ <a name="json"></a>
221
+ ### <a href="http://flori.github.com/json">json</a> v1.8.3
222
+ #### JSON Implementation for Ruby
223
+
224
+ <a href="http://www.ruby-lang.org/en/LICENSE.txt">ruby</a> manually approved
225
+
226
+ >
227
+
228
+ ><cite> 2016-02-22</cite>
229
+
230
+ This is a JSON implementation as a Ruby extension in C.
231
+
232
+ <a name="json_pure"></a>
233
+ ### <a href="http://flori.github.com/json">json_pure</a> v1.8.3
234
+ #### JSON Implementation for Ruby
235
+
236
+ <a href="http://www.ruby-lang.org/en/LICENSE.txt">ruby</a> manually approved
237
+
238
+ >
239
+
240
+ ><cite> 2016-02-22</cite>
241
+
242
+ This is a JSON implementation in pure Ruby.
243
+
244
+ <a name="license_finder"></a>
245
+ ### <a href="https://github.com/pivotal/LicenseFinder">license_finder</a> v2.0.4 (development)
246
+ #### Audit the OSS licenses of your application's dependencies.
247
+
248
+ <a href="http://opensource.org/licenses/mit-license">MIT</a> whitelisted
249
+
250
+ LicenseFinder works with your package managers to find
251
+ dependencies, detect the licenses of the packages in them, compare
252
+ those licenses against a user-defined whitelist, and give you an
253
+ actionable exception report.
254
+
255
+
256
+ <a name="method_source"></a>
257
+ ### <a href="http://banisterfiend.wordpress.com">method_source</a> v0.8.2
258
+ #### retrieve the sourcecode for a method
259
+
260
+ <a href="http://opensource.org/licenses/mit-license">MIT</a> whitelisted
261
+
262
+ retrieve the sourcecode for a method
263
+
264
+ <a name="mime-types"></a>
265
+ ### <a href="https://github.com/mime-types/ruby-mime-types/">mime-types</a> v2.99
266
+ #### The mime-types library provides a library and registry for information about MIME content type definitions
267
+
268
+ <a href="http://opensource.org/licenses/mit-license">MIT</a>, Artistic 2.0, GPL-2 whitelisted
269
+
270
+ The mime-types library provides a library and registry for information about
271
+ MIME content type definitions. It can be used to determine defined filename
272
+ extensions for MIME types, or to use filename extensions to look up the likely
273
+ MIME type definitions.
274
+
275
+ This is release 2.99, the deprecation version of mime-types 2.x, where
276
+ deprecation warnings are noisy and data that has been deprecated is now no
277
+ longer available. The data is both dropped from the data files and is stubbed
278
+ out as empty or +nil+ values as appropriate.
279
+
280
+ mime-types-2.6 was the last version of mime-types 2.x with newly available
281
+ features, and mime-types 2.99 will only receive quarterly updates to the IANA
282
+ registered MIME media types plus any security updates that may be required.
283
+
284
+ If the loss of the deprecated data matters, be sure to set your dependency
285
+ appropriately:
286
+
287
+ gem 'mime-types', '~> 2.6, < 2.99'
288
+
289
+ <a name="mini_portile2"></a>
290
+ ### <a href="http://github.com/flavorjones/mini_portile">mini_portile2</a> v2.0.0
291
+ #### Simplistic port-like solution for developers
292
+
293
+ <a href="http://opensource.org/licenses/mit-license">MIT</a> whitelisted
294
+
295
+ Simplistic port-like solution for developers. It provides a standard and simplified way to compile against dependency libraries without messing up your system.
296
+
297
+ <a name="multi_json"></a>
298
+ ### <a href="http://github.com/intridea/multi_json">multi_json</a> v1.11.2
299
+ #### A common interface to multiple JSON libraries.
300
+
301
+ <a href="http://opensource.org/licenses/mit-license">MIT</a> whitelisted
302
+
303
+ A common interface to multiple JSON libraries, including Oj, Yajl, the JSON gem (with C-extensions), the pure-Ruby JSON gem, NSJSONSerialization, gson.rb, JrJackson, and OkJson.
304
+
305
+ <a name="multi_xml"></a>
306
+ ### <a href="https://github.com/sferik/multi_xml">multi_xml</a> v0.5.5
307
+ #### A generic swappable back-end for XML parsing
308
+
309
+ <a href="http://opensource.org/licenses/mit-license">MIT</a> whitelisted
310
+
311
+ Provides swappable XML backends utilizing LibXML, Nokogiri, Ox, or REXML.
312
+
313
+ <a name="multipart-post"></a>
314
+ ### <a href="https://github.com/nicksieger/multipart-post">multipart-post</a> v2.0.0
315
+ #### A multipart form post accessory for Net::HTTP.
316
+
317
+ <a href="http://opensource.org/licenses/mit-license">MIT</a> whitelisted
318
+
319
+ Use with Net::HTTP to do multipart form posts. IO values that have #content_type, #original_filename, and #local_path will be posted as a binary file.
320
+
321
+ <a name="netrc"></a>
322
+ ### <a href="https://github.com/geemus/netrc">netrc</a> v0.11.0
323
+ #### Library to read and write netrc files.
324
+
325
+ <a href="http://opensource.org/licenses/mit-license">MIT</a> whitelisted
326
+
327
+ This library can read and update netrc files, preserving formatting including comments and whitespace.
328
+
329
+ <a name="nokogiri"></a>
330
+ ### <a href="http://nokogiri.org">nokogiri</a> v1.6.7.2
331
+ #### Nokogiri (鋸) is an HTML, XML, SAX, and Reader parser
332
+
333
+ <a href="http://opensource.org/licenses/mit-license">MIT</a> whitelisted
334
+
335
+ Nokogiri (鋸) is an HTML, XML, SAX, and Reader parser. Among
336
+ Nokogiri's many features is the ability to search documents via XPath
337
+ or CSS3 selectors.
338
+
339
+ XML is like violence - if it doesn’t solve your problems, you are not
340
+ using enough of it.
341
+
342
+ <a name="parseconfig"></a>
343
+ ### <a href="http://github.com/datafolklabs/ruby-parseconfig/">parseconfig</a> v1.0.8
344
+ #### Config File Parser for Standard Unix/Linux Type Config Files
345
+
346
+ <a href="http://opensource.org/licenses/mit-license">MIT</a> whitelisted
347
+
348
+ ParseConfig provides simple parsing of standard configuration files in the form of 'param = value'. It also supports nested [group] sections.
349
+
350
+ <a name="parser"></a>
351
+ ### <a href="https://github.com/whitequark/parser">parser</a> v2.3.0.2
352
+ #### A Ruby parser written in pure Ruby.
353
+
354
+ <a href="http://opensource.org/licenses/mit-license">MIT</a> whitelisted
355
+
356
+ A Ruby parser written in pure Ruby.
357
+
358
+ <a name="pmap"></a>
359
+ ### <a href="https://github.com/bruceadams/pmap">pmap</a> v1.1.1
360
+ #### Add parallel methods into Enumerable: pmap and peach
361
+
362
+ <a href="http://www.apache.org/licenses/LICENSE-2.0.txt">Apache 2.0</a> manually approved
363
+
364
+ >
365
+
366
+ ><cite> 2016-02-22</cite>
367
+
368
+ Add parallel methods into Enumerable: pmap and peach
369
+
370
+ <a name="powerpack"></a>
371
+ ### <a href="https://github.com/bbatsov/powerpack">powerpack</a> v0.1.1
372
+ #### A few useful extensions to core Ruby classes.
373
+
374
+ <a href="http://opensource.org/licenses/mit-license">MIT</a> whitelisted
375
+
376
+ A few useful extensions to core Ruby classes.
377
+
378
+ <a name="pry"></a>
379
+ ### <a href="http://pry.github.com">pry</a> v0.9.12.6
380
+ #### An IRB alternative and runtime developer console
381
+
382
+ <a href="http://opensource.org/licenses/mit-license">MIT</a> whitelisted
383
+
384
+ An IRB alternative and runtime developer console
385
+
386
+ <a name="rainbow"></a>
387
+ ### <a href="https://github.com/sickill/rainbow">rainbow</a> v2.1.0
388
+ #### Colorize printed text on ANSI terminals
389
+
390
+ <a href="http://opensource.org/licenses/mit-license">MIT</a> whitelisted
391
+
392
+ Colorize printed text on ANSI terminals
393
+
394
+ <a name="rake"></a>
395
+ ### <a href="https://github.com/ruby/rake">rake</a> v10.5.0 (development)
396
+ #### Rake is a Make-like program implemented in Ruby
397
+
398
+ <a href="http://opensource.org/licenses/mit-license">MIT</a> whitelisted
399
+
400
+ Rake is a Make-like program implemented in Ruby. Tasks and dependencies are
401
+ specified in standard Ruby syntax.
402
+
403
+ Rake has the following features:
404
+
405
+ * Rakefiles (rake's version of Makefiles) are completely defined in
406
+ standard Ruby syntax. No XML files to edit. No quirky Makefile
407
+ syntax to worry about (is that a tab or a space?)
408
+
409
+ * Users can specify tasks with prerequisites.
410
+
411
+ * Rake supports rule patterns to synthesize implicit tasks.
412
+
413
+ * Flexible FileLists that act like arrays but know about manipulating
414
+ file names and paths.
415
+
416
+ * A library of prepackaged tasks to make building rakefiles easier. For example,
417
+ tasks for building tarballs and publishing to FTP or SSH sites. (Formerly
418
+ tasks for building RDoc and Gems were included in rake but they're now
419
+ available in RDoc and RubyGems respectively.)
420
+
421
+ * Supports parallel execution of tasks.
422
+
423
+ <a name="rest-client"></a>
424
+ ### <a href="https://github.com/rest-client/rest-client">rest-client</a> v1.8.0
425
+ #### Simple HTTP and REST client for Ruby, inspired by microframework syntax for specifying actions.
426
+
427
+ <a href="http://opensource.org/licenses/mit-license">MIT</a> whitelisted
428
+
429
+ A simple HTTP and REST client for Ruby, inspired by the Sinatra microframework style of specifying actions: get, put, post, delete.
430
+
431
+ <a name="restforce"></a>
432
+ ### <a href="https://github.com/ejholmes/restforce">restforce</a> v2.1.2
433
+ #### A lightweight ruby client for the Salesforce REST API.
434
+
435
+ <a href="http://opensource.org/licenses/mit-license">MIT</a> whitelisted
436
+
437
+ A lightweight ruby client for the Salesforce REST API.
438
+
439
+ <a name="rspec"></a>
440
+ ### <a href="http://github.com/rspec">rspec</a> v3.4.0 (development)
441
+ #### rspec-3.4.0
442
+
443
+ <a href="http://opensource.org/licenses/mit-license">MIT</a> whitelisted
444
+
445
+ BDD for Ruby
446
+
447
+ <a name="rspec-core"></a>
448
+ ### <a href="http://github.com/rspec/rspec-core">rspec-core</a> v3.4.2
449
+ #### rspec-core-3.4.2
450
+
451
+ <a href="http://opensource.org/licenses/mit-license">MIT</a> whitelisted
452
+
453
+ BDD for Ruby. RSpec runner and example groups.
454
+
455
+ <a name="rspec-expectations"></a>
456
+ ### <a href="http://github.com/rspec/rspec-expectations">rspec-expectations</a> v3.4.0
457
+ #### rspec-expectations-3.4.0
458
+
459
+ <a href="http://opensource.org/licenses/mit-license">MIT</a> whitelisted
460
+
461
+ rspec-expectations provides a simple, readable API to express expected outcomes of a code example.
462
+
463
+ <a name="rspec-mocks"></a>
464
+ ### <a href="http://github.com/rspec/rspec-mocks">rspec-mocks</a> v3.4.1
465
+ #### rspec-mocks-3.4.1
466
+
467
+ <a href="http://opensource.org/licenses/mit-license">MIT</a> whitelisted
468
+
469
+ RSpec's 'test double' framework, with support for stubbing and mocking
470
+
471
+ <a name="rspec-support"></a>
472
+ ### <a href="https://github.com/rspec/rspec-support">rspec-support</a> v3.4.1
473
+ #### rspec-support-3.4.1
474
+
475
+ <a href="http://opensource.org/licenses/mit-license">MIT</a> whitelisted
476
+
477
+ Support utilities for RSpec gems
478
+
479
+ <a name="rubocop"></a>
480
+ ### <a href="http://github.com/bbatsov/rubocop">rubocop</a> v0.36.0 (development)
481
+ #### Automatic Ruby code style checking tool.
482
+
483
+ <a href="http://opensource.org/licenses/mit-license">MIT</a> whitelisted
484
+
485
+ Automatic Ruby code style checking tool.
486
+ Aims to enforce the community-driven Ruby Style Guide.
487
+
488
+
489
+ <a name="ruby-progressbar"></a>
490
+ ### <a href="https://github.com/jfelchner/ruby-progressbar">ruby-progressbar</a> v1.7.5
491
+ #### Ruby/ProgressBar is a flexible text progress bar library for Ruby.
492
+
493
+ <a href="http://opensource.org/licenses/mit-license">MIT</a> whitelisted
494
+
495
+ Ruby/ProgressBar is an extremely flexible text progress bar library for Ruby.
496
+ The output can be customized with a flexible formatting system including:
497
+ percentage, bars of various formats, elapsed time and estimated time remaining.
498
+
499
+
500
+ <a name="rubyzip"></a>
501
+ ### <a href="http://github.com/rubyzip/rubyzip">rubyzip</a> v1.1.7
502
+ #### rubyzip is a ruby module for reading and writing zip files
503
+
504
+ <a href="http://opensource.org/licenses/bsd-license">Simplified BSD</a> manually approved
505
+
506
+ >
507
+
508
+ ><cite> 2016-02-22</cite>
509
+
510
+
511
+
512
+ <a name="salesforce_bulk_query"></a>
513
+ ### <a href="https://github.com/cvengros/salesforce_bulk_query">salesforce_bulk_query</a> v0.2.0
514
+ #### Downloading data from Salesforce Bulk API made easy and scalable.
515
+
516
+ <a href="http://en.wikipedia.org/wiki/BSD_licenses#4-clause_license_.28original_.22BSD_License.22.29">BSD</a> whitelisted
517
+
518
+ A library for downloading data from Salesforce Bulk API. We only focus on querying, other operations of the API aren't supported. Designed to handle a lot of data.
519
+
520
+ <a name="simplecov"></a>
521
+ ### <a href="http://github.com/colszowka/simplecov">simplecov</a> v0.11.1 (development)
522
+ #### Code coverage for Ruby 1.9+ with a powerful configuration library and automatic merging of coverage across test suites
523
+
524
+ <a href="http://opensource.org/licenses/mit-license">MIT</a> whitelisted
525
+
526
+ Code coverage for Ruby 1.9+ with a powerful configuration library and automatic merging of coverage across test suites
527
+
528
+ <a name="simplecov-html"></a>
529
+ ### <a href="https://github.com/colszowka/simplecov-html">simplecov-html</a> v0.10.0
530
+ #### Default HTML formatter for SimpleCov code coverage tool for ruby 1.9+
531
+
532
+ <a href="http://opensource.org/licenses/mit-license">MIT</a> whitelisted
533
+
534
+ Default HTML formatter for SimpleCov code coverage tool for ruby 1.9+
535
+
536
+ <a name="slop"></a>
537
+ ### <a href="http://github.com/leejarvis/slop">slop</a> v3.6.0
538
+ #### Simple Lightweight Option Parsing
539
+
540
+ <a href="http://opensource.org/licenses/mit-license">MIT</a> whitelisted
541
+
542
+ A simple DSL for gathering options and parsing the command line
543
+
544
+ <a name="terminal-table"></a>
545
+ ### <a href="https://github.com/tj/terminal-table">terminal-table</a> v1.5.2
546
+ #### Simple, feature rich ascii table generation library
547
+
548
+ <a href="http://opensource.org/licenses/mit-license">MIT</a> whitelisted
549
+
550
+
551
+
552
+ <a name="thor"></a>
553
+ ### <a href="http://whatisthor.com/">thor</a> v0.19.1
554
+ #### Thor is a toolkit for building powerful command-line interfaces.
555
+
556
+ <a href="http://opensource.org/licenses/mit-license">MIT</a> whitelisted
557
+
558
+ Thor is a toolkit for building powerful command-line interfaces.
559
+
560
+ <a name="thread_safe"></a>
561
+ ### <a href="https://github.com/ruby-concurrency/thread_safe">thread_safe</a> v0.3.5
562
+ #### A collection of data structures and utilities to make thread-safe programming in Ruby easier
563
+
564
+ <a href="http://www.apache.org/licenses/LICENSE-2.0.txt">Apache 2.0</a> manually approved
565
+
566
+ >
567
+
568
+ ><cite> 2016-02-22</cite>
569
+
570
+ Thread-safe collections and utilities for Ruby
571
+
572
+ <a name="unf"></a>
573
+ ### <a href="https://github.com/knu/ruby-unf">unf</a> v0.1.4
574
+ #### A wrapper library to bring Unicode Normalization Form support to Ruby/JRuby
575
+
576
+ 2-clause BSDL manually approved
577
+
578
+ >
579
+
580
+ ><cite> 2016-02-22</cite>
581
+
582
+ This is a wrapper library to bring Unicode Normalization Form support
583
+ to Ruby/JRuby.
584
+
585
+
586
+ <a name="unf_ext"></a>
587
+ ### <a href="https://github.com/knu/ruby-unf_ext">unf_ext</a> v0.0.7.1
588
+ #### Unicode Normalization Form support library for CRuby
589
+
590
+ <a href="http://opensource.org/licenses/mit-license">MIT</a> whitelisted
591
+
592
+ Unicode Normalization Form support library for CRuby
593
+
594
+ <a name="xml-simple"></a>
595
+ ### <a href="https://github.com/maik/xml-simple">xml-simple</a> v1.1.5
596
+ #### A simple API for XML processing.
597
+
598
+ <a href="http://www.ruby-lang.org/en/LICENSE.txt">ruby</a> manually approved
599
+
600
+ >
601
+
602
+ ><cite> 2016-02-22</cite>
603
+
604
+