aranha 0.14.0 → 0.14.1

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: aaf21b5c0a1bb1cd1f5c686e2568912bcc1ca6aad0a6b46caa65ff52d88df15c
4
- data.tar.gz: 1ca0a1d5ccfd5e51575f191be7b28dc010fa21c800da3da47e87a1ca8e362830
3
+ metadata.gz: 11b9dd8f6de631eeb2550a1d009a4cc80e8c2309e078179138e7f2bfb4a6813c
4
+ data.tar.gz: 7a30d214e9a0364798c6fe284e0c08fb4337a00c10f302aa483556c786b27b13
5
5
  SHA512:
6
- metadata.gz: '09cd3ac87e48c0da92d5858770e55bdd5d6ebc9f0a03a9a7de54cc89b6707f38d6c5ea09e874f5f87a7efd0fccd228eec0ef2232aa542c770d1cacc1b88b98d5'
7
- data.tar.gz: 2fd0819ac97594a1cde16d264df592c5be316a569fe980e535f6a57877dba90cd200b1574309622a7f1d2fb3b5cbaffa3a774516be27ca134b36300062bd45d6
6
+ metadata.gz: 7704cab9261ab592f2199eece35d10d34aa48f49d2fe118ff5b610b0effc2e0486a9479c58912ac607a13d937f3397da4460003e043f80fee50fa6b97f4fb8cf
7
+ data.tar.gz: e7ac44ed95d0d1c7c29c6bab249fb7f71f5309a9d706fd08d854b41fdb28d2abb261ff0f23b470370f5868d193188bdc99c10dfde065abfd982ffceb94d51a34
@@ -4,7 +4,7 @@ require 'eac_ruby_utils/yaml'
4
4
 
5
5
  module Aranha
6
6
  class Address < ActiveRecord::Base
7
- include ::Eac::InequalityQueries
7
+ include ::EacRailsUtils::Models::InequalityQueries
8
8
 
9
9
  add_inequality_queries(:created_at)
10
10
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Aranha
4
- VERSION = '0.14.0'
4
+ VERSION = '0.14.1'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aranha
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.14.0
4
+ version: 0.14.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Eduardo H. Bogoni
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-04-15 00:00:00.000000000 Z
11
+ date: 2020-05-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: active_scaffold
@@ -58,6 +58,20 @@ dependencies:
58
58
  - - ">="
59
59
  - !ruby/object:Gem::Version
60
60
  version: 0.1.2
61
+ - !ruby/object:Gem::Dependency
62
+ name: eac_rails_utils
63
+ requirement: !ruby/object:Gem::Requirement
64
+ requirements:
65
+ - - "~>"
66
+ - !ruby/object:Gem::Version
67
+ version: '0.11'
68
+ type: :runtime
69
+ prerelease: false
70
+ version_requirements: !ruby/object:Gem::Requirement
71
+ requirements:
72
+ - - "~>"
73
+ - !ruby/object:Gem::Version
74
+ version: '0.11'
61
75
  - !ruby/object:Gem::Dependency
62
76
  name: eac_ruby_utils
63
77
  requirement: !ruby/object:Gem::Requirement
@@ -137,7 +151,6 @@ extra_rdoc_files: []
137
151
  files:
138
152
  - MIT-LICENSE
139
153
  - README.rdoc
140
- - Rakefile
141
154
  - app/assets/javascripts/aranha/application.js
142
155
  - app/assets/stylesheets/aranha/application.css
143
156
  - app/controllers/aranha/addresses_controller.rb
@@ -161,9 +174,6 @@ files:
161
174
  - lib/aranha/processor.rb
162
175
  - lib/aranha/version.rb
163
176
  - lib/tasks/aranha_tasks.rake
164
- - test/aranha_test.rb
165
- - test/integration/navigation_test.rb
166
- - test/test_helper.rb
167
177
  homepage:
168
178
  licenses:
169
179
  - MIT
@@ -188,7 +198,4 @@ rubygems_version: 2.7.7
188
198
  signing_key:
189
199
  specification_version: 4
190
200
  summary: Rails utilities for web crawling.
191
- test_files:
192
- - test/aranha_test.rb
193
- - test/test_helper.rb
194
- - test/integration/navigation_test.rb
201
+ test_files: []
data/Rakefile DELETED
@@ -1,32 +0,0 @@
1
- # frozen_string_literal: true
2
-
3
- begin
4
- require 'bundler/setup'
5
- rescue LoadError
6
- puts 'You must `gem install bundler` and `bundle install` to run rake tasks'
7
- end
8
-
9
- require 'rdoc/task'
10
-
11
- RDoc::Task.new(:rdoc) do |rdoc|
12
- rdoc.rdoc_dir = 'rdoc'
13
- rdoc.title = 'Aranha'
14
- rdoc.options << '--line-numbers'
15
- rdoc.rdoc_files.include('README.rdoc')
16
- rdoc.rdoc_files.include('lib/**/*.rb')
17
- end
18
-
19
- APP_RAKEFILE = File.expand_path('spec/support/rails_app/Rakefile', __dir__)
20
- load 'rails/tasks/engine.rake'
21
-
22
- load 'rails/tasks/statistics.rake'
23
-
24
- Bundler::GemHelper.install_tasks(dir: __dir__)
25
-
26
- require 'rake/testtask'
27
-
28
- require 'rspec/core/rake_task'
29
- RSpec::Core::RakeTask.new(:spec)
30
- task test: :spec
31
-
32
- task default: :test
@@ -1,9 +0,0 @@
1
- # frozen_string_literal: true
2
-
3
- require 'test_helper'
4
-
5
- class AranhaTest < ActiveSupport::TestCase
6
- test 'truth' do
7
- assert_kind_of Module, Aranha
8
- end
9
- end
@@ -1,9 +0,0 @@
1
- # frozen_string_literal: true
2
-
3
- require 'test_helper'
4
-
5
- class NavigationTest < ActionDispatch::IntegrationTest
6
- # test "the truth" do
7
- # assert true
8
- # end
9
- end
@@ -1,23 +0,0 @@
1
- # frozen_string_literal: true
2
-
3
- # Configure Rails Environment
4
- ENV['RAILS_ENV'] = 'test'
5
-
6
- require File.expand_path('../spec/support/rails_apps/config/environment.rb', __dir__)
7
- ActiveRecord::Migrator.migrations_paths = [
8
- File.expand_path('../spec/support/rails_app/db/migrate', __dir__)
9
- ]
10
- require 'rails/test_help'
11
-
12
- # Filter out Minitest backtrace while allowing backtrace from other libraries
13
- # to be shown.
14
- Minitest.backtrace_filter = Minitest::BacktraceFilter.new
15
-
16
- # Load support files
17
- Dir["#{File.dirname(__FILE__)}/support/**/*.rb"].sort.each { |f| require f }
18
-
19
- # Load fixtures from the engine
20
- if ActiveSupport::TestCase.respond_to?(:fixture_path=)
21
- ActiveSupport::TestCase.fixture_path = File.expand_path('fixtures', __dir__)
22
- ActiveSupport::TestCase.fixtures :all
23
- end