torna_sdk 0.2.0 → 0.2.1

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
  SHA256:
3
- metadata.gz: 90a478f5afc982b3e00dd59c68046c37c271e1bc44b7ca81522ec6f0c878f952
4
- data.tar.gz: 15d5e33a8b65552d594f6b1db53704c480b7dd6fafc8b5aa10a4013af535b447
3
+ metadata.gz: 25341e80026dc680cdaea351d3985f84a156231f05694e9121abb20b70b09b5e
4
+ data.tar.gz: c071c6244463055407921d52ab0e8ec87b0df7820f3e1cb49e9693ec581cd13c
5
5
  SHA512:
6
- metadata.gz: 4ceb8783141f2a83b2658a3a0e7932662a1e931743f2cde69369f0a647778b5c0fee9f2d5213144011fd584497f4917b04864f91a3710de5170a7f43aa195f4c
7
- data.tar.gz: 603ac8635761acc1f8e7fd39d32060d08a11718c9f7e7524c81a60a746bdc484545d792cec97d0b6c282ae920a316c1d775138f856e903c4d7f4a94bb89019ce
6
+ metadata.gz: 5ba537669b4f5c9d8e291ebe64c2e3a8991df64d4ca80c2c37b61684877c3a1ab0891a983350f3e18744fadfd5609fc43f80059dda8d6fe85944abdafd4bb48b
7
+ data.tar.gz: 911c08dd6c5f29cf86e0c392b5150e95e872e397100728fb0e73d831241c140a74897fd224d41eaea2fe51851dacb6d9c65761266c4cea94593343bd65d9b08f
data/.cz.yaml CHANGED
@@ -2,7 +2,7 @@
2
2
  commitizen:
3
3
  major_version_zero: true
4
4
  name: cz_conventional_commits
5
- tag_format: 0.1.5
5
+ tag_format: 0.2.1
6
6
  update_changelog_on_bump: true
7
- version: 0.5.0
7
+ version: 0.6.0
8
8
  version_scheme: semver
data/.rubocop.yml CHANGED
@@ -1,5 +1,5 @@
1
1
  AllCops:
2
- TargetRubyVersion: 3
2
+ TargetRubyVersion: 2
3
3
 
4
4
  Style/StringLiterals:
5
5
  EnforcedStyle: double_quotes
data/CHANGELOG.md CHANGED
@@ -1,118 +1,11 @@
1
1
 
2
2
  - Initial release
3
3
 
4
- ## 0.1.1 (2024-12-29)
5
-
6
- ### Feat
7
-
8
- - torna api
9
-
10
- ## 0.1.1 (2024-12-29)
11
-
12
- ### Fix
13
-
14
- - **gemspec**: remove Appraisals corectlly
15
-
16
- ## 0.1.1 (2024-12-29)
17
-
18
- ### Feat
19
-
20
- - torna api
21
-
22
- ## 0.1.2 (2024-12-29)
23
-
24
- ### Feat
25
-
26
- - torna api
27
-
28
- ### Fix
29
-
30
- - **gemspec**: remove Appraisals corectlly
31
-
32
- ## 0.1.3 (2024-12-29)
33
-
34
- ### Feat
35
-
36
- - torna api
37
-
38
- ### Fix
39
-
40
- - **log**: remove unnecessary logs
41
- - **gemspec**: remove Appraisals corectlly
42
-
43
- ## 0.1.4 (2024-12-29)
44
-
45
- ### Feat
46
-
47
- - torna api
48
-
49
- ### Fix
50
-
51
- - **railtie**: load torna.rake exactly
52
- - **log**: remove unnecessary logs
53
- - **gemspec**: remove Appraisals corectlly
54
-
55
- ## 0.1.5 (2024-12-29)
56
-
57
- ### Feat
58
-
59
- - torna api
60
-
61
- ### Fix
62
-
63
- - **torna.rake**: should depends_on :environment
64
- - **railtie**: load torna.rake exactly
65
- - **log**: remove unnecessary logs
66
- - **gemspec**: remove Appraisals corectlly
67
-
68
- ## 0.1.5 (2025-01-15)
4
+ ## 0.2.1 (2025-01-15)
69
5
 
70
6
  ### Feat
71
7
 
72
8
  - **torna.rake**: add more fields to documents
73
-
74
- ## 0.1.5 (2024-12-29)
75
-
76
- ### Feat
77
-
78
- - torna api
79
-
80
- ### Fix
81
-
82
- - **torna.rake**: should depends_on :environment
83
- - **railtie**: load torna.rake exactly
84
- - **log**: remove unnecessary logs
85
- - **gemspec**: remove Appraisals corectlly
86
-
87
- ## 0.1.5 (2025-01-15)
88
-
89
- ### Feat
90
-
91
- - **torna.rake**: add more fields to documents
92
-
93
- ## 0.1.5 (2024-12-29)
94
-
95
- ### Feat
96
-
97
- - torna api
98
-
99
- ### Fix
100
-
101
- - **torna.rake**: should depends_on :environment
102
- - **railtie**: load torna.rake exactly
103
- - **log**: remove unnecessary logs
104
- - **gemspec**: remove Appraisals corectlly
105
-
106
- ## 0.1.5 (2025-01-15)
107
-
108
- ### Feat
109
-
110
- - **torna.rake**: add more fields to documents
111
-
112
- ## 0.1.5 (2024-12-29)
113
-
114
- ### Feat
115
-
116
9
  - torna api
117
10
 
118
11
  ### Fix
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module TornaSdk
4
- VERSION = "0.2.0"
4
+ VERSION = "0.2.1"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: torna_sdk
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
  - JustQyx