esteid 1.0.0 → 1.0.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
  SHA1:
3
- metadata.gz: e3f623f83af8c6d64d5e4adb5f530c467a576107
4
- data.tar.gz: 684fe452006675f095eddadd3aa1af6f78f10251
3
+ metadata.gz: a0abe7a1c10742a52b917a524eef713eabe3b6a6
4
+ data.tar.gz: 1a580a990003b0195f8ef151114a92a6bb2498bb
5
5
  SHA512:
6
- metadata.gz: 522a2f65d701a9776e15909a9e67b1a796f96ae5e79ff99dbbd379775c8fad865fd08040dca14d5e8c541a8159757d6e2642c8ee21fca0e6dda611020255cbc4
7
- data.tar.gz: 76e6d004d1ca6ab3fd0e1d29bee76538102e293aac23410a494de5c0892d52ce823494455dbe5f29ab9231dd02f2b33fda77428b49c469c549ac5875af0faebf
6
+ metadata.gz: a0b8834f0aa7a5d776a5290f79901db90a58282c472d85d542c4547ebf0af0bae65b69a2619863cdab17c4d93c58eefd7c639c80a8c3be8dd8478b6846281d43
7
+ data.tar.gz: 2b810d898c817eadb7f2df03a44e7d68cea642cb4d8c3f692ad45be4e3276a7edcb557aa51fdac8644251d447371beaf6ab82c0322eb099e8b86610eae9992a1
data/.rspec ADDED
@@ -0,0 +1 @@
1
+ --color -f d
@@ -1,5 +1,3 @@
1
- require 'spec_helper'
2
-
3
1
  module EstEID
4
2
  class Authentication
5
3
  attr_reader :eid_cert
@@ -1,3 +1,3 @@
1
1
  module EstEID
2
- VERSION = "1.0.0"
2
+ VERSION = "1.0.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: esteid
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Artem Pakk
@@ -60,6 +60,7 @@ extensions: []
60
60
  extra_rdoc_files: []
61
61
  files:
62
62
  - ".gitignore"
63
+ - ".rspec"
63
64
  - CODE_OF_CONDUCT.md
64
65
  - Gemfile
65
66
  - LICENSE.txt