esaj 0.2.0 → 0.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 82711c58b4265f66463025f1bd18cfe76e851f08ea68a96130ea92e8ef8f40d4
4
- data.tar.gz: 84f5951cc33abfc8b84b6730d54826b132758af2b82254eb960df04c935317ee
3
+ metadata.gz: acd75c6e26b842fa9a69edda71d84c301a82978d402a2d722c9105137e529795
4
+ data.tar.gz: 91ebe812e9d13dbe117b5675cd5491ad1941af1754978bb1ced83bbe78dabc26
5
5
  SHA512:
6
- metadata.gz: c13a78877153ef16d92b3ecb950a72af66f62addf444e2a399296158ecfdef798b4ce7ed3ab2f6022890649386362f6c4e68882b0d34cfcaa8d19cf2cee2f95a
7
- data.tar.gz: a4137e12c85d5a88a5db5e4d6e4926963ca2356805742dccb27c79adcda3d224177a812170c2994aa8ec0af855e28cee1864a2a1861a200a30770c16b4cfee4b
6
+ metadata.gz: 20eae93535111091809da22744074b2e4bda2ce2bc604886af98a0127edcae93dcad81a55de81c68becce4ea2507252d8219939a9b7aaa48566a1318f6d07045
7
+ data.tar.gz: 38581d9ce316d34024b899fc3e6660028f7a41c315e29ffc7f960485e5839a6012c9e7b8ca6020f934618ab0f98f6714752f0a8dd730125322f19fd42d20a3db
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- esaj (0.1.0)
4
+ esaj (0.2.0)
5
5
  nokogiri
6
6
 
7
7
  GEM
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Esaj
2
2
 
3
- This scraper wraps the lawsuits querying services provided to the general public by the 'Sistema de Automação da Justiça' website.
3
+ This scraper wraps the lawsuits querying services provided to the general public by the 'Sistema de Automação da Justiça' [website](https://esaj.tjsp.jus.br/cpopg/open.do).
4
4
 
5
5
  ## Installation
6
6
 
data/lib/esaj/forum.rb CHANGED
@@ -1,8 +1,8 @@
1
1
  module Esaj
2
2
  module Forum
3
3
  VALUES = {
4
- all: -1,
5
- foro_central_civel: 100
4
+ all: '-1',
5
+ foro_central_civel: '100'
6
6
  }
7
7
 
8
8
  def self.code_for(option)
data/lib/esaj/metadata.rb CHANGED
@@ -31,7 +31,7 @@ module Esaj
31
31
  end
32
32
 
33
33
  def formatted_pagination_result
34
- pagination_element.text.split.uniq
34
+ pagination_element.text.split
35
35
  end
36
36
 
37
37
  def formatted_error_message
data/lib/esaj/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Esaj
2
- VERSION = "0.2.0"
2
+ VERSION = "0.2.1"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: esaj
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alberto Rocha
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2019-02-04 00:00:00.000000000 Z
11
+ date: 2019-02-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: nokogiri