next_erp_bridge 0.1.0 → 1.0.0
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 +4 -4
- data/lib/next_erp_bridge/version.rb +1 -1
- data/next_erp_bridge.gemspec +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 67f87f053ca0c5084e366e24a7aa760b66fcf82f
|
|
4
|
+
data.tar.gz: dae6d7355dade52102fdacc89b6a53b89ff1d1b7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e9166d600489f36c98b6d5c611367b18fb20a04548dbdca8443cf42c62a4f69530c0f95e350b6ee5d64b0d8e082239b5891466920bda002b4f7c291c4d78c3da
|
|
7
|
+
data.tar.gz: 744bb91839a5d25bb0b3b90cab83cb8380ca07629644256a4f8604dacbc83658032341a0714c9134ec9687d5802ca3ccd2aeb0d7751d0ab5606fe50d2f910115
|
data/next_erp_bridge.gemspec
CHANGED
|
@@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
|
|
|
11
11
|
|
|
12
12
|
spec.summary = %q{CRUD API for NextErp Doctypes}
|
|
13
13
|
spec.description = %q{Provides CRUD operations for all default/custom Doctypes in NextErp}
|
|
14
|
-
spec.homepage = "https://github.com/
|
|
14
|
+
spec.homepage = "https://github.com/abhisheksarka/next_erp_bridge"
|
|
15
15
|
|
|
16
16
|
# Prevent pushing this gem to RubyGems.org by setting 'allowed_push_host', or
|
|
17
17
|
# delete this section to allow pushing this gem to any host.
|
|
@@ -29,7 +29,7 @@ Gem::Specification.new do |spec|
|
|
|
29
29
|
spec.add_development_dependency "bundler", "~> 1.11"
|
|
30
30
|
spec.add_development_dependency "rake", "~> 10.0"
|
|
31
31
|
spec.add_development_dependency "pry"
|
|
32
|
-
|
|
32
|
+
|
|
33
33
|
spec.add_dependency 'activesupport', "< 5.0"
|
|
34
34
|
spec.add_dependency 'httparty'
|
|
35
35
|
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: next_erp_bridge
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version:
|
|
4
|
+
version: 1.0.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- abhisheksarka
|
|
@@ -106,7 +106,7 @@ files:
|
|
|
106
106
|
- lib/next_erp_bridge/entity/entity.rb
|
|
107
107
|
- lib/next_erp_bridge/version.rb
|
|
108
108
|
- next_erp_bridge.gemspec
|
|
109
|
-
homepage: https://github.com/
|
|
109
|
+
homepage: https://github.com/abhisheksarka/next_erp_bridge
|
|
110
110
|
licenses: []
|
|
111
111
|
metadata: {}
|
|
112
112
|
post_install_message:
|