stenotype 0.1.7 → 0.1.8

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: 5f58226124306beb915f76259d055c013e197d24dee87513d751764486ce8033
4
- data.tar.gz: eee031ad3b4f4b9d5b8ed8645e5d7f676f0490f1f9351cec516ffc72ef5b298a
3
+ metadata.gz: fe2154ff56ce545931546a0f3fd9abb43b5515ff76eaee7c525af6066caff76e
4
+ data.tar.gz: 3abc9503558892fc6a00c23207f3e520ff5b6cf711ac5bc355d36a010f89acb5
5
5
  SHA512:
6
- metadata.gz: fe129ae49b3b255a02f1cadcc6920820348846d0b10dba93ab554322b545401a63c8bce7becd239502e9ff433b127e738ff612d4b1cc9903a0f32212ce68eda1
7
- data.tar.gz: 275de1f70c2c0f4e9d608e79d93e773d75538b18a47c1f2848a7753bb6151b5f96a8ef7c74b36b3a462360de7be196a247d3be3429cfd7f1b00364691ae01a5e
6
+ metadata.gz: e9a152c55f8e5e7db574bf2b66adb0f3cb046a4d1549f1c370bc02235f184663a0d2c691378a7ce818da0e20382b22694834b12d8fdab1e39d3126e7e2965f53
7
+ data.tar.gz: 9ffbd36708152e9006d335e6f76ed46db162dbcba8a8c23ab388f84fce2ed47507b8c39c0966ab5558955bb47490c90f988cf2f1fd7b346dc0bf17ddd6ffb4de
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stenotype (0.1.6)
4
+ stenotype (0.1.7)
5
5
  activesupport (>= 5.0.0)
6
6
  google-cloud-pubsub (~> 1.0.0)
7
7
  spicery (>= 0.19.0, < 1.0)
@@ -75,7 +75,7 @@ GEM
75
75
  tablesalt (= 0.19.2)
76
76
  faker (1.9.6)
77
77
  i18n (>= 0.7)
78
- faraday (0.17.1)
78
+ faraday (0.17.3)
79
79
  multipart-post (>= 1.2, < 3)
80
80
  github-markup (3.0.4)
81
81
  globalid (0.4.2)
@@ -96,7 +96,7 @@ GEM
96
96
  googleauth (~> 0.9)
97
97
  grpc (~> 1.24)
98
98
  rly (~> 0.2.3)
99
- google-protobuf (3.11.1)
99
+ google-protobuf (3.11.1-universal-darwin)
100
100
  googleapis-common-protos (1.3.9)
101
101
  google-protobuf (~> 3.0)
102
102
  googleapis-common-protos-types (~> 1.0)
@@ -110,7 +110,7 @@ GEM
110
110
  multi_json (~> 1.11)
111
111
  os (>= 0.9, < 2.0)
112
112
  signet (~> 0.12)
113
- grpc (1.25.0)
113
+ grpc (1.26.0-universal-darwin)
114
114
  google-protobuf (~> 3.8)
115
115
  googleapis-common-protos-types (~> 1.0)
116
116
  grpc-google-iam-v1 (0.6.9)
@@ -89,7 +89,7 @@ module Stenotype
89
89
  nested :rails do
90
90
  option :enable_action_controller_ext, default: true
91
91
  option :enable_active_job_ext, default: true
92
- option :auto_adapter_initialization, default: true
92
+ option :auto_adapter_initialization, default: false
93
93
  end
94
94
  end
95
95
 
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Stenotype
4
4
  # :nodoc:
5
- VERSION = "0.1.7"
5
+ VERSION = "0.1.8"
6
6
  # :nodoc:
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: stenotype
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.7
4
+ version: 0.1.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Roman Kapitonov
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2020-01-20 00:00:00.000000000 Z
11
+ date: 2020-01-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport