decko 0.6.7 → 0.6.8

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9cf54e17807fa68bdc0d28c9919e7076b722863b
4
- data.tar.gz: 98ce5172cbb9061b90924960bb85f4e0f2ff6af4
3
+ metadata.gz: a01cd6c3dc6acfb1c1182149a45b0e25925f5dea
4
+ data.tar.gz: 6dec91fd8fd9b21cc9490ed976d0a060f5db8fb2
5
5
  SHA512:
6
- metadata.gz: 0111c4698ca8ab40d3d7d560ae908134d13183c75c995c7afe2506a9db3df0b1e269faba24cf125cd721b3b46db8340cb4337f5d1dd95c9c9a940de892bf41f5
7
- data.tar.gz: 79f267546a0682b25de8a52f8fe13a7c4718c8026f343cb3d762c73cbe7a236a0364293d711f1debada9bc45fc23ae52d02ab1c29d4c26b1889416e36a142f55
6
+ metadata.gz: 1f041ce2aa0ebf5e1f64976355d5b25ba411c73ce42e684ac6da068804dac02205b4eb2002b86f2cf36354128d47cee1b4a8829253393e9310a616a0368f1088
7
+ data.tar.gz: 5fee480118e6d2cf34b5db84889ec64781b8bd5a42cd645b5ca1d908b898cad254a1e289585ade20787b7846437d95df7aeb80d8b044327b33b5504a6d8f6e56
@@ -164,7 +164,7 @@ decko_namespace = namespace :decko do
164
164
 
165
165
  Card.search(right: { codename: "following" }).each do |following|
166
166
  Card::Auth.as_bot do
167
- following.update_attributes! content: ""
167
+ following.update! content: ""
168
168
  end
169
169
  end
170
170
 
@@ -162,7 +162,7 @@ end
162
162
  # # make card a mod file card
163
163
  # mod_name =
164
164
  # card.left&.type_id == Card::SkinID ? "bootstrap" : "standard"
165
- # card.update_attributes! storage_type: :coded,
165
+ # card.update! storage_type: :coded,
166
166
  # mod: mod_name,
167
167
  # empty_ok: true
168
168
  # end
@@ -26,7 +26,7 @@ class CardController < ActionController::Base
26
26
  end
27
27
 
28
28
  def update
29
- card.new_card? ? create : handle { card.update_attributes! params[:card] }
29
+ card.new_card? ? create : handle { card.update! params[:card] }
30
30
  end
31
31
 
32
32
  def delete
@@ -137,7 +137,6 @@ class CardController < ActionController::Base
137
137
 
138
138
  def rescue_all?
139
139
  Card.config.rescue_all_in_controller
140
- true # DELETE ME!!!
141
140
  end
142
141
  end
143
142
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: decko
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.7
4
+ version: 0.6.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: card
@@ -19,14 +19,14 @@ dependencies:
19
19
  requirements:
20
20
  - - '='
21
21
  - !ruby/object:Gem::Version
22
- version: 1.96.7
22
+ version: 1.96.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: 1.96.7
29
+ version: 1.96.8
30
30
  description: a wiki approach to stuctured data, dynamic interaction, and web design
31
31
  email:
32
32
  - info@decko.org