composio 0.1.1 → 0.1.2

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: 17348a4555cf03d3775601dc39fb61aa4189f28b1ecf248c76d179d659d1aa0c
4
- data.tar.gz: ef93d6594b166353ac9bfcf7711377a0ff33e54b235046d67026cf5a6d15193a
3
+ metadata.gz: abf8f070dc696e8a0d0b126776ce7e00c24194941a9cc66a67f910ae30afee68
4
+ data.tar.gz: 81a1ae922085c417866b120664b322530fc7a79ce6e501106c02e2df0cbe019e
5
5
  SHA512:
6
- metadata.gz: 46cc5d0d0fed380ddc04dcae3e722f36797f2e3806b30f8648b5490b79b1c3289c54cb680537b4cc88b19c524344f390b59760b1fc2d97d3dfb4094cf049a082
7
- data.tar.gz: d16609a02b937a7599e738db912c65c415aaf9b6700503af3de36a6bef71e31433744b671edf4ef9c9a98da88fdf7461dea93af7589706de4a61faa99b081496
6
+ metadata.gz: 19aa2daee518ec1f86eacc22344868de22fbe20db89c6990146d60276b49772b90fa1735992d052fbe8e0af43abf6ee34f0b65a667ff4614e3ea39eec7514d63
7
+ data.tar.gz: 3316db42ff6faaf2c92750b0aaf1c7693b0bab402960080b5c4b7523f8d38132e656780f46daa8c2c7207909b7b6600ff06619b25ff7e34d9787eced370ee1cc
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- composio (0.1.1)
4
+ composio (0.1.2)
5
5
  faraday (>= 1.0.1, < 3.0)
6
6
  faraday-multipart (~> 1.0, >= 1.0.4)
7
7
 
@@ -9,27 +9,25 @@ GEM
9
9
  remote: https://rubygems.org/
10
10
  specs:
11
11
  ast (2.4.2)
12
+ base64 (0.2.0)
12
13
  byebug (11.1.3)
13
14
  coderay (1.1.3)
14
15
  debug (1.8.0)
15
16
  irb (>= 1.5.0)
16
17
  reline (>= 0.3.1)
17
18
  diff-lcs (1.5.1)
18
- faraday (2.11.0)
19
- faraday-net_http (>= 2.0, < 3.4)
20
- logger
19
+ faraday (2.8.1)
20
+ base64
21
+ faraday-net_http (>= 2.0, < 3.1)
22
+ ruby2_keywords (>= 0.0.4)
21
23
  faraday-multipart (1.0.4)
22
24
  multipart-post (~> 2)
23
- faraday-net_http (3.3.0)
24
- net-http
25
+ faraday-net_http (3.0.2)
25
26
  io-console (0.7.2)
26
27
  irb (1.6.4)
27
28
  reline (>= 0.3.0)
28
- logger (1.6.0)
29
29
  method_source (1.1.0)
30
30
  multipart-post (2.4.1)
31
- net-http (0.4.1)
32
- uri
33
31
  parallel (1.26.3)
34
32
  parser (3.3.4.2)
35
33
  ast (~> 2.4.1)
@@ -46,7 +44,7 @@ GEM
46
44
  regexp_parser (2.9.2)
47
45
  reline (0.5.9)
48
46
  io-console (~> 0.5)
49
- rexml (3.3.5)
47
+ rexml (3.3.6)
50
48
  strscan
51
49
  rspec (3.13.0)
52
50
  rspec-core (~> 3.13.0)
@@ -73,12 +71,12 @@ GEM
73
71
  rubocop-ast (1.32.1)
74
72
  parser (>= 3.3.1.0)
75
73
  ruby-progressbar (1.13.0)
74
+ ruby2_keywords (0.0.5)
76
75
  strscan (3.1.0)
77
76
  unicode-display_width (2.5.0)
78
- uri (0.13.0)
79
77
 
80
78
  PLATFORMS
81
- arm64-darwin-21
79
+ x86_64-linux
82
80
 
83
81
  DEPENDENCIES
84
82
  composio!
@@ -90,4 +88,4 @@ DEPENDENCIES
90
88
  rubocop (~> 1.12.1)
91
89
 
92
90
  BUNDLED WITH
93
- 2.3.7
91
+ 2.4.22