card 1.93.3 → 1.93.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (160) hide show
  1. checksums.yaml +4 -4
  2. data/VERSION +1 -1
  3. data/db/migrate/20170908114452_increase_text_size_for_delayed_jobs.rb +9 -0
  4. data/db/migrate_core_cards/data/cards/*header +2 -2
  5. data/lib/card/format/nest.rb +12 -5
  6. data/lib/card/format/nest/fetch.rb +1 -2
  7. data/lib/card/format/render.rb +2 -2
  8. data/lib/card/model/save_helper.rb +1 -1
  9. data/lib/card/set/format/haml_views.rb +7 -3
  10. data/lib/card/subcards.rb +27 -228
  11. data/lib/card/subcards/add.rb +121 -0
  12. data/lib/card/subcards/relate.rb +27 -0
  13. data/lib/card/subcards/remove.rb +42 -0
  14. data/lib/card/tasks/card/create.rake +35 -132
  15. data/lib/card/tasks/card/file_card_creator.rb +25 -0
  16. data/lib/card/tasks/card/file_card_creator/abstract_file_card.rb +44 -0
  17. data/lib/card/tasks/card/file_card_creator/abstract_file_card/migration_file.rb +49 -0
  18. data/lib/card/tasks/card/file_card_creator/abstract_file_card/ruby_file.rb +30 -0
  19. data/lib/card/tasks/card/file_card_creator/abstract_file_card/source_file.rb +36 -0
  20. data/lib/card/tasks/card/file_card_creator/haml_card.rb +42 -0
  21. data/lib/card/tasks/card/file_card_creator/output_helper.rb +50 -0
  22. data/lib/card/tasks/card/file_card_creator/script_card.rb +33 -0
  23. data/lib/card/tasks/card/file_card_creator/style_card.rb +25 -0
  24. data/lib/generators/card/template/template_generator.rb +1 -1
  25. data/mod/account/set/self/account_links.rb +1 -1
  26. data/mod/basic_formats/set/all/all_csv.rb +63 -0
  27. data/mod/basic_formats/set/all/json.rb +4 -1
  28. data/mod/bootstrap/db/migrate_cards/20170719163733_update_bootswatch_themes_to_4_beta.rb +5 -2
  29. data/mod/carrierwave/set/abstract/attachment.rb +1 -2
  30. data/mod/core/set/abstract/haml_file.rb +20 -0
  31. data/mod/core/set/all/chunk.rb +125 -0
  32. data/mod/core/set/all/collection.rb +2 -351
  33. data/mod/core/set/all/content.rb +26 -7
  34. data/mod/core/set/all/extended.rb +45 -0
  35. data/mod/core/set/all/haml.rb +3 -7
  36. data/mod/core/set/all/item.rb +92 -0
  37. data/mod/core/set/all/name.rb +36 -0
  38. data/mod/core/set/all/subcards.rb +21 -12
  39. data/mod/core/set/all/tabs.rb +50 -0
  40. data/mod/core/set/all/trash.rb +4 -0
  41. data/mod/core/spec/set/all/chunk_spec.rb +45 -0
  42. data/mod/core/spec/set/all/collection_spec.rb +6 -6
  43. data/mod/history/set/all/action_view.rb +1 -1
  44. data/mod/machines/lib/javascript/decko.js.coffee +3 -0
  45. data/mod/pointer/set/abstract/02_pointer/edit.rb +0 -2
  46. data/mod/search/set/abstract/search.rb +1 -1
  47. data/mod/search/set/all/filter.rb +0 -2
  48. data/mod/search/template/all/filter/_filter_input.haml +1 -1
  49. data/mod/search/template/all/filter/filter_form.haml +1 -1
  50. data/mod/standard/set/all/rich_html/editing.rb +1 -1
  51. data/mod/standard/set/all/rich_html/form.rb +6 -7
  52. data/mod/standard/set/all/rich_html/menu.rb +2 -3
  53. data/mod/standard/set/all/rich_html/toolbar.rb +3 -4
  54. data/mod/standard/set/type/cardtype.rb +1 -1
  55. data/mod/standard/spec/set/all/rich_html/editing_spec.rb +15 -4
  56. data/mod/tinymce_editor/db/migrate_cards/{20171113233150_update_tinymce_config.rb → 20171113233151_update_tinymce_config.rb} +1 -0
  57. metadata +25 -161
  58. data/.rspec +0 -4
  59. data/card.gemspec +0 -87
  60. data/db/seed/test/fixtures/.gitkeep +0 -0
  61. data/mod/bootstrap/vendor/bootstrap/.babelrc.js +0 -16
  62. data/mod/bootstrap/vendor/bootstrap/.editorconfig +0 -17
  63. data/mod/bootstrap/vendor/bootstrap/.eslintignore +0 -3
  64. data/mod/bootstrap/vendor/bootstrap/.gitattributes +0 -16
  65. data/mod/bootstrap/vendor/bootstrap/.github/CONTRIBUTING.md +0 -252
  66. data/mod/bootstrap/vendor/bootstrap/.github/ISSUE_TEMPLATE.md +0 -22
  67. data/mod/bootstrap/vendor/bootstrap/.gitignore +0 -46
  68. data/mod/bootstrap/vendor/bootstrap/.hound.yml +0 -19
  69. data/mod/bootstrap/vendor/bootstrap/.houndignore +0 -4
  70. data/mod/bootstrap/vendor/bootstrap/.travis.yml +0 -32
  71. data/mod/bootstrap/vendor/bootstrap/build/.htmllintrc +0 -19
  72. data/mod/bootstrap/vendor/bootstrap/build/.stylelintrc +0 -248
  73. data/mod/bootstrap/vendor/bootstrap/docs/4.0/examples/.stylelintrc +0 -12
  74. data/mod/bootstrap/vendor/bootstrap/js/.eslintrc.json +0 -240
  75. data/mod/bootstrap/vendor/bootstrap/js/tests/.eslintrc.json +0 -46
  76. data/mod/bootstrap/vendor/bootswatch/.gitignore +0 -7
  77. data/mod/bootstrap/vendor/bootswatch/.npmignore +0 -12
  78. data/mod/bootstrap/vendor/bootswatch/.travis.yml +0 -21
  79. data/mod/bootstrap/vendor/bootswatch/docs/.nojekyll +0 -0
  80. data/mod/bootstrap/vendor/bootswatch/docs/2/.travis.yml +0 -15
  81. data/mod/bootstrap/vendor/bootswatch/docs/2/bower_components/bootstrap/.bower.json +0 -20
  82. data/mod/bootstrap/vendor/bootswatch/docs/2/bower_components/bootstrap/.gitignore +0 -37
  83. data/mod/bootstrap/vendor/bootswatch/docs/2/bower_components/bootstrap/.travis.yml +0 -3
  84. data/mod/bootstrap/vendor/bootswatch/docs/2/bower_components/bootstrap/js/.jshintrc +0 -12
  85. data/mod/bootstrap/vendor/bootswatch/docs/2/bower_components/jquery/.bower.json +0 -20
  86. data/mod/bootstrap/vendor/bootswatch/docs/2/bower_components/jquery/.gitignore +0 -1
  87. data/mod/bootstrap/vendor/bootswatch/docs/2/swatchmaker/.gitignore +0 -1
  88. data/mod/bootstrap/vendor/bootswatch/docs/3/bower_components/bootstrap-sass-official/.bower.json +0 -45
  89. data/mod/bootstrap/vendor/bootswatch/docs/3/bower_components/bootstrap/.bower.json +0 -44
  90. data/mod/bootstrap/vendor/bootswatch/docs/3/bower_components/bootstrap/grunt/.jshintrc +0 -7
  91. data/mod/bootstrap/vendor/bootswatch/docs/3/bower_components/bootstrap/js/.jscsrc +0 -42
  92. data/mod/bootstrap/vendor/bootswatch/docs/3/bower_components/bootstrap/js/.jshintrc +0 -15
  93. data/mod/bootstrap/vendor/bootswatch/docs/3/bower_components/bootstrap/less/.csscomb.json +0 -304
  94. data/mod/bootstrap/vendor/bootswatch/docs/3/bower_components/bootstrap/less/.csslintrc +0 -19
  95. data/mod/bootstrap/vendor/bootswatch/docs/3/bower_components/font-awesome/.bower.json +0 -14
  96. data/mod/bootstrap/vendor/bootswatch/docs/3/bower_components/font-awesome/.gitignore +0 -32
  97. data/mod/bootstrap/vendor/bootswatch/docs/3/bower_components/html5shiv/.bower.json +0 -25
  98. data/mod/bootstrap/vendor/bootswatch/docs/3/bower_components/jquery/.bower.json +0 -38
  99. data/mod/bootstrap/vendor/bootswatch/docs/3/bower_components/respond/.bower.json +0 -20
  100. data/mod/bootstrap/vendor/select2/.editorconfig +0 -6
  101. data/mod/bootstrap/vendor/select2/.github/CONTRIBUTING.md +0 -204
  102. data/mod/bootstrap/vendor/select2/.github/ISSUE_TEMPLATE.md +0 -46
  103. data/mod/bootstrap/vendor/select2/.github/PULL_REQUEST_TEMPLATE.md +0 -13
  104. data/mod/bootstrap/vendor/select2/.gitignore +0 -3
  105. data/mod/bootstrap/vendor/select2/.jshintignore +0 -4
  106. data/mod/bootstrap/vendor/select2/.jshintrc +0 -25
  107. data/mod/bootstrap/vendor/select2/.travis.yml +0 -22
  108. data/script/fetch_bootswatch_themes.rb +0 -38
  109. data/spec/config/initializers/core_extensions_spec.rb +0 -47
  110. data/spec/config/initializers/patches/active_job_spec.rb +0 -7
  111. data/spec/lib/card/action_spec.rb +0 -15
  112. data/spec/lib/card/auth_spec.rb +0 -58
  113. data/spec/lib/card/cache_spec.rb +0 -116
  114. data/spec/lib/card/chunk_spec.rb +0 -18
  115. data/spec/lib/card/codename_spec.rb +0 -66
  116. data/spec/lib/card/content_spec.rb +0 -428
  117. data/spec/lib/card/diff_spec.rb +0 -208
  118. data/spec/lib/card/format/nest_spec.rb +0 -13
  119. data/spec/lib/card/format/render_spec.rb +0 -26
  120. data/spec/lib/card/format_spec.rb +0 -117
  121. data/spec/lib/card/i18n_spec.rb +0 -24
  122. data/spec/lib/card/loader/Modfile +0 -2
  123. data/spec/lib/card/loader_spec.rb +0 -98
  124. data/spec/lib/card/migration/import_spec.rb +0 -80
  125. data/spec/lib/card/mod/loader/mod_dirs.rb +0 -8
  126. data/spec/lib/card/mod/loader/set_loader_spec.rb +0 -19
  127. data/spec/lib/card/mod/loader/set_pattern_loader_spec.rb +0 -19
  128. data/spec/lib/card/name/fields_and_traits_spec.rb +0 -18
  129. data/spec/lib/card/name_spec.rb +0 -70
  130. data/spec/lib/card/query/sorting_spec.rb +0 -68
  131. data/spec/lib/card/query_spec.rb +0 -574
  132. data/spec/lib/card/reference_spec.rb +0 -212
  133. data/spec/lib/card/set/event_spec.rb +0 -22
  134. data/spec/lib/card/set/trait_spec.rb +0 -80
  135. data/spec/lib/card/set_pattern_spec.rb +0 -59
  136. data/spec/lib/card/set_spec.rb +0 -89
  137. data/spec/lib/card/stage_director_spec.rb +0 -482
  138. data/spec/lib/card/subcards_spec.rb +0 -177
  139. data/spec/lib/card/success_spec.rb +0 -148
  140. data/spec/lib/card/view_cache_spec.rb +0 -27
  141. data/spec/mailers/mailer_spec.rb +0 -62
  142. data/spec/models/card/create_spec.rb +0 -119
  143. data/spec/models/card/trash_spec.rb +0 -189
  144. data/spec/models/card_spec.rb +0 -136
  145. data/spec/spec_helper.rb +0 -45
  146. data/spec/support/card_spec_helper.rb +0 -74
  147. data/spec/support/card_spec_loader.rb +0 -112
  148. data/spec/support/helper/card_helper.rb +0 -58
  149. data/spec/support/helper/event_helper.rb +0 -94
  150. data/spec/support/helper/render_helper.rb +0 -44
  151. data/spec/support/helper/save_helper.rb +0 -30
  152. data/spec/support/helper/set_helper.rb +0 -80
  153. data/spec/support/matchers/card_matchers.rb +0 -160
  154. data/spec/support/matchers/expectations.rb +0 -5
  155. data/spec/support/matchers/file_matchers.rb +0 -71
  156. data/spec/support/matchers/html_matchers.rb +0 -29
  157. data/spec/support/matchers/negated_matchers.rb +0 -2
  158. data/spec/support/simplecov_helper.rb +0 -70
  159. data/spec/support/test_mods/mod1/set/all/test_set.rb +0 -3
  160. data/spec/support/test_mods/mod2/set_pattern/test_pattern.rb +0 -0
@@ -56,7 +56,7 @@ format :html do
56
56
  view :horizontal_menu, cache: :never do
57
57
  wrap_with :div, class: "btn-group btn-group-sm slotter float-right card-menu "\
58
58
  "horizontal-card-menu d-none d-sm-inline-flex" do
59
- menu_item_list(class: "btn btn-default").join("\n").html_safe
59
+ menu_item_list(class: "btn btn-outline-secondary").join("\n").html_safe
60
60
  end
61
61
  end
62
62
 
@@ -77,7 +77,6 @@ format :html do
77
77
  end
78
78
 
79
79
  def menu_follow_link opts
80
- add_class opts, "dropdown-item"
81
80
  _render_follow_link(icon: true, link_opts: opts)
82
81
  end
83
82
 
@@ -105,7 +104,7 @@ format :html do
105
104
 
106
105
  def menu_item text, icon, opts={}
107
106
  link_text = "#{material_icon(icon)}<span class='menu-item-label'>#{text}</span>"
108
- add_class opts, "dropdown-item"
107
+ # add_class opts, "dropdown-item"
109
108
  smart_link_to link_text.html_safe, opts
110
109
  end
111
110
 
@@ -58,7 +58,7 @@ format :html do
58
58
  end
59
59
 
60
60
  def toolbar_split_buttons
61
- wrap_with :form, class: "navbar-text" do
61
+ wrap_with :form do
62
62
  [
63
63
  account_split_button,
64
64
  toolbar_button_card(:activity),
@@ -69,7 +69,7 @@ format :html do
69
69
  end
70
70
 
71
71
  def toolbar_simple_buttons
72
- wrap_with :form, class: "navbar-text" do
72
+ wrap_with :form do
73
73
  _render :toolbar_buttons
74
74
  end
75
75
  end
@@ -162,8 +162,7 @@ format :html do
162
162
 
163
163
  def related_codename related_card
164
164
  return nil unless related_card
165
- tag_card = Card.quick_fetch related_card.name.right
166
- tag_card && tag_card.codename
165
+ Card.quick_fetch(related_card.name.right)&.codename
167
166
  end
168
167
 
169
168
  def close_link extra_class, opts={}
@@ -26,7 +26,7 @@ format :html do
26
26
 
27
27
  view :add_button, view: :add_link
28
28
  def default_add_button_args args
29
- args[:css_class] = "btn btn-default"
29
+ args[:css_class] = "btn btn-outline-secondary"
30
30
  end
31
31
 
32
32
  view :add_url do |args|
@@ -1,13 +1,12 @@
1
1
  # -*- encoding : utf-8 -*-
2
2
 
3
3
  describe Card::Set::All::RichHtml::Editing do
4
- before do
5
- @mycard = Card["A"].format
6
- end
4
+ let(:mycard) { Card["A"] }
5
+ let(:myformat) { mycard.format }
7
6
 
8
7
  def assert_active_toolbar_pill view, content, related_view=false
9
8
  view_selector = related_view ? "related" : view
10
- assert_view_select @mycard.render!(view),
9
+ assert_view_select myformat.render!(view),
11
10
  "div[class~='card-slot #{view_selector}-view']" do
12
11
  assert_select 'nav[class="slotter toolbar navbar navbar-inverse"]' do
13
12
  assert_select 'ul[class="nav navbar-nav nav-pills"]' do
@@ -17,6 +16,18 @@ describe Card::Set::All::RichHtml::Editing do
17
16
  end
18
17
  end
19
18
 
19
+ describe "edit_nests view" do
20
+ it "shows editors for both absolute and relative nests" do
21
+ mycard.content = "{{absolute}} AND {{+relative}}"
22
+ view = myformat.render :edit_nests
23
+ puts view
24
+ expect(view).to have_tag "div.SELF-a" do
25
+ with_tag "div.card-editor", with: { card_name: "absolute" }
26
+ with_tag "div.card-editor", with: { card_name: "A+relative" }
27
+ end
28
+ end
29
+ end
30
+
20
31
  # outdated
21
32
  # TODO: write tests for new toolbar
22
33
  # describe "edit view" do
@@ -4,6 +4,7 @@ class UpdateTinymceConfig < Card::Migration::Core
4
4
  TINYMCE_CONF = <<-JSON.strip_heredoc
5
5
  {
6
6
  "theme": "modern",
7
+ "menubar": "edit view insert format table",
7
8
  "plugins": "autoresize code lists hr link autolink table contextmenu textcolor colorpicker",
8
9
  "toolbar1": "formatselect | bold italic strikethrough forecolor backcolor | link | alignleft aligncenter alignright alignjustify | numlist bullist outdent indent | removeformat",
9
10
  "width":"100%",
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: card
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.93.3
4
+ version: 1.93.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ethan McCutchen
@@ -11,7 +11,7 @@ authors:
11
11
  autorequire:
12
12
  bindir: bin
13
13
  cert_chain: []
14
- date: 2017-11-20 00:00:00.000000000 Z
14
+ date: 2017-11-29 00:00:00.000000000 Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: cardname
@@ -19,14 +19,14 @@ dependencies:
19
19
  requirements:
20
20
  - - '='
21
21
  - !ruby/object:Gem::Version
22
- version: 0.3.3
22
+ version: 0.3.4
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
26
26
  requirements:
27
27
  - - '='
28
28
  - !ruby/object:Gem::Version
29
- version: 0.3.3
29
+ version: 0.3.4
30
30
  - !ruby/object:Gem::Dependency
31
31
  name: haml
32
32
  requirement: !ruby/object:Gem::Requirement
@@ -245,13 +245,11 @@ executables: []
245
245
  extensions: []
246
246
  extra_rdoc_files: []
247
247
  files:
248
- - ".rspec"
249
248
  - ".yardopts"
250
249
  - GPL
251
250
  - LICENSE
252
251
  - README.rdoc
253
252
  - VERSION
254
- - card.gemspec
255
253
  - config/i18n-tasks.yml
256
254
  - config/initializers/01_core_extensions/array.rb
257
255
  - config/initializers/01_core_extensions/hash.rb
@@ -293,6 +291,7 @@ files:
293
291
  - db/migrate/20151105225559_more_space_for_db_content.rb
294
292
  - db/migrate/20160122153608_new_indeces.rb
295
293
  - db/migrate/20170908114442_create_delayed_jobs.rb
294
+ - db/migrate/20170908114452_increase_text_size_for_delayed_jobs.rb
296
295
  - db/migrate_core_cards/20120611203506_rails_inflection_updates.rb
297
296
  - db/migrate_core_cards/20130411191151_renaming_for_menu.rb
298
297
  - db/migrate_core_cards/20130411211600_delete_old_related_tab_cards.rb
@@ -417,7 +416,6 @@ files:
417
416
  - db/seed/new/card_changes.yml
418
417
  - db/seed/new/card_references.yml
419
418
  - db/seed/new/cards.yml
420
- - db/seed/test/fixtures/.gitkeep
421
419
  - db/seed/test/fixtures/card_actions.yml
422
420
  - db/seed/test/fixtures/card_acts.yml
423
421
  - db/seed/test/fixtures/card_changes.yml
@@ -531,8 +529,20 @@ files:
531
529
  - lib/card/set/trait.rb
532
530
  - lib/card/set_pattern.rb
533
531
  - lib/card/subcards.rb
532
+ - lib/card/subcards/add.rb
533
+ - lib/card/subcards/relate.rb
534
+ - lib/card/subcards/remove.rb
534
535
  - lib/card/tasks/card.rake
535
536
  - lib/card/tasks/card/create.rake
537
+ - lib/card/tasks/card/file_card_creator.rb
538
+ - lib/card/tasks/card/file_card_creator/abstract_file_card.rb
539
+ - lib/card/tasks/card/file_card_creator/abstract_file_card/migration_file.rb
540
+ - lib/card/tasks/card/file_card_creator/abstract_file_card/ruby_file.rb
541
+ - lib/card/tasks/card/file_card_creator/abstract_file_card/source_file.rb
542
+ - lib/card/tasks/card/file_card_creator/haml_card.rb
543
+ - lib/card/tasks/card/file_card_creator/output_helper.rb
544
+ - lib/card/tasks/card/file_card_creator/script_card.rb
545
+ - lib/card/tasks/card/file_card_creator/style_card.rb
536
546
  - lib/card/tasks/card/migrate.rake
537
547
  - lib/card/tasks/card/seed.rake
538
548
  - lib/card/version.rb
@@ -802,16 +812,6 @@ files:
802
812
  - mod/bootstrap/spec/set/all/bootstrap/form_spec.rb
803
813
  - mod/bootstrap/spec/set/all/bootstrap/horizontal_form_spec.rb
804
814
  - mod/bootstrap/spec/set/all/bootstrap/layout_spec.rb
805
- - mod/bootstrap/vendor/bootstrap/.babelrc.js
806
- - mod/bootstrap/vendor/bootstrap/.editorconfig
807
- - mod/bootstrap/vendor/bootstrap/.eslintignore
808
- - mod/bootstrap/vendor/bootstrap/.gitattributes
809
- - mod/bootstrap/vendor/bootstrap/.github/CONTRIBUTING.md
810
- - mod/bootstrap/vendor/bootstrap/.github/ISSUE_TEMPLATE.md
811
- - mod/bootstrap/vendor/bootstrap/.gitignore
812
- - mod/bootstrap/vendor/bootstrap/.hound.yml
813
- - mod/bootstrap/vendor/bootstrap/.houndignore
814
- - mod/bootstrap/vendor/bootstrap/.travis.yml
815
815
  - mod/bootstrap/vendor/bootstrap/CNAME
816
816
  - mod/bootstrap/vendor/bootstrap/Gemfile
817
817
  - mod/bootstrap/vendor/bootstrap/Gemfile.lock
@@ -912,8 +912,6 @@ files:
912
912
  - mod/bootstrap/vendor/bootstrap/assets/scss/_variables.scss
913
913
  - mod/bootstrap/vendor/bootstrap/assets/scss/docs.scss
914
914
  - mod/bootstrap/vendor/bootstrap/bower.json
915
- - mod/bootstrap/vendor/bootstrap/build/.htmllintrc
916
- - mod/bootstrap/vendor/bootstrap/build/.stylelintrc
917
915
  - mod/bootstrap/vendor/bootstrap/build/change-version.js
918
916
  - mod/bootstrap/vendor/bootstrap/build/gcp-key.json.enc
919
917
  - mod/bootstrap/vendor/bootstrap/build/htmllint.js
@@ -980,7 +978,6 @@ files:
980
978
  - mod/bootstrap/vendor/bootstrap/docs/4.0/content/reboot.md
981
979
  - mod/bootstrap/vendor/bootstrap/docs/4.0/content/tables.md
982
980
  - mod/bootstrap/vendor/bootstrap/docs/4.0/content/typography.md
983
- - mod/bootstrap/vendor/bootstrap/docs/4.0/examples/.stylelintrc
984
981
  - mod/bootstrap/vendor/bootstrap/docs/4.0/examples/album/album.css
985
982
  - mod/bootstrap/vendor/bootstrap/docs/4.0/examples/album/index.html
986
983
  - mod/bootstrap/vendor/bootstrap/docs/4.0/examples/blog/blog.css
@@ -1075,7 +1072,6 @@ files:
1075
1072
  - mod/bootstrap/vendor/bootstrap/docs/4.0/utilities/visibility.md
1076
1073
  - mod/bootstrap/vendor/bootstrap/favicon.ico
1077
1074
  - mod/bootstrap/vendor/bootstrap/index.html
1078
- - mod/bootstrap/vendor/bootstrap/js/.eslintrc.json
1079
1075
  - mod/bootstrap/vendor/bootstrap/js/dist/alert.js
1080
1076
  - mod/bootstrap/vendor/bootstrap/js/dist/alert.js.map
1081
1077
  - mod/bootstrap/vendor/bootstrap/js/dist/button.js
@@ -1112,7 +1108,6 @@ files:
1112
1108
  - mod/bootstrap/vendor/bootstrap/js/src/tab.js
1113
1109
  - mod/bootstrap/vendor/bootstrap/js/src/tooltip.js
1114
1110
  - mod/bootstrap/vendor/bootstrap/js/src/util.js
1115
- - mod/bootstrap/vendor/bootstrap/js/tests/.eslintrc.json
1116
1111
  - mod/bootstrap/vendor/bootstrap/js/tests/README.md
1117
1112
  - mod/bootstrap/vendor/bootstrap/js/tests/index.html
1118
1113
  - mod/bootstrap/vendor/bootstrap/js/tests/unit/alert.js
@@ -1229,9 +1224,6 @@ files:
1229
1224
  - mod/bootstrap/vendor/bootstrap/scss/utilities/_text.scss
1230
1225
  - mod/bootstrap/vendor/bootstrap/scss/utilities/_visibility.scss
1231
1226
  - mod/bootstrap/vendor/bootstrap/sw.js
1232
- - mod/bootstrap/vendor/bootswatch/.gitignore
1233
- - mod/bootstrap/vendor/bootswatch/.npmignore
1234
- - mod/bootstrap/vendor/bootswatch/.travis.yml
1235
1227
  - mod/bootstrap/vendor/bootswatch/Gruntfile.js
1236
1228
  - mod/bootstrap/vendor/bootswatch/LICENSE
1237
1229
  - mod/bootstrap/vendor/bootswatch/README.md
@@ -1325,8 +1317,6 @@ files:
1325
1317
  - mod/bootstrap/vendor/bootswatch/dist/yeti/_variables.scss
1326
1318
  - mod/bootstrap/vendor/bootswatch/dist/yeti/bootstrap.css
1327
1319
  - mod/bootstrap/vendor/bootswatch/dist/yeti/bootstrap.min.css
1328
- - mod/bootstrap/vendor/bootswatch/docs/.nojekyll
1329
- - mod/bootstrap/vendor/bootswatch/docs/2/.travis.yml
1330
1320
  - mod/bootstrap/vendor/bootswatch/docs/2/Gruntfile.js
1331
1321
  - mod/bootstrap/vendor/bootswatch/docs/2/LICENSE
1332
1322
  - mod/bootstrap/vendor/bootswatch/docs/2/README.md
@@ -1338,9 +1328,6 @@ files:
1338
1328
  - mod/bootstrap/vendor/bootswatch/docs/2/amelia/variables.less
1339
1329
  - mod/bootstrap/vendor/bootswatch/docs/2/api/themes.json
1340
1330
  - mod/bootstrap/vendor/bootswatch/docs/2/bower.json
1341
- - mod/bootstrap/vendor/bootswatch/docs/2/bower_components/bootstrap/.bower.json
1342
- - mod/bootstrap/vendor/bootswatch/docs/2/bower_components/bootstrap/.gitignore
1343
- - mod/bootstrap/vendor/bootswatch/docs/2/bower_components/bootstrap/.travis.yml
1344
1331
  - mod/bootstrap/vendor/bootswatch/docs/2/bower_components/bootstrap/CHANGELOG.md
1345
1332
  - mod/bootstrap/vendor/bootswatch/docs/2/bower_components/bootstrap/CONTRIBUTING.md
1346
1333
  - mod/bootstrap/vendor/bootswatch/docs/2/bower_components/bootstrap/LICENSE
@@ -1442,7 +1429,6 @@ files:
1442
1429
  - mod/bootstrap/vendor/bootswatch/docs/2/bower_components/bootstrap/docs/templates/pages/scaffolding.mustache
1443
1430
  - mod/bootstrap/vendor/bootswatch/docs/2/bower_components/bootstrap/img/glyphicons-halflings-white.png
1444
1431
  - mod/bootstrap/vendor/bootswatch/docs/2/bower_components/bootstrap/img/glyphicons-halflings.png
1445
- - mod/bootstrap/vendor/bootswatch/docs/2/bower_components/bootstrap/js/.jshintrc
1446
1432
  - mod/bootstrap/vendor/bootswatch/docs/2/bower_components/bootstrap/js/bootstrap-affix.js
1447
1433
  - mod/bootstrap/vendor/bootswatch/docs/2/bower_components/bootstrap/js/bootstrap-alert.js
1448
1434
  - mod/bootstrap/vendor/bootswatch/docs/2/bower_components/bootstrap/js/bootstrap-button.js
@@ -1526,8 +1512,6 @@ files:
1526
1512
  - mod/bootstrap/vendor/bootswatch/docs/2/bower_components/bootstrap/less/variables.less
1527
1513
  - mod/bootstrap/vendor/bootswatch/docs/2/bower_components/bootstrap/less/wells.less
1528
1514
  - mod/bootstrap/vendor/bootswatch/docs/2/bower_components/bootstrap/package.json
1529
- - mod/bootstrap/vendor/bootswatch/docs/2/bower_components/jquery/.bower.json
1530
- - mod/bootstrap/vendor/bootswatch/docs/2/bower_components/jquery/.gitignore
1531
1515
  - mod/bootstrap/vendor/bootswatch/docs/2/bower_components/jquery/README.md
1532
1516
  - mod/bootstrap/vendor/bootswatch/docs/2/bower_components/jquery/bower.json
1533
1517
  - mod/bootstrap/vendor/bootswatch/docs/2/bower_components/jquery/component.json
@@ -1638,7 +1622,6 @@ files:
1638
1622
  - mod/bootstrap/vendor/bootswatch/docs/2/superhero/index.html
1639
1623
  - mod/bootstrap/vendor/bootswatch/docs/2/superhero/thumbnail.png
1640
1624
  - mod/bootstrap/vendor/bootswatch/docs/2/superhero/variables.less
1641
- - mod/bootstrap/vendor/bootswatch/docs/2/swatchmaker/.gitignore
1642
1625
  - mod/bootstrap/vendor/bootswatch/docs/2/swatchmaker/Makefile
1643
1626
  - mod/bootstrap/vendor/bootswatch/docs/2/swatchmaker/README.md
1644
1627
  - mod/bootstrap/vendor/bootswatch/docs/2/swatchmaker/img/glyphicons-halflings-white.png
@@ -1677,7 +1660,6 @@ files:
1677
1660
  - mod/bootstrap/vendor/bootswatch/docs/3/assets/js/bsa.js
1678
1661
  - mod/bootstrap/vendor/bootswatch/docs/3/assets/js/custom.js
1679
1662
  - mod/bootstrap/vendor/bootswatch/docs/3/assets/less/custom.less
1680
- - mod/bootstrap/vendor/bootswatch/docs/3/bower_components/bootstrap-sass-official/.bower.json
1681
1663
  - mod/bootstrap/vendor/bootswatch/docs/3/bower_components/bootstrap-sass-official/CHANGELOG.md
1682
1664
  - mod/bootstrap/vendor/bootswatch/docs/3/bower_components/bootstrap-sass-official/CONTRIBUTING.md
1683
1665
  - mod/bootstrap/vendor/bootswatch/docs/3/bower_components/bootstrap-sass-official/LICENSE
@@ -1781,7 +1763,6 @@ files:
1781
1763
  - mod/bootstrap/vendor/bootswatch/docs/3/bower_components/bootstrap-sass-official/eyeglass-exports.js
1782
1764
  - mod/bootstrap/vendor/bootswatch/docs/3/bower_components/bootstrap-sass-official/package.json
1783
1765
  - mod/bootstrap/vendor/bootswatch/docs/3/bower_components/bootstrap-sass-official/sache.json
1784
- - mod/bootstrap/vendor/bootswatch/docs/3/bower_components/bootstrap/.bower.json
1785
1766
  - mod/bootstrap/vendor/bootswatch/docs/3/bower_components/bootstrap/CHANGELOG.md
1786
1767
  - mod/bootstrap/vendor/bootswatch/docs/3/bower_components/bootstrap/Gemfile
1787
1768
  - mod/bootstrap/vendor/bootswatch/docs/3/bower_components/bootstrap/Gruntfile.js
@@ -1810,7 +1791,6 @@ files:
1810
1791
  - mod/bootstrap/vendor/bootswatch/docs/3/bower_components/bootstrap/fonts/glyphicons-halflings-regular.ttf
1811
1792
  - mod/bootstrap/vendor/bootswatch/docs/3/bower_components/bootstrap/fonts/glyphicons-halflings-regular.woff
1812
1793
  - mod/bootstrap/vendor/bootswatch/docs/3/bower_components/bootstrap/fonts/glyphicons-halflings-regular.woff2
1813
- - mod/bootstrap/vendor/bootswatch/docs/3/bower_components/bootstrap/grunt/.jshintrc
1814
1794
  - mod/bootstrap/vendor/bootswatch/docs/3/bower_components/bootstrap/grunt/bs-commonjs-generator.js
1815
1795
  - mod/bootstrap/vendor/bootswatch/docs/3/bower_components/bootstrap/grunt/bs-glyphicons-data-generator.js
1816
1796
  - mod/bootstrap/vendor/bootswatch/docs/3/bower_components/bootstrap/grunt/bs-lessdoc-parser.js
@@ -1819,8 +1799,6 @@ files:
1819
1799
  - mod/bootstrap/vendor/bootswatch/docs/3/bower_components/bootstrap/grunt/configBridge.json
1820
1800
  - mod/bootstrap/vendor/bootswatch/docs/3/bower_components/bootstrap/grunt/npm-shrinkwrap.json
1821
1801
  - mod/bootstrap/vendor/bootswatch/docs/3/bower_components/bootstrap/grunt/sauce_browsers.yml
1822
- - mod/bootstrap/vendor/bootswatch/docs/3/bower_components/bootstrap/js/.jscsrc
1823
- - mod/bootstrap/vendor/bootswatch/docs/3/bower_components/bootstrap/js/.jshintrc
1824
1802
  - mod/bootstrap/vendor/bootswatch/docs/3/bower_components/bootstrap/js/affix.js
1825
1803
  - mod/bootstrap/vendor/bootswatch/docs/3/bower_components/bootstrap/js/alert.js
1826
1804
  - mod/bootstrap/vendor/bootswatch/docs/3/bower_components/bootstrap/js/button.js
@@ -1833,8 +1811,6 @@ files:
1833
1811
  - mod/bootstrap/vendor/bootswatch/docs/3/bower_components/bootstrap/js/tab.js
1834
1812
  - mod/bootstrap/vendor/bootswatch/docs/3/bower_components/bootstrap/js/tooltip.js
1835
1813
  - mod/bootstrap/vendor/bootswatch/docs/3/bower_components/bootstrap/js/transition.js
1836
- - mod/bootstrap/vendor/bootswatch/docs/3/bower_components/bootstrap/less/.csscomb.json
1837
- - mod/bootstrap/vendor/bootswatch/docs/3/bower_components/bootstrap/less/.csslintrc
1838
1814
  - mod/bootstrap/vendor/bootswatch/docs/3/bower_components/bootstrap/less/alerts.less
1839
1815
  - mod/bootstrap/vendor/bootswatch/docs/3/bower_components/bootstrap/less/badges.less
1840
1816
  - mod/bootstrap/vendor/bootswatch/docs/3/bower_components/bootstrap/less/bootstrap.less
@@ -1911,8 +1887,6 @@ files:
1911
1887
  - mod/bootstrap/vendor/bootswatch/docs/3/bower_components/bootstrap/nuget/bootstrap.nuspec
1912
1888
  - mod/bootstrap/vendor/bootswatch/docs/3/bower_components/bootstrap/package.js
1913
1889
  - mod/bootstrap/vendor/bootswatch/docs/3/bower_components/bootstrap/package.json
1914
- - mod/bootstrap/vendor/bootswatch/docs/3/bower_components/font-awesome/.bower.json
1915
- - mod/bootstrap/vendor/bootswatch/docs/3/bower_components/font-awesome/.gitignore
1916
1890
  - mod/bootstrap/vendor/bootswatch/docs/3/bower_components/font-awesome/CONTRIBUTING.md
1917
1891
  - mod/bootstrap/vendor/bootswatch/docs/3/bower_components/font-awesome/Gemfile
1918
1892
  - mod/bootstrap/vendor/bootswatch/docs/3/bower_components/font-awesome/README.md
@@ -2592,7 +2566,6 @@ files:
2592
2566
  - mod/bootstrap/vendor/bootswatch/docs/3/bower_components/font-awesome/src/test-2.3.2.html
2593
2567
  - mod/bootstrap/vendor/bootswatch/docs/3/bower_components/font-awesome/src/test.html
2594
2568
  - mod/bootstrap/vendor/bootswatch/docs/3/bower_components/font-awesome/src/whats-new.html
2595
- - mod/bootstrap/vendor/bootswatch/docs/3/bower_components/html5shiv/.bower.json
2596
2569
  - mod/bootstrap/vendor/bootswatch/docs/3/bower_components/html5shiv/Gruntfile.js
2597
2570
  - mod/bootstrap/vendor/bootswatch/docs/3/bower_components/html5shiv/MIT and GPL2 licenses.md
2598
2571
  - mod/bootstrap/vendor/bootswatch/docs/3/bower_components/html5shiv/bower.json
@@ -2602,7 +2575,6 @@ files:
2602
2575
  - mod/bootstrap/vendor/bootswatch/docs/3/bower_components/html5shiv/dist/html5shiv.min.js
2603
2576
  - mod/bootstrap/vendor/bootswatch/docs/3/bower_components/html5shiv/package.json
2604
2577
  - mod/bootstrap/vendor/bootswatch/docs/3/bower_components/html5shiv/readme.md
2605
- - mod/bootstrap/vendor/bootswatch/docs/3/bower_components/jquery/.bower.json
2606
2578
  - mod/bootstrap/vendor/bootswatch/docs/3/bower_components/jquery/MIT-LICENSE.txt
2607
2579
  - mod/bootstrap/vendor/bootswatch/docs/3/bower_components/jquery/bower.json
2608
2580
  - mod/bootstrap/vendor/bootswatch/docs/3/bower_components/jquery/dist/jquery.js
@@ -2692,7 +2664,6 @@ files:
2692
2664
  - mod/bootstrap/vendor/bootswatch/docs/3/bower_components/jquery/src/var/support.js
2693
2665
  - mod/bootstrap/vendor/bootswatch/docs/3/bower_components/jquery/src/var/toString.js
2694
2666
  - mod/bootstrap/vendor/bootswatch/docs/3/bower_components/jquery/src/wrap.js
2695
- - mod/bootstrap/vendor/bootswatch/docs/3/bower_components/respond/.bower.json
2696
2667
  - mod/bootstrap/vendor/bootswatch/docs/3/bower_components/respond/Gruntfile.js
2697
2668
  - mod/bootstrap/vendor/bootswatch/docs/3/bower_components/respond/LICENSE-MIT
2698
2669
  - mod/bootstrap/vendor/bootswatch/docs/3/bower_components/respond/README.md
@@ -3068,14 +3039,6 @@ files:
3068
3039
  - mod/bootstrap/vendor/bootswatch/docs/yeti/index.html
3069
3040
  - mod/bootstrap/vendor/bootswatch/docs/yeti/thumbnail.png
3070
3041
  - mod/bootstrap/vendor/bootswatch/package.json
3071
- - mod/bootstrap/vendor/select2/.editorconfig
3072
- - mod/bootstrap/vendor/select2/.github/CONTRIBUTING.md
3073
- - mod/bootstrap/vendor/select2/.github/ISSUE_TEMPLATE.md
3074
- - mod/bootstrap/vendor/select2/.github/PULL_REQUEST_TEMPLATE.md
3075
- - mod/bootstrap/vendor/select2/.gitignore
3076
- - mod/bootstrap/vendor/select2/.jshintignore
3077
- - mod/bootstrap/vendor/select2/.jshintrc
3078
- - mod/bootstrap/vendor/select2/.travis.yml
3079
3042
  - mod/bootstrap/vendor/select2/CHANGELOG.md
3080
3043
  - mod/bootstrap/vendor/select2/Gruntfile.js
3081
3044
  - mod/bootstrap/vendor/select2/LICENSE.md
@@ -3331,22 +3294,26 @@ files:
3331
3294
  - mod/core/layout/pre.html
3332
3295
  - mod/core/layout/simple.html
3333
3296
  - mod/core/set/abstract/code_file.rb
3297
+ - mod/core/set/abstract/haml_file.rb
3334
3298
  - mod/core/set/abstract/lock.rb
3335
3299
  - mod/core/set/all/actify.rb
3336
3300
  - mod/core/set/all/active_card.rb
3337
3301
  - mod/core/set/all/assign_attributes.rb
3338
3302
  - mod/core/set/all/cache.rb
3303
+ - mod/core/set/all/chunk.rb
3339
3304
  - mod/core/set/all/collection.rb
3340
3305
  - mod/core/set/all/content.rb
3341
3306
  - mod/core/set/all/debug.rb
3342
3307
  - mod/core/set/all/erb.rb
3343
3308
  - mod/core/set/all/event_conditions.rb
3344
3309
  - mod/core/set/all/export.rb
3310
+ - mod/core/set/all/extended.rb
3345
3311
  - mod/core/set/all/fetch.rb
3346
3312
  - mod/core/set/all/fetch_helper.rb
3347
3313
  - mod/core/set/all/haml.rb
3348
3314
  - mod/core/set/all/i18n.rb
3349
3315
  - mod/core/set/all/initialize.rb
3316
+ - mod/core/set/all/item.rb
3350
3317
  - mod/core/set/all/location_history.rb
3351
3318
  - mod/core/set/all/mark.rb
3352
3319
  - mod/core/set/all/name.rb
@@ -3360,6 +3327,7 @@ files:
3360
3327
  - mod/core/set/all/stages.rb
3361
3328
  - mod/core/set/all/states.rb
3362
3329
  - mod/core/set/all/subcards.rb
3330
+ - mod/core/set/all/tabs.rb
3363
3331
  - mod/core/set/all/templating.rb
3364
3332
  - mod/core/set/all/trash.rb
3365
3333
  - mod/core/set/all/type.rb
@@ -3381,6 +3349,7 @@ files:
3381
3349
  - mod/core/spec/set/all/actify_spec.rb
3382
3350
  - mod/core/spec/set/all/active_card_spec.rb
3383
3351
  - mod/core/spec/set/all/assign_attributes_spec.rb
3352
+ - mod/core/spec/set/all/chunk_spec.rb
3384
3353
  - mod/core/spec/set/all/collection_spec.rb
3385
3354
  - mod/core/spec/set/all/content_spec.rb
3386
3355
  - mod/core/spec/set/all/event_conditions_spec.rb
@@ -3714,7 +3683,7 @@ files:
3714
3683
  - mod/standard/spec/set/type/toggle_spec.rb
3715
3684
  - mod/standard/spec/set/type/uri_spec.rb
3716
3685
  - mod/tinymce_editor/db/migrate_cards/20160804112560_add_tinymce_cards.rb
3717
- - mod/tinymce_editor/db/migrate_cards/20171113233150_update_tinymce_config.rb
3686
+ - mod/tinymce_editor/db/migrate_cards/20171113233151_update_tinymce_config.rb
3718
3687
  - mod/tinymce_editor/lib/javascript/script_tinymce.js
3719
3688
  - mod/tinymce_editor/lib/javascript/script_tinymce_config.js.coffee
3720
3689
  - mod/tinymce_editor/set/abstract/tinymce_editor.rb
@@ -3723,59 +3692,6 @@ files:
3723
3692
  - mod/twitter/Gemfile
3724
3693
  - mod/twitter/db/migrate_cards/20170305112346_add_twitter_cards.rb
3725
3694
  - mod/twitter/set/type/twitter_template.rb
3726
- - script/fetch_bootswatch_themes.rb
3727
- - spec/config/initializers/core_extensions_spec.rb
3728
- - spec/config/initializers/patches/active_job_spec.rb
3729
- - spec/lib/card/action_spec.rb
3730
- - spec/lib/card/auth_spec.rb
3731
- - spec/lib/card/cache_spec.rb
3732
- - spec/lib/card/chunk_spec.rb
3733
- - spec/lib/card/codename_spec.rb
3734
- - spec/lib/card/content_spec.rb
3735
- - spec/lib/card/diff_spec.rb
3736
- - spec/lib/card/format/nest_spec.rb
3737
- - spec/lib/card/format/render_spec.rb
3738
- - spec/lib/card/format_spec.rb
3739
- - spec/lib/card/i18n_spec.rb
3740
- - spec/lib/card/loader/Modfile
3741
- - spec/lib/card/loader_spec.rb
3742
- - spec/lib/card/migration/import_spec.rb
3743
- - spec/lib/card/mod/loader/mod_dirs.rb
3744
- - spec/lib/card/mod/loader/set_loader_spec.rb
3745
- - spec/lib/card/mod/loader/set_pattern_loader_spec.rb
3746
- - spec/lib/card/name/fields_and_traits_spec.rb
3747
- - spec/lib/card/name_spec.rb
3748
- - spec/lib/card/query/sorting_spec.rb
3749
- - spec/lib/card/query_spec.rb
3750
- - spec/lib/card/reference_spec.rb
3751
- - spec/lib/card/set/event_spec.rb
3752
- - spec/lib/card/set/trait_spec.rb
3753
- - spec/lib/card/set_pattern_spec.rb
3754
- - spec/lib/card/set_spec.rb
3755
- - spec/lib/card/stage_director_spec.rb
3756
- - spec/lib/card/subcards_spec.rb
3757
- - spec/lib/card/success_spec.rb
3758
- - spec/lib/card/view_cache_spec.rb
3759
- - spec/mailers/mailer_spec.rb
3760
- - spec/models/card/create_spec.rb
3761
- - spec/models/card/trash_spec.rb
3762
- - spec/models/card_spec.rb
3763
- - spec/spec_helper.rb
3764
- - spec/support/card_spec_helper.rb
3765
- - spec/support/card_spec_loader.rb
3766
- - spec/support/helper/card_helper.rb
3767
- - spec/support/helper/event_helper.rb
3768
- - spec/support/helper/render_helper.rb
3769
- - spec/support/helper/save_helper.rb
3770
- - spec/support/helper/set_helper.rb
3771
- - spec/support/matchers/card_matchers.rb
3772
- - spec/support/matchers/expectations.rb
3773
- - spec/support/matchers/file_matchers.rb
3774
- - spec/support/matchers/html_matchers.rb
3775
- - spec/support/matchers/negated_matchers.rb
3776
- - spec/support/simplecov_helper.rb
3777
- - spec/support/test_mods/mod1/set/all/test_set.rb
3778
- - spec/support/test_mods/mod2/set_pattern/test_pattern.rb
3779
3695
  - tmpsets/set/mod001-admin/self/admin.rb
3780
3696
  - tmpsets/set/mod001-admin/self/admin_info.rb
3781
3697
  - tmpsets/set/mod001-admin/self/version.rb
@@ -4024,56 +3940,4 @@ rubygems_version: 2.6.13
4024
3940
  signing_key:
4025
3941
  specification_version: 4
4026
3942
  summary: a simple engine for emergent data structures
4027
- test_files:
4028
- - spec/config/initializers/core_extensions_spec.rb
4029
- - spec/config/initializers/patches/active_job_spec.rb
4030
- - spec/lib/card/action_spec.rb
4031
- - spec/lib/card/auth_spec.rb
4032
- - spec/lib/card/cache_spec.rb
4033
- - spec/lib/card/chunk_spec.rb
4034
- - spec/lib/card/codename_spec.rb
4035
- - spec/lib/card/content_spec.rb
4036
- - spec/lib/card/diff_spec.rb
4037
- - spec/lib/card/format/nest_spec.rb
4038
- - spec/lib/card/format/render_spec.rb
4039
- - spec/lib/card/format_spec.rb
4040
- - spec/lib/card/i18n_spec.rb
4041
- - spec/lib/card/loader/Modfile
4042
- - spec/lib/card/loader_spec.rb
4043
- - spec/lib/card/migration/import_spec.rb
4044
- - spec/lib/card/mod/loader/mod_dirs.rb
4045
- - spec/lib/card/mod/loader/set_loader_spec.rb
4046
- - spec/lib/card/mod/loader/set_pattern_loader_spec.rb
4047
- - spec/lib/card/name/fields_and_traits_spec.rb
4048
- - spec/lib/card/name_spec.rb
4049
- - spec/lib/card/query/sorting_spec.rb
4050
- - spec/lib/card/query_spec.rb
4051
- - spec/lib/card/reference_spec.rb
4052
- - spec/lib/card/set/event_spec.rb
4053
- - spec/lib/card/set/trait_spec.rb
4054
- - spec/lib/card/set_pattern_spec.rb
4055
- - spec/lib/card/set_spec.rb
4056
- - spec/lib/card/stage_director_spec.rb
4057
- - spec/lib/card/subcards_spec.rb
4058
- - spec/lib/card/success_spec.rb
4059
- - spec/lib/card/view_cache_spec.rb
4060
- - spec/mailers/mailer_spec.rb
4061
- - spec/models/card/create_spec.rb
4062
- - spec/models/card/trash_spec.rb
4063
- - spec/models/card_spec.rb
4064
- - spec/spec_helper.rb
4065
- - spec/support/card_spec_helper.rb
4066
- - spec/support/card_spec_loader.rb
4067
- - spec/support/helper/card_helper.rb
4068
- - spec/support/helper/event_helper.rb
4069
- - spec/support/helper/render_helper.rb
4070
- - spec/support/helper/save_helper.rb
4071
- - spec/support/helper/set_helper.rb
4072
- - spec/support/matchers/card_matchers.rb
4073
- - spec/support/matchers/expectations.rb
4074
- - spec/support/matchers/file_matchers.rb
4075
- - spec/support/matchers/html_matchers.rb
4076
- - spec/support/matchers/negated_matchers.rb
4077
- - spec/support/simplecov_helper.rb
4078
- - spec/support/test_mods/mod1/set/all/test_set.rb
4079
- - spec/support/test_mods/mod2/set_pattern/test_pattern.rb
3943
+ test_files: []