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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: fc8d312651006eedc6f93ffba513b3b626b42b98
4
- data.tar.gz: ae633113c83040f944202eaf048b7f818e5fae57
3
+ metadata.gz: 67f87f053ca0c5084e366e24a7aa760b66fcf82f
4
+ data.tar.gz: dae6d7355dade52102fdacc89b6a53b89ff1d1b7
5
5
  SHA512:
6
- metadata.gz: ff14be35cfe8856c0b020e26d3a71068438fd30b97fa29be76d98dd24b30fd155b4e7459b980b19efa573272541d6b05969af8eb6d60461a90d699686af1a66c
7
- data.tar.gz: 1463a86fb4ed38e2cfad4c81b9802c2d41cad6178ef5bacea31908caafca299f82c30a431f4e7eb88c80d8e2d07e0d815718e4583682b786e5802706447ea36e
6
+ metadata.gz: e9166d600489f36c98b6d5c611367b18fb20a04548dbdca8443cf42c62a4f69530c0f95e350b6ee5d64b0d8e082239b5891466920bda002b4f7c291c4d78c3da
7
+ data.tar.gz: 744bb91839a5d25bb0b3b90cab83cb8380ca07629644256a4f8604dacbc83658032341a0714c9134ec9687d5802ca3ccd2aeb0d7751d0ab5606fe50d2f910115
@@ -1,3 +1,3 @@
1
1
  module NextErpBridge
2
- VERSION = "0.1.0"
2
+ VERSION = "1.0.0"
3
3
  end
@@ -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/NestAway/next_erp_bridge/"
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: 0.1.0
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/NestAway/next_erp_bridge/
109
+ homepage: https://github.com/abhisheksarka/next_erp_bridge
110
110
  licenses: []
111
111
  metadata: {}
112
112
  post_install_message: