google-cloud-errors 1.0.0 → 1.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
  SHA256:
3
- metadata.gz: 0bbf4f29439d5a17f04acc011e4b6391bebb5146e7d751bd82267d5377279220
4
- data.tar.gz: 4602af6d0a23f7469b448c86bcade101dd96656892c683e112a6e492b3e2074a
3
+ metadata.gz: ecb2a90065a61c805f861e3ee7051f1b3bbae3d32cbe1b3b54a65d17e57f3da4
4
+ data.tar.gz: fb7394742b7b4180dc1ffe63ce9eab30dcd38134cd3b2270125b895bff633b24
5
5
  SHA512:
6
- metadata.gz: 70f01bcc1b8765cdbffd724e95d02202bbe988caa6d8419bcd6dbf7479d34f74b50bfb26b8ad130922b55f0f9683b53fe910c3fa277ebffafe2c7e6290d21cd7
7
- data.tar.gz: 588df04effcb94b419228d9f0d17e685253bde17dc8df1898082a900f228b8603ddd783177ad8f4dfd0f2982288cd3365a0b5101ad10f779a2e94f281bb80d0b
6
+ metadata.gz: 77e99f727829447b3d77c0ba84bda03671cf5fdab416b9642c2c7ddd0af3c6e8aaf7c81222c03c256dbb524b63598feeada385fc0c7df230cd0a0c81298d1bfe
7
+ data.tar.gz: 237610df70af008e064b4b39554831d8e3edd806f31d6535fdee6b4f53aeb8a342296efecde7f7da76a41133d5b09c757fa946dfbc5e090a50de7716241d3b62
@@ -48,19 +48,6 @@ there is a small amount of setup:
48
48
  $ bundle exec rake bundleupdate
49
49
  ```
50
50
 
51
- ## Console
52
-
53
- In order to run code interactively, you can automatically load
54
- google-cloud and its dependencies in IRB. This requires that your
55
- developer environment has already been configured by following the steps
56
- described in the {file:AUTHENTICATION.md Authentication Guide}. An IRB console
57
- can be created with:
58
-
59
- ```sh
60
- $ cd google-cloud-errors/
61
- $ bundle exec rake console
62
- ```
63
-
64
51
  ## Google Cloud Tests
65
52
 
66
53
  Tests are very important part of google-cloud. All contributions
@@ -16,7 +16,7 @@
16
16
  module Google
17
17
  module Cloud
18
18
  module Errors
19
- VERSION = "1.0.0".freeze
19
+ VERSION = "1.0.1".freeze
20
20
  end
21
21
  end
22
22
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-errors
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
  - Mike Moore
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2020-01-09 00:00:00.000000000 Z
12
+ date: 2020-05-28 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: autotest-suffix