middleman-presentation 0.15.8 → 0.16.0.beta

Sign up to get free protection for your applications and to get access to all the features.
Files changed (146) hide show
  1. checksums.yaml +4 -4
  2. data/.rubocop.yml +31 -4
  3. data/Rakefile +8 -3
  4. data/bin/middleman-presentation +9 -1
  5. data/bin/mp +9 -1
  6. data/lib/middleman-presentation.rb +1 -71
  7. data/middleman-presentation.gemspec +7 -20
  8. metadata +14 -357
  9. data/.gitignore +0 -33
  10. data/.rdebugrc +0 -7
  11. data/.rspec +0 -5
  12. data/.simplecov +0 -8
  13. data/.travis.yml +0 -8
  14. data/.yardopts +0 -5
  15. data/CONTRIBUTING.md +0 -44
  16. data/Gemfile +0 -49
  17. data/Gemfile.lock +0 -328
  18. data/Guardfile +0 -13
  19. data/LICENSE.software +0 -21
  20. data/README.md +0 -608
  21. data/RELEASE_NOTES.md +0 -36
  22. data/config/license_finder.yml +0 -13
  23. data/config/rubocop/exclude.yml +0 -25
  24. data/config/rubocop/include.yml +0 -142
  25. data/cucumber.yml +0 -2
  26. data/doc/licenses/dependencies.csv +0 -55
  27. data/doc/licenses/dependencies.db +0 -0
  28. data/doc/licenses/dependencies.html +0 -1415
  29. data/doc/licenses/dependencies.md +0 -603
  30. data/doc/licenses/dependencies_detailed.csv +0 -190
  31. data/features/create_presentation-cli.feature +0 -312
  32. data/features/create_theme-cli.feature +0 -62
  33. data/features/grouping_slides.feature +0 -116
  34. data/features/ignore_slides.feature +0 -86
  35. data/features/image_gallery.feature +0 -58
  36. data/features/init_application-cli.feature +0 -91
  37. data/features/init_predefined_slides.feature +0 -13
  38. data/features/presentation.feature +0 -113
  39. data/features/show_config-cli.feature +0 -27
  40. data/features/show_style-cli.feature +0 -21
  41. data/features/show_support_information-cli.feature +0 -12
  42. data/features/slide-cli.feature +0 -311
  43. data/features/step_definitions.rb +0 -135
  44. data/features/support/ci.rb +0 -3
  45. data/features/support/env.rb +0 -19
  46. data/features/support/reporting.rb +0 -2
  47. data/features/version_number.feature +0 -18
  48. data/fixtures/images/image01.png +0 -0
  49. data/fixtures/images/image02.png +0 -0
  50. data/lib/middleman-presentation/cli/create.rb +0 -14
  51. data/lib/middleman-presentation/cli/create_presentation.rb +0 -308
  52. data/lib/middleman-presentation/cli/create_theme.rb +0 -77
  53. data/lib/middleman-presentation/cli/init.rb +0 -34
  54. data/lib/middleman-presentation/cli/reset_thor.rb +0 -18
  55. data/lib/middleman-presentation/cli/runner.rb +0 -18
  56. data/lib/middleman-presentation/cli/show.rb +0 -37
  57. data/lib/middleman-presentation/commands/presentation.rb +0 -23
  58. data/lib/middleman-presentation/commands/slide.rb +0 -86
  59. data/lib/middleman-presentation/commands/style.rb +0 -29
  60. data/lib/middleman-presentation/comparable_slide.rb +0 -69
  61. data/lib/middleman-presentation/css_class_extracter.rb +0 -41
  62. data/lib/middleman-presentation/custom_template.rb +0 -11
  63. data/lib/middleman-presentation/erb_template.rb +0 -11
  64. data/lib/middleman-presentation/existing_slide.rb +0 -133
  65. data/lib/middleman-presentation/extension.rb +0 -12
  66. data/lib/middleman-presentation/file_extensions.rb +0 -60
  67. data/lib/middleman-presentation/frontend_component.rb +0 -82
  68. data/lib/middleman-presentation/group_template.rb +0 -11
  69. data/lib/middleman-presentation/helpers.rb +0 -11
  70. data/lib/middleman-presentation/helpers/images.rb +0 -38
  71. data/lib/middleman-presentation/helpers/slides.rb +0 -31
  72. data/lib/middleman-presentation/helpers/tests.rb +0 -13
  73. data/lib/middleman-presentation/ignore_file.rb +0 -52
  74. data/lib/middleman-presentation/liquid_template.rb +0 -11
  75. data/lib/middleman-presentation/logger.rb +0 -8
  76. data/lib/middleman-presentation/main.rb +0 -40
  77. data/lib/middleman-presentation/markdown_template.rb +0 -11
  78. data/lib/middleman-presentation/new_slide.rb +0 -145
  79. data/lib/middleman-presentation/predefined_slide_templates_directory.rb +0 -11
  80. data/lib/middleman-presentation/presentation_config.rb +0 -48
  81. data/lib/middleman-presentation/slide_group.rb +0 -38
  82. data/lib/middleman-presentation/slide_list.rb +0 -46
  83. data/lib/middleman-presentation/transformers/file_keeper.rb +0 -13
  84. data/lib/middleman-presentation/transformers/group_slides.rb +0 -34
  85. data/lib/middleman-presentation/transformers/ignore_slides.rb +0 -28
  86. data/lib/middleman-presentation/transformers/remove_duplicate_slides.rb +0 -32
  87. data/lib/middleman-presentation/transformers/sort_slides.rb +0 -13
  88. data/lib/middleman-presentation/version.rb +0 -8
  89. data/locales/de.yml +0 -9
  90. data/locales/en.yml +0 -18
  91. data/script/bootstrap +0 -11
  92. data/script/ci +0 -3
  93. data/spec/css_class_extracter_spec.rb +0 -28
  94. data/spec/existing_slide_spec.rb +0 -158
  95. data/spec/frontend_resource_spec.rb +0 -87
  96. data/spec/ignore_file_spec.rb +0 -74
  97. data/spec/new_slide_spec.rb +0 -136
  98. data/spec/shared_examples/.keep +0 -0
  99. data/spec/slide_group_spec.rb +0 -69
  100. data/spec/slide_list_spec.rb +0 -90
  101. data/spec/spec_helper.rb +0 -19
  102. data/spec/support/ci.rb +0 -20
  103. data/spec/support/environment.rb +0 -18
  104. data/spec/support/filesystem.rb +0 -22
  105. data/spec/support/reporting.rb +0 -2
  106. data/spec/support/rspec.rb +0 -9
  107. data/spec/support/string.rb +0 -2
  108. data/spec/transformers/file_keeper_spec.rb +0 -23
  109. data/spec/transformers/group_slides_spec.rb +0 -44
  110. data/spec/transformers/ignore_slides_spec.rb +0 -64
  111. data/spec/transformers/remove_duplicate_slides_spec.rb +0 -120
  112. data/spec/transformers/sort_slides_spec.rb +0 -17
  113. data/templates/.bowerrc.tt +0 -4
  114. data/templates/.gitignore +0 -5
  115. data/templates/LICENSE.presentation +0 -1
  116. data/templates/Rakefile +0 -59
  117. data/templates/bower.json.tt +0 -8
  118. data/templates/config.yaml.tt +0 -41
  119. data/templates/data/config.yml.tt +0 -9
  120. data/templates/data/metadata.yml.tt +0 -77
  121. data/templates/predefined_slides.d/00.html.erb.tt +0 -23
  122. data/templates/predefined_slides.d/999980.html.erb.tt +0 -4
  123. data/templates/predefined_slides.d/999981.html.erb.tt +0 -21
  124. data/templates/predefined_slides.d/999982.html.erb.tt +0 -3
  125. data/templates/presentation_theme/bower.json.tt +0 -20
  126. data/templates/presentation_theme/images/.keep +0 -0
  127. data/templates/presentation_theme/javascripts/%theme_name%.js.tt +0 -0
  128. data/templates/presentation_theme/stylesheets/%theme_name%.scss.tt +0 -9
  129. data/templates/presentation_theme/stylesheets/_fonts.scss.tt +0 -0
  130. data/templates/presentation_theme/stylesheets/_images.scss.tt +0 -5
  131. data/templates/presentation_theme/stylesheets/_theme.scss.tt +0 -251
  132. data/templates/script/bootstrap +0 -5
  133. data/templates/script/build +0 -3
  134. data/templates/script/export +0 -34
  135. data/templates/script/presentation +0 -3
  136. data/templates/script/slide +0 -3
  137. data/templates/script/start +0 -43
  138. data/templates/slides/custom.md.tt +0 -3
  139. data/templates/slides/erb.tt +0 -5
  140. data/templates/slides/group.tt +0 -3
  141. data/templates/slides/liquid.tt +0 -5
  142. data/templates/slides/markdown.tt +0 -3
  143. data/templates/source/index.html.erb +0 -1
  144. data/templates/source/javascripts/application.js.tt +0 -3
  145. data/templates/source/layout.erb +0 -89
  146. data/templates/source/stylesheets/application.scss.tt +0 -3
@@ -1,603 +0,0 @@
1
- # middleman-presentation
2
-
3
- As of August 13, 2014 11:23am. 55 total
4
-
5
- ## Summary
6
- * 48 MIT
7
- * 3 Apache 2.0
8
- * 2 ruby
9
- * 1 ISC
10
- * 1 BSD
11
-
12
-
13
-
14
- ## Items
15
-
16
-
17
- <a name="activesupport"></a>
18
- ### <a href="http://www.rubyonrails.org">activesupport</a> v4.1.4 (development, test)
19
- #### A toolkit of support libraries and Ruby core extensions extracted from the Rails framework.
20
-
21
- <a href="http://opensource.org/licenses/mit-license">MIT</a> whitelisted
22
-
23
- A toolkit of support libraries and Ruby core extensions extracted from the Rails framework. Rich support for multibyte strings, internationalization, time zones, and testing.
24
-
25
- <a name="addressable"></a>
26
- ### <a href="http://addressable.rubyforge.org/">addressable</a> v2.3.6
27
- #### URI Implementation
28
-
29
- <a href="http://www.apache.org/licenses/LICENSE-2.0.txt">Apache 2.0</a> whitelisted
30
-
31
- Addressable is a replacement for the URI implementation that is part of
32
- Ruby's standard library. It more closely conforms to the relevant RFCs and
33
- adds support for IRIs and URI templates.
34
-
35
-
36
- <a name="bundler"></a>
37
- ### <a href="http://bundler.io">bundler</a> v1.6.5 (development, test)
38
- #### The best way to manage your application's dependencies
39
-
40
- <a href="http://opensource.org/licenses/mit-license">MIT</a> whitelisted
41
-
42
- Bundler manages an application's dependencies through its entire life, across many machines, systematically and repeatably
43
-
44
- <a name="celluloid"></a>
45
- ### <a href="https://github.com/celluloid/celluloid">celluloid</a> v0.15.2
46
- #### Actor-based concurrent object framework for Ruby
47
-
48
- <a href="http://opensource.org/licenses/mit-license">MIT</a> whitelisted
49
-
50
- Celluloid enables people to build concurrent programs out of concurrent objects just as easily as they build sequential programs out of sequential objects
51
-
52
- <a name="chunky_png"></a>
53
- ### <a href="http://wiki.github.com/wvanbergen/chunky_png">chunky_png</a> v1.3.1
54
- #### Pure ruby library for read/write, chunk-level access to PNG files
55
-
56
- <a href="http://opensource.org/licenses/mit-license">MIT</a> whitelisted
57
-
58
- This pure Ruby library can read and write PNG images without depending on an external
59
- image library, like RMagick. It tries to be memory efficient and reasonably fast.
60
-
61
- It supports reading and writing all PNG variants that are defined in the specification,
62
- with one limitation: only 8-bit color depth is supported. It supports all transparency,
63
- interlacing and filtering options the PNG specifications allows. It can also read and
64
- write textual metadata from PNG files. Low-level read/write access to PNG chunks is
65
- also possible.
66
-
67
- This library supports simple drawing on the image canvas and simple operations like
68
- alpha composition and cropping. Finally, it can import from and export to RMagick for
69
- interoperability.
70
-
71
- Also, have a look at OilyPNG at http://github.com/wvanbergen/oily_png. OilyPNG is a
72
- drop in mixin module that implements some of the ChunkyPNG algorithms in C, which
73
- provides a massive speed boost to encoding and decoding.
74
-
75
-
76
- <a name="coffee-script"></a>
77
- ### <a href="http://github.com/josh/ruby-coffee-script">coffee-script</a> v2.3.0
78
- #### Ruby CoffeeScript Compiler
79
-
80
- <a href="http://opensource.org/licenses/mit-license">MIT</a> whitelisted
81
-
82
- Ruby CoffeeScript is a bridge to the JS CoffeeScript compiler.
83
-
84
-
85
- <a name="coffee-script-source"></a>
86
- ### <a href="http://jashkenas.github.com/coffee-script/">coffee-script-source</a> v1.7.1
87
- #### The CoffeeScript Compiler
88
-
89
- <a href="http://opensource.org/licenses/mit-license">MIT</a> whitelisted
90
-
91
- CoffeeScript is a little language that compiles into JavaScript.
92
- Underneath all of those embarrassing braces and semicolons,
93
- JavaScript has always had a gorgeous object model at its heart.
94
- CoffeeScript is an attempt to expose the good parts of JavaScript
95
- in a simple way.
96
-
97
-
98
- <a name="compass"></a>
99
- ### <a href="http://compass-style.org">compass</a> v0.12.7
100
- #### A Real Stylesheet Framework
101
-
102
- <a href="http://opensource.org/licenses/mit-license">MIT</a> whitelisted
103
-
104
- Compass is a Sass-based Stylesheet Framework that streamlines the creation and maintenance of CSS.
105
-
106
- <a name="compass-import-once"></a>
107
- ### <a href="https://github.com/chriseppstein/compass/tree/master/import-once">compass-import-once</a> v1.0.4
108
- #### Speed up your Sass compilation by making @import only import each file once.
109
-
110
- <a href="http://opensource.org/licenses/mit-license">MIT</a> whitelisted
111
-
112
- Changes the behavior of Sass's @import directive to only import a file once.
113
-
114
- <a name="em-websocket"></a>
115
- ### <a href="http://github.com/igrigorik/em-websocket">em-websocket</a> v0.5.1
116
- #### EventMachine based WebSocket server
117
-
118
- <a href="http://opensource.org/licenses/mit-license">MIT</a> whitelisted
119
-
120
- EventMachine based WebSocket server
121
-
122
- <a name="erubis"></a>
123
- ### <a href="http://www.kuwata-lab.com/erubis/">erubis</a> v2.7.0 (development, test)
124
- #### a fast and extensible eRuby implementation which supports multi-language
125
-
126
- <a href="http://opensource.org/licenses/mit-license">MIT</a> whitelisted
127
-
128
- Erubis is an implementation of eRuby and has the following features:
129
-
130
- * Very fast, almost three times faster than ERB and about 10% faster than eruby.
131
- * Multi-language support (Ruby/PHP/C/Java/Scheme/Perl/Javascript)
132
- * Auto escaping support
133
- * Auto trimming spaces around '<% %>'
134
- * Embedded pattern changeable (default '<% %>')
135
- * Enable to handle Processing Instructions (PI) as embedded pattern (ex. '<?rb ... ?>')
136
- * Context object available and easy to combine eRuby template with YAML datafile
137
- * Print statement available
138
- * Easy to extend and customize in subclass
139
- * Ruby on Rails support
140
-
141
-
142
- <a name="eventmachine"></a>
143
- ### <a href="http://rubyeventmachine.com">eventmachine</a> v1.0.3
144
- #### Ruby/EventMachine library
145
-
146
- <a href="http://www.ruby-lang.org/en/LICENSE.txt">ruby</a> whitelisted
147
-
148
- EventMachine implements a fast, single-threaded engine for arbitrary network
149
- communications. It's extremely easy to use in Ruby. EventMachine wraps all
150
- interactions with IP sockets, allowing programs to concentrate on the
151
- implementation of network protocols. It can be used to create both network
152
- servers and clients. To create a server or client, a Ruby program only needs
153
- to specify the IP address and port, and provide a Module that implements the
154
- communications protocol. Implementations of several standard network protocols
155
- are provided with the package, primarily to serve as examples. The real goal
156
- of EventMachine is to enable programs to easily interface with other programs
157
- using TCP/IP, especially if custom protocols are required.
158
-
159
- <a name="execjs"></a>
160
- ### <a href="https://github.com/sstephenson/execjs">execjs</a> v2.2.1
161
- #### Run JavaScript code from Ruby
162
-
163
- <a href="http://opensource.org/licenses/mit-license">MIT</a> whitelisted
164
-
165
- ExecJS lets you run JavaScript code from Ruby.
166
-
167
- <a name="facter"></a>
168
- ### <a href="https://github.com/puppetlabs/facter">facter</a> v2.1.0
169
- #### Facter, a system inventory tool
170
-
171
- <a href="http://www.apache.org/licenses/LICENSE-2.0.txt">Apache 2.0</a> manually approved
172
-
173
- >
174
-
175
- ><cite> 2014-08-13</cite>
176
-
177
- You can prove anything with facts!
178
-
179
- <a name="fedux_org-stdlib"></a>
180
- ### fedux_org-stdlib v0.6.50
181
- #### Collection of useful libraries. It maybe depend on external libraries.
182
-
183
- <a href="http://opensource.org/licenses/mit-license">MIT</a> whitelisted
184
-
185
-
186
- <a name="ffi"></a>
187
- ### <a href="http://wiki.github.com/ffi/ffi">ffi</a> v1.9.3
188
- #### Ruby FFI
189
-
190
- <a href="http://en.wikipedia.org/wiki/BSD_licenses#4-clause_license_.28original_.22BSD_License.22.29">BSD</a> whitelisted
191
-
192
- Ruby FFI library
193
-
194
- <a name="fssm"></a>
195
- ### <a href="https://github.com/ttilley/fssm">fssm</a> v0.2.10
196
- #### File System State Monitor
197
-
198
- <a href="http://opensource.org/licenses/mit-license">MIT</a> whitelisted
199
-
200
- The File System State Monitor keeps track of the state of any number of paths and will fire events when said state changes (create/update/delete). FSSM supports using FSEvents on MacOS, Inotify on GNU/Linux, and polling anywhere else.
201
-
202
- <a name="haml"></a>
203
- ### <a href="http://haml.info/">haml</a> v4.0.5
204
- #### An elegant, structured (X)HTML/XML templating engine.
205
-
206
- <a href="http://opensource.org/licenses/mit-license">MIT</a> whitelisted
207
-
208
- Haml (HTML Abstraction Markup Language) is a layer on top of HTML or XML that's
209
- designed to express the structure of documents in a non-repetitive, elegant, and
210
- easy way by using indentation rather than closing tags and allowing Ruby to be
211
- embedded with ease. It was originally envisioned as a plugin for Ruby on Rails,
212
- but it can function as a stand-alone templating engine.
213
-
214
-
215
- <a name="hike"></a>
216
- ### <a href="http://github.com/sstephenson/hike">hike</a> v1.2.3
217
- #### Find files in a set of paths
218
-
219
- <a href="http://opensource.org/licenses/mit-license">MIT</a> whitelisted
220
-
221
- A Ruby library for finding files in a set of paths.
222
-
223
- <a name="hooks"></a>
224
- ### <a href="http://nicksda.apotomo.de/2010/09/hooks-and-callbacks-for-ruby-but-simple/">hooks</a> v0.4.0
225
- #### Generic hooks with callbacks for Ruby.
226
-
227
- <a href="http://opensource.org/licenses/mit-license">MIT</a> whitelisted
228
-
229
- Declaratively define hooks, add callbacks and run them with the options you like.
230
-
231
- <a name="http_parser.rb"></a>
232
- ### <a href="http://github.com/tmm1/http_parser.rb">http_parser.rb</a> v0.6.0
233
- #### Simple callback-based HTTP request/response parser
234
-
235
- <a href="http://opensource.org/licenses/mit-license">MIT</a> whitelisted
236
-
237
- Ruby bindings to http://github.com/ry/http-parser and http://github.com/a2800276/http-parser.java
238
-
239
- <a name="i18n"></a>
240
- ### <a href="http://github.com/svenfuchs/i18n">i18n</a> v0.6.11
241
- #### New wave Internationalization support for Ruby
242
-
243
- <a href="http://opensource.org/licenses/mit-license">MIT</a> whitelisted
244
-
245
- New wave Internationalization support for Ruby.
246
-
247
- <a name="json"></a>
248
- ### json v1.8.1
249
- #### This json is bundled with Ruby
250
-
251
- <a href="http://www.ruby-lang.org/en/LICENSE.txt">ruby</a> whitelisted
252
-
253
-
254
- <a name="kramdown"></a>
255
- ### <a href="http://kramdown.gettalong.org">kramdown</a> v1.4.1
256
- #### kramdown is a fast, pure-Ruby Markdown-superset converter.
257
-
258
- <a href="http://opensource.org/licenses/mit-license">MIT</a> whitelisted
259
-
260
- kramdown is yet-another-markdown-parser but fast, pure Ruby,
261
- using a strict syntax definition and supporting several common extensions.
262
-
263
-
264
- <a name="launchy"></a>
265
- ### <a href="http://github.com/copiousfreetime/launchy">launchy</a> v2.4.2
266
- #### Launchy is helper class for launching cross-platform applications in a fire and forget manner.
267
-
268
- <a href="http://en.wikipedia.org/wiki/ISC_license">ISC</a> manually approved
269
-
270
- >
271
-
272
- ><cite> 2014-07-30</cite>
273
-
274
- Launchy is helper class for launching cross-platform applications in a fire and forget manner. There are application concepts (browser, email client, etc) that are common across all platforms, and they may be launched differently on each platform. Launchy is here to make a common approach to launching external application from within ruby programs.
275
-
276
- <a name="liquid"></a>
277
- ### <a href="http://www.liquidmarkup.org">liquid</a> v2.6.1
278
- #### A secure, non-evaling end user template engine with aesthetic markup.
279
-
280
- <a href="http://opensource.org/licenses/mit-license">MIT</a> whitelisted
281
-
282
-
283
- <a name="listen"></a>
284
- ### <a href="https://github.com/guard/listen">listen</a> v2.7.9
285
- #### Listen to file modifications
286
-
287
- <a href="http://opensource.org/licenses/mit-license">MIT</a> whitelisted
288
-
289
- The Listen gem listens to file modifications and notifies you about the changes. Works everywhere!
290
-
291
- <a name="middleman"></a>
292
- ### <a href="http://middlemanapp.com">middleman</a> v3.3.4 (middleman)
293
- #### Hand-crafted frontend development
294
-
295
- <a href="http://opensource.org/licenses/mit-license">MIT</a> whitelisted
296
-
297
- A static site generator. Provides dozens of templating languages (Haml, Sass, Compass, Slim, CoffeeScript, and more). Makes minification, compression, cache busting, Yaml data (and more) an easy part of your development cycle.
298
-
299
- <a name="middleman-core"></a>
300
- ### <a href="http://middlemanapp.com">middleman-core</a> v3.3.4
301
- #### Hand-crafted frontend development
302
-
303
- <a href="http://opensource.org/licenses/mit-license">MIT</a> whitelisted
304
-
305
- A static site generator. Provides dozens of templating languages (Haml, Sass, Compass, Slim, CoffeeScript, and more). Makes minification, compression, cache busting, Yaml data (and more) an easy part of your development cycle.
306
-
307
- <a name="middleman-livereload"></a>
308
- ### <a href="https://github.com/middleman/middleman-livereload">middleman-livereload</a> v3.3.4 (middleman)
309
- #### LiveReload support for Middleman
310
-
311
- <a href="http://opensource.org/licenses/mit-license">MIT</a> whitelisted
312
-
313
- LiveReload support for Middleman
314
-
315
- <a name="middleman-presentation"></a>
316
- ### <a href="https://github.com/maxmeyer/middleman-presentation">middleman-presentation</a> v0.15.2 (default)
317
- #### Presentation engine for Middleman
318
-
319
- <a href="http://opensource.org/licenses/mit-license">MIT</a> whitelisted
320
-
321
-
322
- <a name="middleman-sprockets"></a>
323
- ### <a href="https://github.com/middleman/middleman-sprockets">middleman-sprockets</a> v3.3.6
324
- #### Sprockets support for Middleman
325
-
326
- <a href="http://opensource.org/licenses/mit-license">MIT</a> whitelisted
327
-
328
- Sprockets support for Middleman
329
-
330
- <a name="mini_portile"></a>
331
- ### <a href="http://github.com/luislavena/mini_portile">mini_portile</a> v0.6.0
332
- #### Simplistic port-like solution for developers
333
-
334
- <a href="http://opensource.org/licenses/mit-license">MIT</a> whitelisted
335
-
336
- Simplistic port-like solution for developers. It provides a standard and simplified way to compile against dependency libraries without messing up your system.
337
-
338
- <a name="minitest"></a>
339
- ### <a href="https://github.com/seattlerb/minitest">minitest</a> v5.4.0
340
- #### minitest provides a complete suite of testing facilities supporting TDD, BDD, mocking, and benchmarking
341
-
342
- <a href="http://opensource.org/licenses/mit-license">MIT</a> whitelisted
343
-
344
- minitest provides a complete suite of testing facilities supporting
345
- TDD, BDD, mocking, and benchmarking.
346
-
347
- "I had a class with Jim Weirich on testing last week and we were
348
- allowed to choose our testing frameworks. Kirk Haines and I were
349
- paired up and we cracked open the code for a few test
350
- frameworks...
351
-
352
- I MUST say that minitest is *very* readable / understandable
353
- compared to the 'other two' options we looked at. Nicely done and
354
- thank you for helping us keep our mental sanity."
355
-
356
- -- Wayne E. Seguin
357
-
358
- minitest/unit is a small and incredibly fast unit testing framework.
359
- It provides a rich set of assertions to make your tests clean and
360
- readable.
361
-
362
- minitest/spec is a functionally complete spec engine. It hooks onto
363
- minitest/unit and seamlessly bridges test assertions over to spec
364
- expectations.
365
-
366
- minitest/benchmark is an awesome way to assert the performance of your
367
- algorithms in a repeatable manner. Now you can assert that your newb
368
- co-worker doesn't replace your linear algorithm with an exponential
369
- one!
370
-
371
- minitest/mock by Steven Baker, is a beautifully tiny mock (and stub)
372
- object framework.
373
-
374
- minitest/pride shows pride in testing and adds coloring to your test
375
- output. I guess it is an example of how to write IO pipes too. :P
376
-
377
- minitest/unit is meant to have a clean implementation for language
378
- implementors that need a minimal set of methods to bootstrap a working
379
- test suite. For example, there is no magic involved for test-case
380
- discovery.
381
-
382
- "Again, I can't praise enough the idea of a testing/specing
383
- framework that I can actually read in full in one sitting!"
384
-
385
- -- Piotr Szotkowski
386
-
387
- Comparing to rspec:
388
-
389
- rspec is a testing DSL. minitest is ruby.
390
-
391
- -- Adam Hawkins, "Bow Before MiniTest"
392
-
393
- minitest doesn't reinvent anything that ruby already provides, like:
394
- classes, modules, inheritance, methods. This means you only have to
395
- learn ruby to use minitest and all of your regular OO practices like
396
- extract-method refactorings still apply.
397
-
398
- <a name="multi_json"></a>
399
- ### <a href="http://github.com/intridea/multi_json">multi_json</a> v1.10.1
400
- #### A common interface to multiple JSON libraries.
401
-
402
- <a href="http://opensource.org/licenses/mit-license">MIT</a> whitelisted
403
-
404
- 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.
405
-
406
- <a name="nokogiri"></a>
407
- ### <a href="http://nokogiri.org">nokogiri</a> v1.6.3.1
408
- #### Nokogiri (鋸) is an HTML, XML, SAX, and Reader parser
409
-
410
- <a href="http://opensource.org/licenses/mit-license">MIT</a> whitelisted
411
-
412
- Nokogiri (鋸) is an HTML, XML, SAX, and Reader parser. Among Nokogiri's
413
- many features is the ability to search documents via XPath or CSS3 selectors.
414
-
415
- XML is like violence - if it doesn’t solve your problems, you are not using
416
- enough of it.
417
-
418
- <a name="padrino-helpers"></a>
419
- ### <a href="http://www.padrinorb.com">padrino-helpers</a> v0.12.2
420
- #### Helpers for padrino
421
-
422
- <a href="http://opensource.org/licenses/mit-license">MIT</a> whitelisted
423
-
424
- Tag helpers, asset helpers, form helpers, form builders and many more helpers for padrino
425
-
426
- <a name="padrino-support"></a>
427
- ### <a href="http://www.padrinorb.com">padrino-support</a> v0.12.2
428
- #### Support for padrino
429
-
430
- <a href="http://opensource.org/licenses/mit-license">MIT</a> whitelisted
431
-
432
- A number of support methods and extensions for Padrino framework
433
-
434
- <a name="rack"></a>
435
- ### <a href="http://rack.github.com/">rack</a> v1.5.2
436
- #### a modular Ruby webserver interface
437
-
438
- <a href="http://opensource.org/licenses/mit-license">MIT</a> whitelisted
439
-
440
- Rack provides a minimal, modular and adaptable interface for developing
441
- web applications in Ruby. By wrapping HTTP requests and responses in
442
- the simplest way possible, it unifies and distills the API for web
443
- servers, web frameworks, and software in between (the so-called
444
- middleware) into a single method call.
445
-
446
- Also see http://rack.github.com/.
447
-
448
-
449
- <a name="rack-livereload"></a>
450
- ### rack-livereload v0.3.15
451
- #### Insert LiveReload into your app easily as Rack middleware
452
-
453
- <a href="http://opensource.org/licenses/mit-license">MIT</a> whitelisted
454
-
455
- Insert LiveReload into your app easily as Rack middleware
456
-
457
- <a name="rack-test"></a>
458
- ### <a href="http://github.com/brynary/rack-test">rack-test</a> v0.6.2
459
- #### Simple testing API built on Rack
460
-
461
- <a href="http://opensource.org/licenses/mit-license">MIT</a> whitelisted
462
-
463
- Rack::Test is a small, simple testing API for Rack apps. It can be used on its
464
- own or as a reusable starting point for Web frameworks and testing libraries
465
- to build on. Most of its initial functionality is an extraction of Merb 1.0's
466
- request helpers feature.
467
-
468
- <a name="rake"></a>
469
- ### <a href="https://github.com/jimweirich/rake">rake</a> v10.3.2
470
- #### Rake is a Make-like program implemented in Ruby
471
-
472
- <a href="http://opensource.org/licenses/mit-license">MIT</a> whitelisted
473
-
474
- Rake is a Make-like program implemented in Ruby. Tasks and dependencies are
475
- specified in standard Ruby syntax.
476
-
477
- Rake has the following features:
478
-
479
- * Rakefiles (rake's version of Makefiles) are completely defined in
480
- standard Ruby syntax. No XML files to edit. No quirky Makefile
481
- syntax to worry about (is that a tab or a space?)
482
-
483
- * Users can specify tasks with prerequisites.
484
-
485
- * Rake supports rule patterns to synthesize implicit tasks.
486
-
487
- * Flexible FileLists that act like arrays but know about manipulating
488
- file names and paths.
489
-
490
- * A library of prepackaged tasks to make building rakefiles easier. For example,
491
- tasks for building tarballs and publishing to FTP or SSH sites. (Formerly
492
- tasks for building RDoc and Gems were included in rake but they're now
493
- available in RDoc and RubyGems respectively.)
494
-
495
- * Supports parallel execution of tasks.
496
-
497
- <a name="rb-fsevent"></a>
498
- ### <a href="http://rubygems.org/gems/rb-fsevent">rb-fsevent</a> v0.9.4
499
- #### Very simple & usable FSEvents API
500
-
501
- <a href="http://opensource.org/licenses/mit-license">MIT</a> whitelisted
502
-
503
- FSEvents API with Signals catching (without RubyCocoa)
504
-
505
- <a name="rb-inotify"></a>
506
- ### <a href="http://github.com/nex3/rb-inotify">rb-inotify</a> v0.9.5
507
- #### A Ruby wrapper for Linux's inotify, using FFI
508
-
509
- <a href="http://opensource.org/licenses/mit-license">MIT</a> whitelisted
510
-
511
- A Ruby wrapper for Linux's inotify, using FFI
512
-
513
- <a name="sass"></a>
514
- ### <a href="http://sass-lang.com/">sass</a> v3.2.19
515
- #### A powerful but elegant CSS compiler that makes CSS fun again.
516
-
517
- <a href="http://opensource.org/licenses/mit-license">MIT</a> whitelisted
518
-
519
- Sass makes CSS fun again. Sass is an extension of CSS3, adding
520
- nested rules, variables, mixins, selector inheritance, and more.
521
- It's translated to well-formatted, standard CSS using the
522
- command line tool or a web-framework plugin.
523
-
524
-
525
- <a name="sprockets"></a>
526
- ### <a href="http://getsprockets.org/">sprockets</a> v2.12.1
527
- #### Rack-based asset packaging system
528
-
529
- <a href="http://opensource.org/licenses/mit-license">MIT</a> whitelisted
530
-
531
- Sprockets is a Rack-based asset packaging system that concatenates and serves JavaScript, CoffeeScript, CSS, LESS, Sass, and SCSS.
532
-
533
- <a name="sprockets-helpers"></a>
534
- ### <a href="https://github.com/petebrowne/sprockets-helpers">sprockets-helpers</a> v1.1.0
535
- #### Asset path helpers for Sprockets 2.x applications
536
-
537
- <a href="http://opensource.org/licenses/mit-license">MIT</a> whitelisted
538
-
539
- Asset path helpers for Sprockets 2.x applications
540
-
541
- <a name="sprockets-sass"></a>
542
- ### <a href="http://github.com/petebrowne/sprockets-sass">sprockets-sass</a> v1.2.0
543
- #### Better Sass integration with Sprockets 2.0
544
-
545
- <a href="http://opensource.org/licenses/mit-license">MIT</a> whitelisted
546
-
547
- When using Sprockets 2.0 with Sass you will eventually run into a pretty big issue. `//= require` directives will not allow Sass mixins, variables, etc. to be shared between files. So you'll try to use `@import`, and that'll also blow up in your face. `sprockets-sass` fixes all of this by creating a Sass::Importer that is Sprockets aware.
548
-
549
- <a name="thor"></a>
550
- ### <a href="http://whatisthor.com/">thor</a> v0.19.1 (default)
551
- #### Thor is a toolkit for building powerful command-line interfaces.
552
-
553
- <a href="http://opensource.org/licenses/mit-license">MIT</a> whitelisted
554
-
555
- Thor is a toolkit for building powerful command-line interfaces.
556
-
557
- <a name="thread_safe"></a>
558
- ### <a href="https://github.com/headius/thread_safe">thread_safe</a> v0.3.4
559
- #### A collection of data structures and utilities to make thread-safe programming in Ruby easier
560
-
561
- <a href="http://www.apache.org/licenses/LICENSE-2.0.txt">Apache 2.0</a> whitelisted
562
-
563
- Thread-safe collections and utilities for Ruby
564
-
565
- <a name="tilt"></a>
566
- ### <a href="http://github.com/rtomayko/tilt/">tilt</a> v1.4.1
567
- #### Generic interface to multiple Ruby template engines
568
-
569
- <a href="http://opensource.org/licenses/mit-license">MIT</a> whitelisted
570
-
571
- Generic interface to multiple Ruby template engines
572
-
573
- <a name="timers"></a>
574
- ### <a href="https://github.com/tarcieri/timers">timers</a> v1.1.0
575
- #### Schedule procs to run after a certain time, or at periodic intervals, using any API that accepts a timeout
576
-
577
- <a href="http://opensource.org/licenses/mit-license">MIT</a> whitelisted
578
-
579
- Pure Ruby one-shot and periodic timers
580
-
581
- <a name="tzinfo"></a>
582
- ### <a href="http://tzinfo.github.io">tzinfo</a> v1.2.2
583
- #### Daylight savings aware timezone library
584
-
585
- <a href="http://opensource.org/licenses/mit-license">MIT</a> whitelisted
586
-
587
- TZInfo provides daylight savings aware transformations between times in different time zones.
588
-
589
- <a name="uber"></a>
590
- ### <a href="https://github.com/apotonick/uber">uber</a> v0.0.8
591
- #### Gem-authoring tools like class method inheritance in modules, dynamic options and more.
592
-
593
- <a href="http://opensource.org/licenses/mit-license">MIT</a> whitelisted
594
-
595
- A gem-authoring framework.
596
-
597
- <a name="uglifier"></a>
598
- ### <a href="http://github.com/lautis/uglifier">uglifier</a> v2.5.3
599
- #### Ruby wrapper for UglifyJS JavaScript compressor
600
-
601
- <a href="http://opensource.org/licenses/mit-license">MIT</a> whitelisted
602
-
603
- Uglifier minifies JavaScript files by wrapping UglifyJS to be accessible in Ruby