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.
- checksums.yaml +4 -4
- data/.rubocop.yml +31 -4
- data/Rakefile +8 -3
- data/bin/middleman-presentation +9 -1
- data/bin/mp +9 -1
- data/lib/middleman-presentation.rb +1 -71
- data/middleman-presentation.gemspec +7 -20
- metadata +14 -357
- data/.gitignore +0 -33
- data/.rdebugrc +0 -7
- data/.rspec +0 -5
- data/.simplecov +0 -8
- data/.travis.yml +0 -8
- data/.yardopts +0 -5
- data/CONTRIBUTING.md +0 -44
- data/Gemfile +0 -49
- data/Gemfile.lock +0 -328
- data/Guardfile +0 -13
- data/LICENSE.software +0 -21
- data/README.md +0 -608
- data/RELEASE_NOTES.md +0 -36
- data/config/license_finder.yml +0 -13
- data/config/rubocop/exclude.yml +0 -25
- data/config/rubocop/include.yml +0 -142
- data/cucumber.yml +0 -2
- data/doc/licenses/dependencies.csv +0 -55
- data/doc/licenses/dependencies.db +0 -0
- data/doc/licenses/dependencies.html +0 -1415
- data/doc/licenses/dependencies.md +0 -603
- data/doc/licenses/dependencies_detailed.csv +0 -190
- data/features/create_presentation-cli.feature +0 -312
- data/features/create_theme-cli.feature +0 -62
- data/features/grouping_slides.feature +0 -116
- data/features/ignore_slides.feature +0 -86
- data/features/image_gallery.feature +0 -58
- data/features/init_application-cli.feature +0 -91
- data/features/init_predefined_slides.feature +0 -13
- data/features/presentation.feature +0 -113
- data/features/show_config-cli.feature +0 -27
- data/features/show_style-cli.feature +0 -21
- data/features/show_support_information-cli.feature +0 -12
- data/features/slide-cli.feature +0 -311
- data/features/step_definitions.rb +0 -135
- data/features/support/ci.rb +0 -3
- data/features/support/env.rb +0 -19
- data/features/support/reporting.rb +0 -2
- data/features/version_number.feature +0 -18
- data/fixtures/images/image01.png +0 -0
- data/fixtures/images/image02.png +0 -0
- data/lib/middleman-presentation/cli/create.rb +0 -14
- data/lib/middleman-presentation/cli/create_presentation.rb +0 -308
- data/lib/middleman-presentation/cli/create_theme.rb +0 -77
- data/lib/middleman-presentation/cli/init.rb +0 -34
- data/lib/middleman-presentation/cli/reset_thor.rb +0 -18
- data/lib/middleman-presentation/cli/runner.rb +0 -18
- data/lib/middleman-presentation/cli/show.rb +0 -37
- data/lib/middleman-presentation/commands/presentation.rb +0 -23
- data/lib/middleman-presentation/commands/slide.rb +0 -86
- data/lib/middleman-presentation/commands/style.rb +0 -29
- data/lib/middleman-presentation/comparable_slide.rb +0 -69
- data/lib/middleman-presentation/css_class_extracter.rb +0 -41
- data/lib/middleman-presentation/custom_template.rb +0 -11
- data/lib/middleman-presentation/erb_template.rb +0 -11
- data/lib/middleman-presentation/existing_slide.rb +0 -133
- data/lib/middleman-presentation/extension.rb +0 -12
- data/lib/middleman-presentation/file_extensions.rb +0 -60
- data/lib/middleman-presentation/frontend_component.rb +0 -82
- data/lib/middleman-presentation/group_template.rb +0 -11
- data/lib/middleman-presentation/helpers.rb +0 -11
- data/lib/middleman-presentation/helpers/images.rb +0 -38
- data/lib/middleman-presentation/helpers/slides.rb +0 -31
- data/lib/middleman-presentation/helpers/tests.rb +0 -13
- data/lib/middleman-presentation/ignore_file.rb +0 -52
- data/lib/middleman-presentation/liquid_template.rb +0 -11
- data/lib/middleman-presentation/logger.rb +0 -8
- data/lib/middleman-presentation/main.rb +0 -40
- data/lib/middleman-presentation/markdown_template.rb +0 -11
- data/lib/middleman-presentation/new_slide.rb +0 -145
- data/lib/middleman-presentation/predefined_slide_templates_directory.rb +0 -11
- data/lib/middleman-presentation/presentation_config.rb +0 -48
- data/lib/middleman-presentation/slide_group.rb +0 -38
- data/lib/middleman-presentation/slide_list.rb +0 -46
- data/lib/middleman-presentation/transformers/file_keeper.rb +0 -13
- data/lib/middleman-presentation/transformers/group_slides.rb +0 -34
- data/lib/middleman-presentation/transformers/ignore_slides.rb +0 -28
- data/lib/middleman-presentation/transformers/remove_duplicate_slides.rb +0 -32
- data/lib/middleman-presentation/transformers/sort_slides.rb +0 -13
- data/lib/middleman-presentation/version.rb +0 -8
- data/locales/de.yml +0 -9
- data/locales/en.yml +0 -18
- data/script/bootstrap +0 -11
- data/script/ci +0 -3
- data/spec/css_class_extracter_spec.rb +0 -28
- data/spec/existing_slide_spec.rb +0 -158
- data/spec/frontend_resource_spec.rb +0 -87
- data/spec/ignore_file_spec.rb +0 -74
- data/spec/new_slide_spec.rb +0 -136
- data/spec/shared_examples/.keep +0 -0
- data/spec/slide_group_spec.rb +0 -69
- data/spec/slide_list_spec.rb +0 -90
- data/spec/spec_helper.rb +0 -19
- data/spec/support/ci.rb +0 -20
- data/spec/support/environment.rb +0 -18
- data/spec/support/filesystem.rb +0 -22
- data/spec/support/reporting.rb +0 -2
- data/spec/support/rspec.rb +0 -9
- data/spec/support/string.rb +0 -2
- data/spec/transformers/file_keeper_spec.rb +0 -23
- data/spec/transformers/group_slides_spec.rb +0 -44
- data/spec/transformers/ignore_slides_spec.rb +0 -64
- data/spec/transformers/remove_duplicate_slides_spec.rb +0 -120
- data/spec/transformers/sort_slides_spec.rb +0 -17
- data/templates/.bowerrc.tt +0 -4
- data/templates/.gitignore +0 -5
- data/templates/LICENSE.presentation +0 -1
- data/templates/Rakefile +0 -59
- data/templates/bower.json.tt +0 -8
- data/templates/config.yaml.tt +0 -41
- data/templates/data/config.yml.tt +0 -9
- data/templates/data/metadata.yml.tt +0 -77
- data/templates/predefined_slides.d/00.html.erb.tt +0 -23
- data/templates/predefined_slides.d/999980.html.erb.tt +0 -4
- data/templates/predefined_slides.d/999981.html.erb.tt +0 -21
- data/templates/predefined_slides.d/999982.html.erb.tt +0 -3
- data/templates/presentation_theme/bower.json.tt +0 -20
- data/templates/presentation_theme/images/.keep +0 -0
- data/templates/presentation_theme/javascripts/%theme_name%.js.tt +0 -0
- data/templates/presentation_theme/stylesheets/%theme_name%.scss.tt +0 -9
- data/templates/presentation_theme/stylesheets/_fonts.scss.tt +0 -0
- data/templates/presentation_theme/stylesheets/_images.scss.tt +0 -5
- data/templates/presentation_theme/stylesheets/_theme.scss.tt +0 -251
- data/templates/script/bootstrap +0 -5
- data/templates/script/build +0 -3
- data/templates/script/export +0 -34
- data/templates/script/presentation +0 -3
- data/templates/script/slide +0 -3
- data/templates/script/start +0 -43
- data/templates/slides/custom.md.tt +0 -3
- data/templates/slides/erb.tt +0 -5
- data/templates/slides/group.tt +0 -3
- data/templates/slides/liquid.tt +0 -5
- data/templates/slides/markdown.tt +0 -3
- data/templates/source/index.html.erb +0 -1
- data/templates/source/javascripts/application.js.tt +0 -3
- data/templates/source/layout.erb +0 -89
- data/templates/source/stylesheets/application.scss.tt +0 -3
data/.gitignore
DELETED
@@ -1,33 +0,0 @@
|
|
1
|
-
# See http://help.github.com/ignore-files/ for more about ignoring files.
|
2
|
-
#
|
3
|
-
# If you find yourself ignoring temporary files generated by your text editor
|
4
|
-
# or operating system, you probably want to add a global ignore instead:
|
5
|
-
# git config --global core.excludesfile ~/.gitignore_global
|
6
|
-
|
7
|
-
# Ignore bundler config
|
8
|
-
/.bundle
|
9
|
-
|
10
|
-
# Ignore the build directory
|
11
|
-
/build
|
12
|
-
|
13
|
-
# Ignore cache
|
14
|
-
/.sass-cache
|
15
|
-
/.cache
|
16
|
-
|
17
|
-
# Ignore .DS_store file
|
18
|
-
.DS_Store
|
19
|
-
|
20
|
-
# Only for cloning,
|
21
|
-
# will be substituted
|
22
|
-
source/*
|
23
|
-
|
24
|
-
!templates/source/*
|
25
|
-
|
26
|
-
# no tmp files
|
27
|
-
tmp/
|
28
|
-
|
29
|
-
coverage/
|
30
|
-
pkg/
|
31
|
-
|
32
|
-
doc/yard/
|
33
|
-
.yardoc
|
data/.rdebugrc
DELETED
data/.rspec
DELETED
data/.simplecov
DELETED
data/.travis.yml
DELETED
data/.yardopts
DELETED
data/CONTRIBUTING.md
DELETED
@@ -1,44 +0,0 @@
|
|
1
|
-
# Contributing
|
2
|
-
|
3
|
-
In the spirit of [free software][free-sw], **everyone** is encouraged to help
|
4
|
-
improve this project.
|
5
|
-
|
6
|
-
[free-sw]: http://www.fsf.org/licensing/essays/free-sw.html
|
7
|
-
|
8
|
-
Here are some ways *you* can contribute:
|
9
|
-
|
10
|
-
* by using alpha, beta, and prerelease versions
|
11
|
-
* by reporting bugs
|
12
|
-
* by suggesting new features
|
13
|
-
* by writing or editing documentation
|
14
|
-
* by writing specifications
|
15
|
-
* by writing code ( **no patch is too small** : fix typos, add comments, clean up inconsistent whitespace )
|
16
|
-
* by refactoring code
|
17
|
-
* by closing [issues][]
|
18
|
-
* by reviewing patches
|
19
|
-
|
20
|
-
[issues]: https://github.com/maxmeyer/middleman-presentation/issues
|
21
|
-
|
22
|
-
## Submitting an Issue
|
23
|
-
We use the [GitHub issue tracker][issues] to track bugs and features. Before
|
24
|
-
submitting a bug report or feature request, check to make sure it hasn't
|
25
|
-
already been submitted. When submitting a bug report, please include a [Gist][]
|
26
|
-
that includes a stack trace and any details that may be necessary to reproduce
|
27
|
-
the bug, including your gem version, Ruby version, and operating system.
|
28
|
-
Ideally, a bug report should include a pull request with failing specs.
|
29
|
-
|
30
|
-
[gist]: https://gist.github.com/
|
31
|
-
|
32
|
-
## Submitting a Pull Request
|
33
|
-
1. [Fork the repository.][fork]
|
34
|
-
2. Create a topic [branch]. `git checkout -b local_topic_branch`
|
35
|
-
3. Add specs for your unimplemented feature or bug fix.
|
36
|
-
4. Run `bundle exec rake test`. If your specs pass, return to step 3.
|
37
|
-
5. Implement your feature or bug fix.
|
38
|
-
6. Run `bundle exec rake test`. If your specs fail, return to step 5.
|
39
|
-
7. Add, commit, and push your changes. To push your topic branch use `git push -u origin local_topic_branch`.
|
40
|
-
8. [Submit a pull request.][pr]
|
41
|
-
|
42
|
-
[fork]: http://help.github.com/fork-a-repo/
|
43
|
-
[branch]: https://help.github.com/articles/fork-a-repo#create-branches
|
44
|
-
[pr]: http://help.github.com/send-pull-requests/
|
data/Gemfile
DELETED
@@ -1,49 +0,0 @@
|
|
1
|
-
source 'https://rubygems.org'
|
2
|
-
|
3
|
-
gemspec
|
4
|
-
|
5
|
-
group :middleman do
|
6
|
-
gem 'middleman', '~>3.3.2'
|
7
|
-
gem 'middleman-livereload' #, '~> 3.1.0'
|
8
|
-
gem 'wdm', '~> 0.1.0', :platforms => [:mswin, :mingw]
|
9
|
-
gem 'tzinfo-data', platforms: [:mswin, :mingw]
|
10
|
-
end
|
11
|
-
|
12
|
-
gem 'thor'
|
13
|
-
|
14
|
-
group :development, :test do
|
15
|
-
gem 'rspec', require: false
|
16
|
-
gem 'rspec-legacy_formatters', require: false
|
17
|
-
gem 'fuubar', require: false
|
18
|
-
gem 'simplecov', require: false
|
19
|
-
gem 'rubocop', require: false
|
20
|
-
gem 'coveralls', require: false
|
21
|
-
gem 'cucumber', require: false
|
22
|
-
gem 'aruba', require: false, git: 'https://github.com/dg-vrnetze/aruba.git', branch: 'integration/expand_path'
|
23
|
-
gem 'bundler', require: false
|
24
|
-
gem 'erubis'
|
25
|
-
gem 'versionomy', require: false
|
26
|
-
gem 'activesupport', require: false
|
27
|
-
gem 'awesome_print', require: 'ap'
|
28
|
-
|
29
|
-
if !ENV.key?('CI') && !ENV.key?('TRAVIS')
|
30
|
-
gem 'byebug'
|
31
|
-
gem 'pry'
|
32
|
-
gem 'pry-byebug', require: false
|
33
|
-
gem 'pry-doc', require: false
|
34
|
-
end
|
35
|
-
|
36
|
-
gem 'foreman', require: false
|
37
|
-
gem 'github-markup'
|
38
|
-
gem 'redcarpet', require: false
|
39
|
-
gem 'tmrb', require: false
|
40
|
-
gem 'yard', require: false
|
41
|
-
gem 'inch', require: false
|
42
|
-
gem 'license_finder'
|
43
|
-
gem 'filegen', require: false
|
44
|
-
gem 'travis-lint', require: false
|
45
|
-
gem 'command_exec', require: false
|
46
|
-
|
47
|
-
gem 'therubyracer'
|
48
|
-
gem 'therubyrhino'
|
49
|
-
end
|
data/Gemfile.lock
DELETED
@@ -1,328 +0,0 @@
|
|
1
|
-
GIT
|
2
|
-
remote: https://github.com/dg-vrnetze/aruba.git
|
3
|
-
revision: 79e0e4818ee3a26058c6d42e5d2952a7fde1c323
|
4
|
-
branch: integration/expand_path
|
5
|
-
specs:
|
6
|
-
aruba (0.6.0)
|
7
|
-
childprocess (>= 0.3.6)
|
8
|
-
cucumber (>= 1.1.1)
|
9
|
-
rspec-expectations (>= 2.7.0)
|
10
|
-
|
11
|
-
PATH
|
12
|
-
remote: .
|
13
|
-
specs:
|
14
|
-
middleman-presentation (0.15.7)
|
15
|
-
addressable (~> 2.3.5)
|
16
|
-
bundler
|
17
|
-
erubis
|
18
|
-
facter
|
19
|
-
fedux_org-stdlib (>= 0.6.48)
|
20
|
-
i18n
|
21
|
-
kramdown
|
22
|
-
launchy (~> 2.4.2)
|
23
|
-
liquid
|
24
|
-
middleman (~> 3.3.4)
|
25
|
-
middleman-sprockets (~> 3.3.6)
|
26
|
-
nokogiri
|
27
|
-
rake
|
28
|
-
tzinfo (>= 0.3.0)
|
29
|
-
|
30
|
-
GEM
|
31
|
-
remote: https://rubygems.org/
|
32
|
-
specs:
|
33
|
-
activesupport (4.1.4)
|
34
|
-
i18n (~> 0.6, >= 0.6.9)
|
35
|
-
json (~> 1.7, >= 1.7.7)
|
36
|
-
minitest (~> 5.1)
|
37
|
-
thread_safe (~> 0.1)
|
38
|
-
tzinfo (~> 1.1)
|
39
|
-
addressable (2.3.6)
|
40
|
-
ast (2.0.0)
|
41
|
-
awesome_print (1.2.0)
|
42
|
-
blockenspiel (0.4.5)
|
43
|
-
builder (3.2.2)
|
44
|
-
byebug (2.7.0)
|
45
|
-
columnize (~> 0.3)
|
46
|
-
debugger-linecache (~> 1.2)
|
47
|
-
celluloid (0.15.2)
|
48
|
-
timers (~> 1.1.0)
|
49
|
-
childprocess (0.5.3)
|
50
|
-
ffi (~> 1.0, >= 1.0.11)
|
51
|
-
chunky_png (1.3.1)
|
52
|
-
coderay (1.1.0)
|
53
|
-
coffee-script (2.3.0)
|
54
|
-
coffee-script-source
|
55
|
-
execjs
|
56
|
-
coffee-script-source (1.7.1)
|
57
|
-
columnize (0.8.9)
|
58
|
-
command_exec (0.2.0)
|
59
|
-
activesupport
|
60
|
-
smart_colored
|
61
|
-
xml-simple
|
62
|
-
compass (0.12.7)
|
63
|
-
chunky_png (~> 1.2)
|
64
|
-
fssm (>= 0.2.7)
|
65
|
-
sass (~> 3.2.19)
|
66
|
-
compass-import-once (1.0.4)
|
67
|
-
sass (>= 3.2, < 3.5)
|
68
|
-
coveralls (0.7.0)
|
69
|
-
multi_json (~> 1.3)
|
70
|
-
rest-client
|
71
|
-
simplecov (>= 0.7)
|
72
|
-
term-ansicolor
|
73
|
-
thor
|
74
|
-
cucumber (1.3.16)
|
75
|
-
builder (>= 2.1.2)
|
76
|
-
diff-lcs (>= 1.1.3)
|
77
|
-
gherkin (~> 2.12)
|
78
|
-
multi_json (>= 1.7.5, < 2.0)
|
79
|
-
multi_test (>= 0.1.1)
|
80
|
-
debugger-linecache (1.2.0)
|
81
|
-
diff-lcs (1.2.5)
|
82
|
-
docile (1.1.5)
|
83
|
-
dotenv (0.11.1)
|
84
|
-
dotenv-deployment (~> 0.0.2)
|
85
|
-
dotenv-deployment (0.0.2)
|
86
|
-
em-websocket (0.5.1)
|
87
|
-
eventmachine (>= 0.12.9)
|
88
|
-
http_parser.rb (~> 0.6.0)
|
89
|
-
erubis (2.7.0)
|
90
|
-
eventmachine (1.0.3)
|
91
|
-
execjs (2.2.1)
|
92
|
-
facter (2.1.0)
|
93
|
-
fedux_org-stdlib (0.6.50)
|
94
|
-
activesupport
|
95
|
-
ffi (1.9.3)
|
96
|
-
filegen (0.4.3)
|
97
|
-
activesupport
|
98
|
-
foreman (0.74.0)
|
99
|
-
dotenv (~> 0.11.1)
|
100
|
-
thor (~> 0.19.1)
|
101
|
-
fssm (0.2.10)
|
102
|
-
fuubar (2.0.0)
|
103
|
-
rspec (~> 3.0)
|
104
|
-
ruby-progressbar (~> 1.4)
|
105
|
-
gherkin (2.12.2)
|
106
|
-
multi_json (~> 1.3)
|
107
|
-
github-markup (1.2.1)
|
108
|
-
posix-spawn (~> 0.3.8)
|
109
|
-
haml (4.0.5)
|
110
|
-
tilt
|
111
|
-
hike (1.2.3)
|
112
|
-
hooks (0.4.0)
|
113
|
-
uber (~> 0.0.4)
|
114
|
-
http_parser.rb (0.6.0)
|
115
|
-
httparty (0.13.1)
|
116
|
-
json (~> 1.8)
|
117
|
-
multi_xml (>= 0.5.2)
|
118
|
-
i18n (0.6.11)
|
119
|
-
inch (0.4.10)
|
120
|
-
pry
|
121
|
-
sparkr (>= 0.2.0)
|
122
|
-
term-ansicolor
|
123
|
-
yard (~> 0.8.7)
|
124
|
-
json (1.8.1)
|
125
|
-
kramdown (1.4.1)
|
126
|
-
launchy (2.4.2)
|
127
|
-
addressable (~> 2.3)
|
128
|
-
libv8 (3.16.14.3)
|
129
|
-
license_finder (1.1.1)
|
130
|
-
bundler
|
131
|
-
httparty
|
132
|
-
sequel
|
133
|
-
sqlite3
|
134
|
-
thor
|
135
|
-
xml-simple
|
136
|
-
liquid (2.6.1)
|
137
|
-
listen (2.7.9)
|
138
|
-
celluloid (>= 0.15.2)
|
139
|
-
rb-fsevent (>= 0.9.3)
|
140
|
-
rb-inotify (>= 0.9)
|
141
|
-
method_source (0.8.2)
|
142
|
-
middleman (3.3.4)
|
143
|
-
coffee-script (~> 2.2)
|
144
|
-
compass (>= 0.12.4)
|
145
|
-
compass-import-once (= 1.0.4)
|
146
|
-
execjs (~> 2.0)
|
147
|
-
haml (>= 4.0.5)
|
148
|
-
kramdown (~> 1.2)
|
149
|
-
middleman-core (= 3.3.4)
|
150
|
-
middleman-sprockets (>= 3.1.2)
|
151
|
-
sass (>= 3.2.17, < 4.0)
|
152
|
-
uglifier (~> 2.5)
|
153
|
-
middleman-core (3.3.4)
|
154
|
-
activesupport (~> 4.1.0)
|
155
|
-
bundler (~> 1.1)
|
156
|
-
erubis
|
157
|
-
hooks (~> 0.3)
|
158
|
-
i18n (~> 0.6.9)
|
159
|
-
listen (>= 2.7.9, < 3.0)
|
160
|
-
padrino-helpers (~> 0.12.1)
|
161
|
-
rack (>= 1.4.5, < 2.0)
|
162
|
-
rack-test (~> 0.6.2)
|
163
|
-
thor (>= 0.15.2, < 2.0)
|
164
|
-
tilt (~> 1.4.1, < 2.0)
|
165
|
-
middleman-livereload (3.3.4)
|
166
|
-
em-websocket (~> 0.5.1)
|
167
|
-
middleman-core (~> 3.2)
|
168
|
-
rack-livereload (~> 0.3.15)
|
169
|
-
middleman-sprockets (3.3.6)
|
170
|
-
middleman-core (~> 3.3)
|
171
|
-
sprockets (~> 2.12.1)
|
172
|
-
sprockets-helpers (~> 1.1.0)
|
173
|
-
sprockets-sass (~> 1.2.0)
|
174
|
-
mime-types (2.3)
|
175
|
-
mini_portile (0.6.0)
|
176
|
-
minitest (5.4.0)
|
177
|
-
multi_json (1.10.1)
|
178
|
-
multi_test (0.1.1)
|
179
|
-
multi_xml (0.5.5)
|
180
|
-
netrc (0.7.7)
|
181
|
-
nokogiri (1.6.3.1)
|
182
|
-
mini_portile (= 0.6.0)
|
183
|
-
padrino-helpers (0.12.2)
|
184
|
-
i18n (~> 0.6, >= 0.6.7)
|
185
|
-
padrino-support (= 0.12.2)
|
186
|
-
tilt (~> 1.4.1)
|
187
|
-
padrino-support (0.12.2)
|
188
|
-
activesupport (>= 3.1)
|
189
|
-
parser (2.2.0.pre.4)
|
190
|
-
ast (>= 1.1, < 3.0)
|
191
|
-
slop (~> 3.4, >= 3.4.5)
|
192
|
-
posix-spawn (0.3.9)
|
193
|
-
powerpack (0.0.9)
|
194
|
-
pry (0.10.0)
|
195
|
-
coderay (~> 1.1.0)
|
196
|
-
method_source (~> 0.8.1)
|
197
|
-
slop (~> 3.4)
|
198
|
-
pry-byebug (1.3.3)
|
199
|
-
byebug (~> 2.7)
|
200
|
-
pry (~> 0.10)
|
201
|
-
pry-doc (0.6.0)
|
202
|
-
pry (~> 0.9)
|
203
|
-
yard (~> 0.8)
|
204
|
-
rack (1.5.2)
|
205
|
-
rack-livereload (0.3.15)
|
206
|
-
rack
|
207
|
-
rack-test (0.6.2)
|
208
|
-
rack (>= 1.0)
|
209
|
-
rainbow (2.0.0)
|
210
|
-
rake (10.3.2)
|
211
|
-
rb-fsevent (0.9.4)
|
212
|
-
rb-inotify (0.9.5)
|
213
|
-
ffi (>= 0.5.0)
|
214
|
-
redcarpet (3.1.2)
|
215
|
-
ref (1.0.5)
|
216
|
-
rest-client (1.7.2)
|
217
|
-
mime-types (>= 1.16, < 3.0)
|
218
|
-
netrc (~> 0.7)
|
219
|
-
rspec (3.0.0)
|
220
|
-
rspec-core (~> 3.0.0)
|
221
|
-
rspec-expectations (~> 3.0.0)
|
222
|
-
rspec-mocks (~> 3.0.0)
|
223
|
-
rspec-core (3.0.3)
|
224
|
-
rspec-support (~> 3.0.0)
|
225
|
-
rspec-expectations (3.0.3)
|
226
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
227
|
-
rspec-support (~> 3.0.0)
|
228
|
-
rspec-legacy_formatters (1.0.0)
|
229
|
-
rspec-core (>= 3.0.0.beta2)
|
230
|
-
rspec-support (>= 3.0.0.beta2)
|
231
|
-
rspec-mocks (3.0.3)
|
232
|
-
rspec-support (~> 3.0.0)
|
233
|
-
rspec-support (3.0.3)
|
234
|
-
rubocop (0.24.1)
|
235
|
-
json (>= 1.7.7, < 2)
|
236
|
-
parser (>= 2.2.0.pre.3, < 3.0)
|
237
|
-
powerpack (~> 0.0.6)
|
238
|
-
rainbow (>= 1.99.1, < 3.0)
|
239
|
-
ruby-progressbar (~> 1.4)
|
240
|
-
ruby-progressbar (1.5.1)
|
241
|
-
sass (3.2.19)
|
242
|
-
sequel (4.13.0)
|
243
|
-
simplecov (0.9.0)
|
244
|
-
docile (~> 1.1.0)
|
245
|
-
multi_json
|
246
|
-
simplecov-html (~> 0.8.0)
|
247
|
-
simplecov-html (0.8.0)
|
248
|
-
slop (3.6.0)
|
249
|
-
smart_colored (1.1.1)
|
250
|
-
sparkr (0.4.1)
|
251
|
-
sprockets (2.12.1)
|
252
|
-
hike (~> 1.2)
|
253
|
-
multi_json (~> 1.0)
|
254
|
-
rack (~> 1.0)
|
255
|
-
tilt (~> 1.1, != 1.3.0)
|
256
|
-
sprockets-helpers (1.1.0)
|
257
|
-
sprockets (~> 2.0)
|
258
|
-
sprockets-sass (1.2.0)
|
259
|
-
sprockets (~> 2.0)
|
260
|
-
tilt (~> 1.1)
|
261
|
-
sqlite3 (1.3.9)
|
262
|
-
term-ansicolor (1.3.0)
|
263
|
-
tins (~> 1.0)
|
264
|
-
therubyracer (0.12.1)
|
265
|
-
libv8 (~> 3.16.14.0)
|
266
|
-
ref
|
267
|
-
therubyrhino (2.0.4)
|
268
|
-
therubyrhino_jar (>= 1.7.3)
|
269
|
-
therubyrhino_jar (1.7.4)
|
270
|
-
thor (0.19.1)
|
271
|
-
thread_safe (0.3.4)
|
272
|
-
tilt (1.4.1)
|
273
|
-
timers (1.1.0)
|
274
|
-
tins (1.3.0)
|
275
|
-
tmrb (1.2.7)
|
276
|
-
thor
|
277
|
-
travis-lint (2.0.0)
|
278
|
-
json
|
279
|
-
tzinfo (1.2.2)
|
280
|
-
thread_safe (~> 0.1)
|
281
|
-
uber (0.0.8)
|
282
|
-
uglifier (2.5.3)
|
283
|
-
execjs (>= 0.3.0)
|
284
|
-
json (>= 1.8.0)
|
285
|
-
versionomy (0.4.4)
|
286
|
-
blockenspiel (>= 0.4.5)
|
287
|
-
xml-simple (1.1.4)
|
288
|
-
yard (0.8.7.4)
|
289
|
-
|
290
|
-
PLATFORMS
|
291
|
-
ruby
|
292
|
-
|
293
|
-
DEPENDENCIES
|
294
|
-
activesupport
|
295
|
-
aruba!
|
296
|
-
awesome_print
|
297
|
-
bundler
|
298
|
-
byebug
|
299
|
-
command_exec
|
300
|
-
coveralls
|
301
|
-
cucumber
|
302
|
-
erubis
|
303
|
-
filegen
|
304
|
-
foreman
|
305
|
-
fuubar
|
306
|
-
github-markup
|
307
|
-
inch
|
308
|
-
license_finder
|
309
|
-
middleman (~> 3.3.2)
|
310
|
-
middleman-livereload
|
311
|
-
middleman-presentation!
|
312
|
-
pry
|
313
|
-
pry-byebug
|
314
|
-
pry-doc
|
315
|
-
redcarpet
|
316
|
-
rspec
|
317
|
-
rspec-legacy_formatters
|
318
|
-
rubocop
|
319
|
-
simplecov
|
320
|
-
therubyracer
|
321
|
-
therubyrhino
|
322
|
-
thor
|
323
|
-
tmrb
|
324
|
-
travis-lint
|
325
|
-
tzinfo-data
|
326
|
-
versionomy
|
327
|
-
wdm (~> 0.1.0)
|
328
|
-
yard
|