vncpost_api 0.2.0 → 0.2.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: 4711251bf2f83d6f27bc258c6a9c7190ba56a3743d078ffe11b97725fe58c640
4
- data.tar.gz: 0d0febd554898baf313c4bfec8e5924be1424906de0a35a818e9fe3dc4566331
3
+ metadata.gz: 7f818eb7aa98bf14e740e787f2b4a3fa01a02d3fb9d21db37a8335f0b41403fa
4
+ data.tar.gz: 97817de460715644959343f4311a5d7878bde714cad6c172343bec96122124d4
5
5
  SHA512:
6
- metadata.gz: 33a58c22000f60b09363337b5af981b7712722607b162e702a3ca1e3d8fe7d30a37c83a65a588b1d36d941cb0c848557bba536a23cd8f4f74189cebaccfb286c
7
- data.tar.gz: cfe8e8dba531e438396b180c1ae0b4107aa095e77b561a5e1d31a100e371777b9765b1050705a5b12b8e6d3305a504bfa2f03b30c183bf23471a72695c66be0a
6
+ metadata.gz: 79b9f520a1154bcc81119a1aa8a7bf10d5fcab9985a2704c9507365316e6ba7b73d9e765c198f6d29a5370a6ef206335761cc2e556ecc0a793d3d8514a0d5a29
7
+ data.tar.gz: 4cfa77b46bbbaf778f7e133d86aa26ab6548022450809dd7c20b2c34a97687ff8898e95c5645ab1aeaa40f57386af991768c731dd1f9d84a1fb4fbe7025a0c31
@@ -1,28 +1,28 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- vncpost_api (0.1.0)
4
+ vncpost_api (0.2.0)
5
5
  activeresource
6
6
 
7
7
  GEM
8
8
  remote: https://rubygems.org/
9
9
  specs:
10
- activemodel (6.0.2.2)
11
- activesupport (= 6.0.2.2)
10
+ activemodel (6.0.3)
11
+ activesupport (= 6.0.3)
12
12
  activemodel-serializers-xml (1.0.2)
13
13
  activemodel (> 5.x)
14
14
  activesupport (> 5.x)
15
15
  builder (~> 3.1)
16
- activeresource (5.1.0)
16
+ activeresource (5.1.1)
17
17
  activemodel (>= 5.0, < 7)
18
18
  activemodel-serializers-xml (~> 1.0)
19
19
  activesupport (>= 5.0, < 7)
20
- activesupport (6.0.2.2)
20
+ activesupport (6.0.3)
21
21
  concurrent-ruby (~> 1.0, >= 1.0.2)
22
22
  i18n (>= 0.7, < 2)
23
23
  minitest (~> 5.1)
24
24
  tzinfo (~> 1.1)
25
- zeitwerk (~> 2.2)
25
+ zeitwerk (~> 2.2, >= 2.2.2)
26
26
  builder (3.2.4)
27
27
  byebug (11.1.1)
28
28
  coderay (1.1.2)
@@ -32,7 +32,7 @@ GEM
32
32
  i18n (1.8.2)
33
33
  concurrent-ruby (~> 1.0)
34
34
  method_source (1.0.0)
35
- minitest (5.14.0)
35
+ minitest (5.14.1)
36
36
  pry (0.13.1)
37
37
  coderay (~> 1.1)
38
38
  method_source (~> 1.0)
@@ -7,5 +7,6 @@ module VNCPostAPI
7
7
  require "vncpost_api/connection"
8
8
 
9
9
  require "vncpost_api/resources/base"
10
+ require "vncpost_api/resources/tracking"
10
11
  require "vncpost_api/resources/order"
11
12
  end
@@ -1,3 +1,3 @@
1
1
  module VNCPostAPI
2
- VERSION = "0.2.0"
2
+ VERSION = "0.2.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vncpost_api
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andy Chong