ruby_certisign_login 0.1.25 → 0.1.26

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: 78367a0f5d918c7c482e40c334b622b8dd020d6d86420dbe2976307d70f954cb
4
- data.tar.gz: 68b643d9cbe928b9b460e9bf35af6167c029fe90f4844ce7b23179672e5c8a35
3
+ metadata.gz: 35f0682ea15172cfe01878617ddcaa243fb2b67a403ef7d484449c93c22b119d
4
+ data.tar.gz: f324e68bda9cc9df8cc9470910c054da20c331a6b2cb805ab2c56eaf3df2fb09
5
5
  SHA512:
6
- metadata.gz: 7d00512a75a1158a8241b213633a3dcb2f2c7c82f02a556a0399f18a597c75bc203a0c345da16756e1750e6a4fc01adc3a8a63586e9d5b0e244de1ed1df76779
7
- data.tar.gz: 882d2a498c195922d5aeca05be81f5ce041da29dc0bada59b8857183d365912a96dff8a34cc41c31cee7b80056c61626c7aa656953daa7a15258f2b32fb5f667
6
+ metadata.gz: cd6f77b66c2afe9958735ab105b04af4e1884da8ab6b99a55f924fec47b0ac2b5d0e056f58c333fb5853fe7ddefd940345eaf742a36727a2f37319040e605c28
7
+ data.tar.gz: 0b69a5cb19501ffa2ffba2afe3298f75ffdf464ff0c59c504794c9d897dff9f1b62d3c61133073273aba62f001264986794d78561255a310814be334beb54c64
@@ -1,3 +1,3 @@
1
1
  module RubyCertisignLogin
2
- VERSION = "0.1.25"
2
+ VERSION = "0.1.26"
3
3
  end
@@ -13,7 +13,7 @@ Gem::Specification.new do |spec|
13
13
 
14
14
  spec.summary = "Versão em ruby para autenticação via CertiSignLogin."
15
15
  spec.description = "A Gem possui um helper para gerar o formulario que envia o request de certificados a CertiSign e uma rotina para descriptografar o retorno recebido da CertiSign."
16
- spec.homepage = "http://www.mondriantecnologia.com"
16
+ spec.homepage = "https://github.com/djosino/ruby_certisign_login"
17
17
  spec.license = "MIT"
18
18
 
19
19
  # Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
@@ -34,7 +34,8 @@ Gem::Specification.new do |spec|
34
34
  spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
35
35
  spec.require_paths = ["lib"]
36
36
 
37
- #spec.add_runtime_dependency 'railties', '~> 5.0', '> 5.0'
37
+ spec.add_runtime_dependency 'railties', '~> 6.0'
38
+
38
39
 
39
40
  spec.add_development_dependency "bundler", "~> 1.16"
40
41
  spec.add_development_dependency "rake", "~> 10.0"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ruby_certisign_login
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.25
4
+ version: 0.1.26
5
5
  platform: ruby
6
6
  authors:
7
7
  - Danilo Josino
@@ -10,6 +10,20 @@ bindir: exe
10
10
  cert_chain: []
11
11
  date: 2019-09-03 00:00:00.000000000 Z
12
12
  dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: railties
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - "~>"
18
+ - !ruby/object:Gem::Version
19
+ version: '6.0'
20
+ type: :runtime
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - "~>"
25
+ - !ruby/object:Gem::Version
26
+ version: '6.0'
13
27
  - !ruby/object:Gem::Dependency
14
28
  name: bundler
15
29
  requirement: !ruby/object:Gem::Requirement
@@ -61,7 +75,7 @@ files:
61
75
  - lib/ruby_certisign_login/helpers/certisign_form_helper.rb
62
76
  - lib/ruby_certisign_login/version.rb
63
77
  - ruby_certisign_login.gemspec
64
- homepage: http://www.mondriantecnologia.com
78
+ homepage: https://github.com/djosino/ruby_certisign_login
65
79
  licenses:
66
80
  - MIT
67
81
  metadata: {}