tiny_erp_api 0.1.0 → 0.1.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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 036dc278997d9041f6332ef2fff1f1dcda578501d4b46bed68ddd6dc936c8f29
|
|
4
|
+
data.tar.gz: 178acd66401dbb4bdae190746b4b03bdde7069f19d38bc26a3ff285e35c5e8e7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 573071d82f7e9698f5886973aab1649ce05309bdd109187137b301ad9c8da98bafcced94e7e77d4a32301de3b4af53f9e4ee1be26b08985606e3f7cd8af1b50e
|
|
7
|
+
data.tar.gz: d95770a1b6476c383a9537b8fd29ff89ba8f06473a56411f786db609b349b7a307ff18510d5af11d7261afb4891a17e7474d9a01e6665399ca370116a4c869c6
|
|
@@ -3,8 +3,8 @@ module TinyErpApi
|
|
|
3
3
|
class InstallGenerator < Rails::Generators::Base
|
|
4
4
|
source_root File.expand_path("templates", __dir__)
|
|
5
5
|
def copy_initializer
|
|
6
|
-
template "initializer.rb", "config/initializers/
|
|
6
|
+
template "initializer.rb", "config/initializers/tiny_erp_api.rb"
|
|
7
7
|
end
|
|
8
8
|
end
|
|
9
9
|
end
|
|
10
|
-
end
|
|
10
|
+
end
|
data/lib/tiny_erp_api/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tiny_erp_api
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Hamilton Tumenas Borges
|
|
8
|
-
autorequire:
|
|
8
|
+
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
11
|
date: 2024-05-07 00:00:00.000000000 Z
|
|
@@ -24,7 +24,7 @@ dependencies:
|
|
|
24
24
|
- - ">="
|
|
25
25
|
- !ruby/object:Gem::Version
|
|
26
26
|
version: '0'
|
|
27
|
-
description:
|
|
27
|
+
description:
|
|
28
28
|
email:
|
|
29
29
|
- hamiltontubo@gmail.com
|
|
30
30
|
executables: []
|
|
@@ -52,7 +52,7 @@ licenses:
|
|
|
52
52
|
metadata:
|
|
53
53
|
homepage_uri: https://github.com/hamiltontborges
|
|
54
54
|
source_code_uri: https://github.com/hamiltontborges/tiny_erp_api
|
|
55
|
-
post_install_message:
|
|
55
|
+
post_install_message:
|
|
56
56
|
rdoc_options: []
|
|
57
57
|
require_paths:
|
|
58
58
|
- lib
|
|
@@ -67,8 +67,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
67
67
|
- !ruby/object:Gem::Version
|
|
68
68
|
version: '0'
|
|
69
69
|
requirements: []
|
|
70
|
-
rubygems_version: 3.5.
|
|
71
|
-
signing_key:
|
|
70
|
+
rubygems_version: 3.5.10
|
|
71
|
+
signing_key:
|
|
72
72
|
specification_version: 4
|
|
73
73
|
summary: Gem to interact with Tiny ERP API.
|
|
74
74
|
test_files: []
|