card 1.96.7 → 1.96.8

Sign up to get free protection for your applications and to get access to all the features.
Files changed (112) hide show
  1. checksums.yaml +4 -4
  2. data/VERSION +1 -1
  3. data/db/migrate_core_cards/20120611203506_rails_inflection_updates.rb +2 -2
  4. data/db/migrate_core_cards/20130823192433_add_style_cards.rb +5 -5
  5. data/db/migrate_core_cards/20130910183318_move_styles_to_content.rb +1 -1
  6. data/db/migrate_core_cards/20130920291703_update_stylesheets.rb +1 -1
  7. data/db/migrate_core_cards/20131016172445_common_css_patch.rb +1 -1
  8. data/db/migrate_core_cards/20140110193325_reset_account_request_type.rb +1 -1
  9. data/db/migrate_core_cards/20140307231621_user_data_to_cards.rb +1 -1
  10. data/db/migrate_core_cards/20140512155840_add_script_cards.rb +1 -1
  11. data/db/migrate_core_cards/20140629222005_add_email_cards.rb +2 -2
  12. data/db/migrate_core_cards/20141120120605_fix_notification_html_message.rb +1 -1
  13. data/db/migrate_core_cards/20141204061304_watchers_to_following.rb +1 -1
  14. data/db/migrate_core_cards/20150202143810_import_bootstrap_layout.rb +4 -4
  15. data/db/migrate_core_cards/20150317162412_bootstrap_themes.rb +1 -1
  16. data/db/migrate_core_cards/20150326205655_bootswatch_themes.rb +3 -3
  17. data/db/migrate_core_cards/20150331135745_new_card_menu.rb +1 -1
  18. data/db/migrate_core_cards/20150501010515_responsive_sidebar.rb +1 -1
  19. data/db/migrate_core_cards/20150510031118_fix_skin_codenames.rb +1 -1
  20. data/db/migrate_core_cards/20150610180019_add_recaptcha_key_and_admin_info_cards.rb +1 -1
  21. data/db/migrate_core_cards/20150627205133_fix_script_bootstrap_card_type.rb +1 -1
  22. data/db/migrate_core_cards/20150702130543_remove_edit_toolbar_pinned.rb +1 -1
  23. data/db/migrate_core_cards/20150724123438_update_file_and_image_cards.rb +2 -2
  24. data/db/migrate_core_cards/20150824135418_update_file_history.rb +1 -1
  25. data/db/migrate_core_cards/20150910085603_remove_performance_log_card.rb +1 -1
  26. data/db/migrate_core_cards/20160801143221_change_bootstrap_card_type_to_scss.rb +1 -1
  27. data/db/migrate_core_cards/20160811115836_rename_stats_to_admin.rb +1 -1
  28. data/db/migrate_core_cards/20170830210517_correct_signup_success_message.rb +1 -1
  29. data/db/migrate_core_cards/data/1.12_stylesheets/traditional.scss +0 -9
  30. data/db/seed/test/seed.rb +3 -3
  31. data/lib/card/act_manager.rb +1 -1
  32. data/lib/card/cache.rb +5 -1
  33. data/lib/card/codename.rb +1 -1
  34. data/lib/card/model/save_helper.rb +3 -4
  35. data/lib/card/query.rb +15 -9
  36. data/lib/card/query/abstract_query/tie.rb +1 -0
  37. data/lib/card/query/card_query/interpretation.rb +1 -1
  38. data/lib/card/query/card_query/match_attributes.rb +2 -2
  39. data/lib/card/query/card_query/normalization.rb +6 -3
  40. data/lib/card/query/value.rb +3 -2
  41. data/lib/card/set/event/delayed_event.rb +1 -0
  42. data/mod/account/set/right/account.rb +4 -12
  43. data/mod/account/set/type/signup.rb +4 -0
  44. data/mod/account/spec/set/all/account_spec.rb +3 -3
  45. data/mod/account/spec/set/right/account_spec.rb +27 -20
  46. data/mod/account/spec/set/right/email_spec.rb +3 -3
  47. data/mod/account/spec/set/right/password_spec.rb +4 -5
  48. data/mod/account/spec/set/self/signin_spec.rb +8 -9
  49. data/mod/account/spec/set/type/signup_spec.rb +3 -3
  50. data/mod/admin/spec/set/self/admin_spec.rb +4 -4
  51. data/mod/bootstrap/db/migrate_core_cards/20180423160231_migrate_customized_bootstrap_skin.rb +2 -2
  52. data/mod/bootstrap/db/migrate_core_cards/20180423170283_add_type_bootswatch_skin.rb +1 -1
  53. data/mod/bootstrap/db/migrate_core_cards/20180601133753_migrate_skins.rb +1 -1
  54. data/mod/bootstrap/db/migrate_core_cards/data/20181108181219_migrate_classic_skins_to_bootstrap.rb +2 -2
  55. data/mod/bootstrap/lib/stylesheets/style_bootstrap_cards.scss +3 -0
  56. data/mod/bootstrap/set/abstract/bootswatch_theme.rb +1 -1
  57. data/mod/bootstrap/spec/set/type/bootswatch_skin_spec.rb +1 -1
  58. data/mod/bootstrap/spec/set/type/customized_bootswatch_skin_spec.rb +1 -1
  59. data/mod/carrierwave/lib/carrier_wave/file_card_uploader.rb +2 -2
  60. data/mod/carrierwave/set/abstract/attachment.rb +1 -1
  61. data/mod/carrierwave/set/abstract/attachment/storage_type.rb +2 -2
  62. data/mod/carrierwave/set/abstract/attachment/upload_cache.rb +2 -2
  63. data/mod/carrierwave/spec/set/type/file_spec.rb +9 -12
  64. data/mod/carrierwave/spec/set/type/image_spec.rb +2 -2
  65. data/mod/core/set/all/actify.rb +5 -2
  66. data/mod/core/set/all/cache.rb +1 -1
  67. data/mod/core/set/all/content.rb +12 -30
  68. data/mod/core/set/all/contextual_content.rb +28 -0
  69. data/mod/core/set/all/name.rb +1 -1
  70. data/mod/core/set/all/rules.rb +1 -0
  71. data/mod/core/set/all/trash.rb +2 -2
  72. data/mod/core/set/all/utils.rb +2 -2
  73. data/mod/core/spec/set/all/actify_spec.rb +45 -2
  74. data/mod/core/spec/set/all/codename_spec.rb +2 -2
  75. data/mod/core/spec/set/all/event_conditions_spec.rb +15 -16
  76. data/mod/core/spec/set/all/name_events_spec.rb +2 -2
  77. data/mod/core/spec/set/all/observer_spec.rb +1 -1
  78. data/mod/core/spec/set/all/permissions_spec.rb +3 -3
  79. data/mod/core/spec/set/all/references_spec.rb +1 -1
  80. data/mod/core/spec/set/all/rename_spec.rb +2 -2
  81. data/mod/core/spec/set/all/trash_spec.rb +1 -1
  82. data/mod/follow/set/all/follow/follow_link.rb +7 -1
  83. data/mod/follow/spec/set/all/notify_spec.rb +2 -2
  84. data/mod/follow/spec/set/right/account_spec.rb +2 -2
  85. data/mod/follow/spec/set/right/followers_spec.rb +2 -2
  86. data/mod/follow/spec/set/self/follow_defaults_spec.rb +1 -1
  87. data/mod/follow/spec/set/type/notification_template_spec.rb +1 -1
  88. data/mod/history/set/all/history.rb +1 -1
  89. data/mod/history/set/all/history/act_listing.rb +2 -1
  90. data/mod/history/set/all/history/events.rb +3 -3
  91. data/mod/machines/lib/stylesheets/style_cards.scss +17 -16
  92. data/mod/machines/set/abstract/machine.rb +3 -2
  93. data/mod/machines/set/abstract/machine/output_cache.rb +1 -1
  94. data/mod/machines/set/abstract/machine_input.rb +1 -1
  95. data/mod/machines/spec/set/right/machine_cache_spec.rb +2 -2
  96. data/mod/machines/spec/set/type/skin_spec.rb +2 -2
  97. data/mod/pointer/spec/set/abstract/pointer/events_spec.rb +2 -2
  98. data/mod/search/set/abstract/01_filter_form_helper.rb +5 -1
  99. data/mod/search/set/abstract/search/views.rb +1 -1
  100. data/mod/settings/spec/set/right/comment_spec.rb +1 -1
  101. data/mod/solid_cache/set/right/solid_cache.rb +1 -1
  102. data/mod/solid_cache/spec/set/abstract/solid_cache_spec.rb +4 -4
  103. data/mod/standard/set/self/activity_toolbar_button.rb +1 -1
  104. data/mod/standard/spec/content/chunk/include_spec.rb +1 -1
  105. data/mod/standard/spec/set/all/history_spec.rb +5 -5
  106. data/mod/standard/spec/set/type/email_template/email_config_spec.rb +2 -2
  107. data/mod/standard/spec/set/type/list_spec.rb +9 -9
  108. data/mod/standard/spec/set/type/listed_by_spec.rb +9 -9
  109. data/mod/standard/spec/set/type/search_type_spec.rb +2 -3
  110. data/mod/virtual/lib/card/virtual.rb +1 -1
  111. data/mod/virtual/set/abstract/virtual_cache.rb +2 -2
  112. metadata +5 -4
@@ -65,7 +65,7 @@ format :json do
65
65
 
66
66
  def match_wql not_names
67
67
  wql = { name_match: term_param }
68
- wql["not in"] = not_names if not_names.any?
68
+ wql[:name] = ["not in"] + not_names if not_names.any?
69
69
  wql
70
70
  end
71
71
 
@@ -31,7 +31,7 @@ describe Card::Set::Right::Comment do
31
31
  Card::Auth.as_bot do
32
32
  Card.create name: "basicname+*self+*comment",
33
33
  content: "[[Anyone Signed In]]"
34
- Card["basicname"].update_attributes! comment: " and more\n \nsome lines\n\n"
34
+ Card["basicname"].update! comment: " and more\n \nsome lines\n\n"
35
35
  end
36
36
  expect(Card["basicname"].content).to match(%r{\<p\>some lines\</p\>})
37
37
  end
@@ -15,7 +15,7 @@ end
15
15
  def write! new_content
16
16
  lock do
17
17
  if new_card?
18
- update_attributes! content: new_content
18
+ update! content: new_content
19
19
  elsif new_content != solid_cache_card.content
20
20
  update_column :db_content, new_content
21
21
  expire
@@ -20,7 +20,7 @@ describe Card::Set::Abstract::SolidCache do
20
20
  it "uses solid cache card content as core view" do
21
21
  @card.format_with_set(described_class) do |format|
22
22
  Card::Auth.as_bot do
23
- Card["A"].solid_cache_card.update_attributes! content: "cache"
23
+ Card["A"].solid_cache_card.update! content: "cache"
24
24
  end
25
25
  expect(format._render_core).to eq "cache"
26
26
  end
@@ -31,7 +31,7 @@ describe Card::Set::Abstract::SolidCache do
31
31
  it "ignores solid cache card content" do
32
32
  @card.format_with_set(described_class) do |format|
33
33
  Card::Auth.as_bot do
34
- Card["A"].solid_cache_card.update_attributes! content: "cache"
34
+ Card["A"].solid_cache_card.update! content: "cache"
35
35
  end
36
36
  expect(format._render_core(hide: :solid_cache)).to eq core_view
37
37
  end
@@ -65,7 +65,7 @@ describe Card::Set::Abstract::SolidCache do
65
65
 
66
66
  it "updates solid cache card" do
67
67
  Card::Auth.as_bot do
68
- Card["volatile"].update_attributes! content: "changing"
68
+ Card["volatile"].update! content: "changing"
69
69
  end
70
70
  expect(Card["cached", :solid_cache].content)
71
71
  .to eq "chopping and changing"
@@ -89,7 +89,7 @@ describe Card::Set::Abstract::SolidCache do
89
89
  Card["cached"].format(:html)._render_core
90
90
  expect(Card["cached", :solid_cache]).to be_instance_of Card
91
91
  Card::Auth.as_bot do
92
- Card["volatile"].update_attributes! content: "changing"
92
+ Card["volatile"].update! content: "changing"
93
93
  end
94
94
  expect(Card["cached", :solid_cache]).to be_falsey
95
95
  end
@@ -6,7 +6,7 @@ format :html do
6
6
  {
7
7
  history: (subject._render_history_link if card.history?),
8
8
  discussion: subject.link_to_related(:discussion, "discuss", class: "dropdown-item"),
9
- follow: subject.follow_link(class: "dropdown-item"),
9
+ follow: (subject.follow_link(class: "dropdown-item") if show_follow?),
10
10
  editors: subject.link_to_related(:editors, "editors", class: "dropdown-item")
11
11
  }
12
12
  end
@@ -153,7 +153,7 @@ describe Card::Content::Chunk::Nest, "Inclusion" do
153
153
  create! "Oak", "{{Quentin}}"
154
154
  create! "Quentin", "{{Admin}}"
155
155
  adm = Card["Quentin"]
156
- adm.update_attributes content: "{{Oak}}"
156
+ adm.update content: "{{Oak}}"
157
157
  expect { adm.format.render_core }.to raise_error(Card::Error::UserError, /too deep/)
158
158
  end
159
159
 
@@ -65,15 +65,15 @@ RSpec.describe Card::Set::All::History do
65
65
  context "when updated" do
66
66
  it "adds no act if nothing changed" do
67
67
  pending "act handling upgrade"
68
- @card.update_attributes name: "single card", content: content
68
+ @card.update name: "single card", content: content
69
69
  expect(Card::Act.count).to eq(act_start_cnt + 1)
70
70
  end
71
71
  it "adds new act" do
72
- @card.update_attributes content: "new content"
72
+ @card.update content: "new content"
73
73
  expect(Card::Act.count).to eq(act_start_cnt + 2)
74
74
  end
75
75
  it "adds changes to create action" do
76
- @card.update_attributes content: "new content"
76
+ @card.update content: "new content"
77
77
  expect(@card.actions.first.changed_values).to eq INITIAL_VALUES
78
78
  end
79
79
  end
@@ -174,7 +174,7 @@ RSpec.describe Card::Set::All::History do
174
174
 
175
175
  context "when updated" do
176
176
  it "adds act for left card" do
177
- @card.update_attributes subcards: {
177
+ @card.update subcards: {
178
178
  "+right" => {
179
179
  content: "New content", db_content: "New Content"
180
180
  }
@@ -183,7 +183,7 @@ RSpec.describe Card::Set::All::History do
183
183
  expect(act.card).to eq(@card)
184
184
  end
185
185
  it "adds action for subcard" do
186
- @card.update_attributes subcards: {
186
+ @card.update subcards: {
187
187
  "+right" => { content: "New Content" }
188
188
  }
189
189
  act = @card.acts.last
@@ -12,7 +12,7 @@ describe Card::Set::Type::EmailTemplate::EmailConfig do
12
12
  end
13
13
 
14
14
  def update_field name, args={}
15
- Card["#{email_name}+#{name}"].update_attributes! args
15
+ Card["#{email_name}+#{name}"].update! args
16
16
  end
17
17
 
18
18
  def create_field name, args={}
@@ -71,7 +71,7 @@ describe Card::Set::Type::EmailTemplate::EmailConfig do
71
71
  # we can't decided whether a email address like [[_left]] is valid;
72
72
  # depends on the context
73
73
  # Card.fetch("a mail template+*to").
74
- # update_attributes(content: "invalid mail address")
74
+ # update(content: "invalid mail address")
75
75
  # end
76
76
  end
77
77
 
@@ -50,7 +50,7 @@ RSpec.describe Card::Set::Type::List do
50
50
  context "when the cardtype of Stam Broker changed" do
51
51
  it "raises an error" do
52
52
  @card = Card["Stam Broker"]
53
- @card.update_attributes type_id: Card::BasicID
53
+ @card.update type_id: Card::BasicID
54
54
  expect(@card.errors[:type].first).to match(
55
55
  /can't be changed because .+ is referenced by list/
56
56
  )
@@ -58,7 +58,7 @@ RSpec.describe Card::Set::Type::List do
58
58
  end
59
59
  context "when the name of Parry Hotter changed to Parry Moppins" do
60
60
  before do
61
- Card["Parry Hotter"].update_attributes! name: "Parry Moppins"
61
+ Card["Parry Hotter"].update! name: "Parry Moppins"
62
62
  end
63
63
  subject do
64
64
  Card.fetch("Parry Moppins+authors").item_names.sort
@@ -70,7 +70,7 @@ RSpec.describe Card::Set::Type::List do
70
70
  context "when the name of Stam Broker changed to Stam Trader" do
71
71
  before do
72
72
  Card::Auth.as_bot do
73
- Card["Stam Broker"].update_attributes!(
73
+ Card["Stam Broker"].update!(
74
74
  name: "Stam Trader", update_referers: true
75
75
  )
76
76
  end
@@ -83,7 +83,7 @@ RSpec.describe Card::Set::Type::List do
83
83
  it "raises error because content is invalid" do
84
84
  # FIXME: - bad description; content is not changed
85
85
  expect do
86
- Card["Stam Broker+books"].update_attributes! name: "Stam Broker+poems"
86
+ Card["Stam Broker+books"].update! name: "Stam Broker+poems"
87
87
  end.to raise_error(ActiveRecord::RecordInvalid,
88
88
  /Name must have a cardtype name as right part/)
89
89
  end
@@ -91,7 +91,7 @@ RSpec.describe Card::Set::Type::List do
91
91
  context "when Stam Broker+books changes to Stam Broker+not a type" do
92
92
  it "raises error because name needs cardtype name as right part" do
93
93
  expect do
94
- Card["Stam Broker+books"].update_attributes!(
94
+ Card["Stam Broker+books"].update!(
95
95
  name: "Stam Broker+not a type"
96
96
  )
97
97
  end.to raise_error(ActiveRecord::RecordInvalid,
@@ -101,14 +101,14 @@ RSpec.describe Card::Set::Type::List do
101
101
 
102
102
  context "when the cartype of Parry Hotter changed" do
103
103
  before do
104
- Card["Parry Hotter"].update_attributes! type_id: Card::BasicID
104
+ Card["Parry Hotter"].update! type_id: Card::BasicID
105
105
  end
106
106
  it { is_expected.to eq ["Darles Chickens", "Stam Broker"] }
107
107
  end
108
108
  context "when Parry Hotter+authors to Parry Hotter+basics" do
109
109
  it "raises error because content is invalid" do
110
110
  expect do
111
- Card["Parry Hotter+authors"].update_attributes!(
111
+ Card["Parry Hotter+authors"].update!(
112
112
  name: "Parry Hotter+basics"
113
113
  )
114
114
  end.to raise_error(ActiveRecord::RecordInvalid,
@@ -132,7 +132,7 @@ RSpec.describe Card::Set::Type::List do
132
132
 
133
133
  context "when the name of the cardtype books changed" do
134
134
  before do
135
- Card["book"].update_attributes!(
135
+ Card["book"].update!(
136
136
  name: "film", update_referers: true
137
137
  )
138
138
  end
@@ -141,7 +141,7 @@ RSpec.describe Card::Set::Type::List do
141
141
 
142
142
  context "when the name of the cardtype authors changed" do
143
143
  before do
144
- Card["author"].update_attributes!(
144
+ Card["author"].update!(
145
145
  name: "publisher", update_referers: true
146
146
  )
147
147
  end
@@ -19,7 +19,7 @@ RSpec.describe Card::Set::Type::ListedBy do
19
19
  end
20
20
  it "doesn't allow non-cardtype as right part" do
21
21
  expect do
22
- Card["Parry Hotter+authors"].update_attributes!(
22
+ Card["Parry Hotter+authors"].update!(
23
23
  name: "Parry Hotter+hidden"
24
24
  )
25
25
  end.to raise_error(ActiveRecord::RecordInvalid,
@@ -43,7 +43,7 @@ RSpec.describe Card::Set::Type::ListedBy do
43
43
 
44
44
  context "when Darles Chickens is removed from Parry Hotter's list" do
45
45
  before do
46
- Card["Parry Hotter+authors"].update_attributes!(
46
+ Card["Parry Hotter+authors"].update!(
47
47
  content: "[[Stam Broker]]"
48
48
  )
49
49
  end
@@ -85,7 +85,7 @@ RSpec.describe Card::Set::Type::ListedBy do
85
85
  }
86
86
  )
87
87
  Card.fetch("Adventures of Buckleharry Finn+authors")
88
- .update_attributes!(content: "[[Darles Chickens]]")
88
+ .update!(content: "[[Darles Chickens]]")
89
89
  end
90
90
  end
91
91
  it do
@@ -101,14 +101,14 @@ RSpec.describe Card::Set::Type::ListedBy do
101
101
 
102
102
  context "when the cardtype of Parry Hotter changed" do
103
103
  before do
104
- Card["Parry Hotter"].update_attributes! type_id: Card::BasicID
104
+ Card["Parry Hotter"].update! type_id: Card::BasicID
105
105
  end
106
106
  it { is_expected.to eq ["50 grades of shy"] }
107
107
  end
108
108
  context "when the name of Parry Hotter changed to Parry Moppins" do
109
109
  before do
110
110
  Card::Auth.as_bot do
111
- Card["Parry Hotter"].update_attributes!(
111
+ Card["Parry Hotter"].update!(
112
112
  name: "Parry Moppins",
113
113
  update_referers: true
114
114
  )
@@ -119,7 +119,7 @@ RSpec.describe Card::Set::Type::ListedBy do
119
119
 
120
120
  context "when the name of Darles Chickens changed" do
121
121
  before do
122
- Card["Darles Chickens"].update_attributes!(
122
+ Card["Darles Chickens"].update!(
123
123
  name: "Darles Eggs",
124
124
  update_referers: true
125
125
  )
@@ -131,7 +131,7 @@ RSpec.describe Card::Set::Type::ListedBy do
131
131
  context "when the cartype of Darles Chickens changed" do
132
132
  it "raises error" do
133
133
  expect do
134
- Card["Darles Chickens"].update_attributes! type_id: Card::BasicID
134
+ Card["Darles Chickens"].update! type_id: Card::BasicID
135
135
  end.to raise_error(ActiveRecord::RecordInvalid, /Type can\'t be changed/)
136
136
  end
137
137
  end
@@ -139,7 +139,7 @@ RSpec.describe Card::Set::Type::ListedBy do
139
139
  subject { Card.fetch("Darles Chickens+authors").item_names.sort }
140
140
 
141
141
  before do
142
- Card["Darles Chickens+books"].update_attributes!(
142
+ Card["Darles Chickens+books"].update!(
143
143
  name: "Darles Chickens+authors"
144
144
  )
145
145
  end
@@ -147,7 +147,7 @@ RSpec.describe Card::Set::Type::ListedBy do
147
147
  end
148
148
  context "when the name of the cardtype books changed" do
149
149
  before do
150
- Card["book"].update_attributes! name: "literature"
150
+ Card["book"].update! name: "literature"
151
151
  end
152
152
  subject { Card.fetch("Darles Chickens+literature").item_names.sort }
153
153
 
@@ -35,8 +35,7 @@ RSpec.describe Card::Set::Type::SearchType do
35
35
 
36
36
  it "handles type update from pointer" do
37
37
  pointer_card = create_pointer "PointerToSearches"
38
- pointer_card.update_attributes! type_id: Card::SearchTypeID,
39
- content: %({"type":"User"})
38
+ pointer_card.update! type_id: Card::SearchTypeID, content: %({"type":"User"})
40
39
  expect(pointer_card.content).to eq(%({"type":"User"}))
41
40
  end
42
41
 
@@ -49,7 +48,7 @@ RSpec.describe Card::Set::Type::SearchType do
49
48
  end
50
49
 
51
50
  it "updates query if referee changed" do
52
- Card["Y"].update_attributes! name: "YYY", update_referers: true
51
+ Card["Y"].update! name: "YYY", update_referers: true
53
52
  expect(subject.content).to eq '{"name":"YYY"}'
54
53
  end
55
54
  end
@@ -6,7 +6,7 @@ class Card
6
6
  # the card_virtuals table.
7
7
  class Virtual < ApplicationRecord
8
8
  def update new_content
9
- update_attributes! content: new_content
9
+ update! content: new_content
10
10
  new_content
11
11
  end
12
12
 
@@ -34,10 +34,10 @@ end
34
34
 
35
35
  def delete
36
36
  # delete although it's new
37
- update_attributes trash: true
37
+ update trash: true
38
38
  end
39
39
 
40
40
  def delete!
41
41
  # delete although it's new
42
- update_attributes! trash: true
42
+ update! trash: true
43
43
  end
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.96.7
4
+ version: 1.96.8
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: 2018-12-18 00:00:00.000000000 Z
14
+ date: 2019-01-25 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.6.7
22
+ version: 0.6.8
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.6.7
29
+ version: 0.6.8
30
30
  - !ruby/object:Gem::Dependency
31
31
  name: haml
32
32
  requirement: !ruby/object:Gem::Requirement
@@ -3866,6 +3866,7 @@ files:
3866
3866
  - mod/core/set/all/codename.rb
3867
3867
  - mod/core/set/all/collection.rb
3868
3868
  - mod/core/set/all/content.rb
3869
+ - mod/core/set/all/contextual_content.rb
3869
3870
  - mod/core/set/all/debug.rb
3870
3871
  - mod/core/set/all/erb.rb
3871
3872
  - mod/core/set/all/event_conditions.rb