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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 63d3e07f25126bdc233db3ea0c1cca0bea1f07a9
4
- data.tar.gz: dc4cbb53694b382fc90cbfeb0531bf0b559e9ba1
3
+ metadata.gz: 52b6cfbbb4676b21691fcc9754b8f601aeb17148
4
+ data.tar.gz: 90787ad0a132844e2a42d1f3baca75dc902315a4
5
5
  SHA512:
6
- metadata.gz: bf3caaa1fccc455890b932089a15e7bb12f19c0b57b7ad79b81b34f41a682a7867a5627d972b98da5e7b895141a9a0c9bc3cbb9a9b2a412236445663f5c2029a
7
- data.tar.gz: 12e4224b8b04a2dc6c4a30b72fc0f873f6bbf2f678e8155fd5b4cd6cfed41f45d4e32f16a38c20985ef3222a8f41562f0f6b2e729cb8d9a2677ad1121ce7c9db
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
 
@@ -1,3 +1,3 @@
1
1
  module Passworks
2
- VERSION = "2.0.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://www.passworks.io"
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.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://www.passworks.io
210
+ homepage: https://passworks.io
211
211
  licenses:
212
212
  - MIT
213
213
  metadata: {}