aranha-rails 0.7.3 → 0.7.4

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
  SHA256:
3
- metadata.gz: a322e7787c81f714d13888862ffdf6a30a4ac0d56847091dd119c67c0ca4ca1e
4
- data.tar.gz: c67dea8842bf7f4213bd8cc25a4ad45f569f28681bed528d8d67786e49d984e8
3
+ metadata.gz: 895c78f4d19ba3250d589c9eeeaa123468de39bb5a4685c4e03f1194b29a344b
4
+ data.tar.gz: 270f0b840fe47858e58c1de678590ee0ec9221e67baf8cd48d42cf620fc30011
5
5
  SHA512:
6
- metadata.gz: c56775f370ea486705fcfaa35449910933b0468179592bdd94f1585c5f553480a7b8e10c52af0cc86e1b8f3283ebc1e419c6f0ad12cc55c6d5fc1db5676ba2b6
7
- data.tar.gz: 9fe98cf105b3d38c13bf5310bca70edd8a5740b7352b96dfbd52b79f6d770c4a458708c7fd8d563aae71c37ada4ac1bfa28e911dacd38f237e08fdc0273f65fb
6
+ metadata.gz: 6320eaddde5223dd942906e276720ddef2f30b0f9b77851fdf49b3a96627e6d5d8aa29e4a87932833230f9ad2140474dbb26f200564cbcc280e868ee4a94ab70
7
+ data.tar.gz: f3f750142681389995323477c5f320b566ea172d82140b49df028e7cbadbd558a99d721656d19f0055cfae8eb7b6a03146bb460fdffb40f673ec56dc100b7f00
@@ -2,7 +2,8 @@
2
2
 
3
3
  module Aranha
4
4
  class AddressesController < ::ApplicationController
5
- active_scaffold :'aranha/address' do |_conf|
5
+ active_scaffold :'aranha/address' do |conf|
6
+ conf.actions.exclude :create, :update
6
7
  end
7
8
  end
8
9
  end
@@ -15,8 +15,8 @@ module Aranha
15
15
  private
16
16
 
17
17
  def run_close
18
- ::Aranha::Address.failed do |a|
19
- ::Rails.logger.info "Failed \"#{a.url}\": #{a.last_error}"
18
+ ::Aranha::Address.failed.each do |a|
19
+ ::Rails.logger.warn "Failed \"#{a.url}\": #{a.last_error}"
20
20
  end
21
21
  raise 'Some address failed' if ::Aranha::Address.failed.any?
22
22
  end
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Aranha
4
4
  module Rails
5
- VERSION = '0.7.3'
5
+ VERSION = '0.7.4'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aranha-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.3
4
+ version: 0.7.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Put here the authors
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-09-05 00:00:00.000000000 Z
11
+ date: 2021-10-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aranha