apiotics 0.1.121 → 0.1.122

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: fa2eec379a6740eea0ba092219a190d225a0af57
4
- data.tar.gz: 92859fb86b4845505d91063342b9d9b0bf25388b
3
+ metadata.gz: 83daf9859cf2ab87995fdebb95403583d3fd2645
4
+ data.tar.gz: 1bebe28f5a689d0c18be459fad6e4ea4423e9a23
5
5
  SHA512:
6
- metadata.gz: fdce7b9e0b50718449f61148c31584fb173fab5a60ada76c82b65c65cf1af45c23d8528e9d3a92559138ffa8cd609b3715c5d66a10076011548772b42517a26e
7
- data.tar.gz: 2160936b365e57766ebe48dd99fb7b81c2f3f1e675363231f9ebdc837d1c1507f36a9396a2ce208926d08a66a478b94643e0f19fa7320553fdd4e53b1c1c4b23
6
+ metadata.gz: 56f1641844eb04e734530544c7f39fb9bc89b012329ee6d976a3568690fc9f9c3addfa74afb5779c9843dd45d8f022aad6eac8a224584ba43592abcecd4b448b
7
+ data.tar.gz: adfe3db7f0b0c55155a4989349aad190260260a07bf03acb3ba163e23762e244abb3e0f11f953ef35c8c6279f3763de5ccdb65588fb9fe0cdc993ea4f443a8c3
@@ -230,6 +230,8 @@ module Apiotics
230
230
  }
231
231
  r = RestClient.post("#{Apiotics.configuration.portal}api/generate_certificate", payload)
232
232
  instance_hash = JSON.parse(r.body)
233
+ csr_file.close
234
+ csr_file.unlink
233
235
  return instance_hash["certificate"]
234
236
  end
235
237
 
@@ -1,3 +1,3 @@
1
1
  module Apiotics
2
- VERSION = '0.1.121'
2
+ VERSION = '0.1.122'
3
3
  end
@@ -17,8 +17,8 @@ module Apiotics
17
17
  "int_64t" => {"kind" => "integer", "limit" => 8}
18
18
  }
19
19
  template "create_table.rb.erb", "db/migrate/#{date_string}_create_#{plural_name}.rb"
20
+ sleep 1
20
21
  unless Apiotics.configuration.local_logging == false
21
- sleep 1
22
22
  attributes.each do |k,v|
23
23
  @k = k
24
24
  @v = v
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: apiotics
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.121
4
+ version: 0.1.122
5
5
  platform: ruby
6
6
  authors:
7
7
  - MicroArx Corporation
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-01-11 00:00:00.000000000 Z
11
+ date: 2018-02-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails