passworks 2.0.0 → 2.0.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +3 -0
- data/lib/passworks/version.rb +2 -2
- data/passworks.gemspec +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 52b6cfbbb4676b21691fcc9754b8f601aeb17148
|
4
|
+
data.tar.gz: 90787ad0a132844e2a42d1f3baca75dc902315a4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: cc83261e7853d7d569a8c98703c9062f722b209e72b22a786b92e7e20c199570723f3e0eb7a052983b9d256043a644e7277a2443a0970a0806d6bdfd6ea33462
|
7
|
+
data.tar.gz: db3c34d635b354994293bf01876beffdc4667443d3416ba672a52a63da06dc0f8db99ec351af838ce2588d6012f15542ffcafe4667c0c59770221e6ddcaf981d
|
data/CHANGELOG.md
CHANGED
@@ -3,6 +3,9 @@
|
|
3
3
|
This file is a manually maintained list of changes for each release. Feel free to add your
|
4
4
|
changes here when sending pull requests. Also send corrections if you spot any mistakes.
|
5
5
|
|
6
|
+
## v2.0.1 (2015-11-27)
|
7
|
+
* Updated gemspec information
|
8
|
+
|
6
9
|
## v2.0.0 (2015-11-27)
|
7
10
|
* Updated SDK for version 2 of the API
|
8
11
|
|
data/lib/passworks/version.rb
CHANGED
@@ -1,3 +1,3 @@
|
|
1
1
|
module Passworks
|
2
|
-
VERSION = "2.0.
|
3
|
-
end
|
2
|
+
VERSION = "2.0.1"
|
3
|
+
end
|
data/passworks.gemspec
CHANGED
@@ -12,7 +12,7 @@ Gem::Specification.new do |spec|
|
|
12
12
|
spec.email = ["luis@passworks.io", "miguel@passworks.io", "tiago@passworks.io"]
|
13
13
|
spec.summary = %q{Passworks API client}
|
14
14
|
spec.description = %q{Provides a simple interface to Passworks API}
|
15
|
-
spec.homepage = "https://
|
15
|
+
spec.homepage = "https://passworks.io"
|
16
16
|
spec.license = "MIT"
|
17
17
|
|
18
18
|
spec.files = `git ls-files -z`.split("\x0")
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: passworks
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.0.
|
4
|
+
version: 2.0.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Luis Mendes
|
@@ -207,7 +207,7 @@ files:
|
|
207
207
|
- spec/support/.DS_Store
|
208
208
|
- spec/support/assets/logo.png
|
209
209
|
- spec/support/vcr_setup.rb
|
210
|
-
homepage: https://
|
210
|
+
homepage: https://passworks.io
|
211
211
|
licenses:
|
212
212
|
- MIT
|
213
213
|
metadata: {}
|