Release 0.5.3
This commit is contained in:
parent
af499e1634
commit
d022d0a69d
|
@ -1,3 +1,7 @@
|
||||||
|
## 0.5.3 (2017/07/21)
|
||||||
|
|
||||||
|
* Fix file permissions on the gem's `.rb` files.
|
||||||
|
|
||||||
## 0.5.2 (2017/07/19)
|
## 0.5.2 (2017/07/19)
|
||||||
|
|
||||||
### Changes
|
### Changes
|
||||||
|
|
|
@ -31,6 +31,6 @@ module Google
|
||||||
# Module Auth provides classes that provide Google-specific authorization
|
# Module Auth provides classes that provide Google-specific authorization
|
||||||
# used to access Google APIs.
|
# used to access Google APIs.
|
||||||
module Auth
|
module Auth
|
||||||
VERSION = '0.5.2'.freeze
|
VERSION = '0.5.3'.freeze
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue