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 +4 -4
- data/lib/ruby_certisign_login/version.rb +1 -1
- data/ruby_certisign_login.gemspec +3 -2
- metadata +16 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 35f0682ea15172cfe01878617ddcaa243fb2b67a403ef7d484449c93c22b119d
|
4
|
+
data.tar.gz: f324e68bda9cc9df8cc9470910c054da20c331a6b2cb805ab2c56eaf3df2fb09
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: cd6f77b66c2afe9958735ab105b04af4e1884da8ab6b99a55f924fec47b0ac2b5d0e056f58c333fb5853fe7ddefd940345eaf742a36727a2f37319040e605c28
|
7
|
+
data.tar.gz: 0b69a5cb19501ffa2ffba2afe3298f75ffdf464ff0c59c504794c9d897dff9f1b62d3c61133073273aba62f001264986794d78561255a310814be334beb54c64
|
@@ -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 = "
|
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
|
-
|
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.
|
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:
|
78
|
+
homepage: https://github.com/djosino/ruby_certisign_login
|
65
79
|
licenses:
|
66
80
|
- MIT
|
67
81
|
metadata: {}
|