zoho-subscription-api 0.1.1 → 0.1.2

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
- SHA256:
3
- metadata.gz: 35bf15a1331fa48f415bcaaedee27dcace3d207471368d129c25af8ed6c39153
4
- data.tar.gz: 4a6bd9c97fbbff8c30fb95bfe438dafb407f2607f55c2cd2f4c50a953c9d1010
2
+ SHA1:
3
+ metadata.gz: f5d4aa1defe83f089f664bfa0e6119de73e3b791
4
+ data.tar.gz: 71a85770f34f2accb479fe36522f26ff2d311c1d
5
5
  SHA512:
6
- metadata.gz: 775d565a6745ae3f7cddc764d7976c738e833ddccf49153e17df4e8ed96f6f54cfc4a6a9112da474f3ed19598b457c0d9feee40f280d31a22588804d2a65a853
7
- data.tar.gz: d1be3dbb08012ada5be9aed141e52a1c17410ff2f0a97e45229507aa5b2ab86f46ec804a9d756ff6d441f074cce0e73ceeaeb3e72773451e2dbbb3283ed9c1df
6
+ metadata.gz: 362815410c2e3ff895aa1aa9218d7b346ea291e6fa06f5af47e8a186a835f84e5ba3cd78d043c49164e1de2a36f5178cf3decb2cc52e699c979e852df602f0b7
7
+ data.tar.gz: 4c7d929f5db988a0d3cc10a08e5b1f103fc3cf063bb5a6067e371f6b82d0ba204d0ff99621c3aa21ece2b997afafbae5b23b8352fa7e3c6acfe01ffc8ddd98ff
data/lib/zoho/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Zoho
2
- VERSION = '0.1.1'
2
+ VERSION = '0.1.2'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: zoho-subscription-api
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Saurabh gulati
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-08-17 00:00:00.000000000 Z
11
+ date: 2019-08-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rspec
@@ -17,7 +17,7 @@ dependencies:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
19
  version: '0'
20
- type: :runtime
20
+ type: :development
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
@@ -48,15 +48,12 @@ files:
48
48
  - MIT-LICENSE
49
49
  - README.md
50
50
  - Rakefile
51
- - lib/tasks/zoho_tasks.rake
52
51
  - lib/zoho.rb
53
52
  - lib/zoho/api/addon.rb
54
53
  - lib/zoho/api/hosted_pages.rb
55
54
  - lib/zoho/api/plan.rb
56
55
  - lib/zoho/api/product.rb
57
56
  - lib/zoho/api/subscription.rb
58
- - lib/zoho/engine.rb
59
- - lib/zoho/railtie.rb
60
57
  - lib/zoho/request.rb
61
58
  - lib/zoho/response.rb
62
59
  - lib/zoho/version.rb
@@ -79,7 +76,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
79
76
  - !ruby/object:Gem::Version
80
77
  version: '0'
81
78
  requirements: []
82
- rubygems_version: 3.0.3
79
+ rubyforge_project:
80
+ rubygems_version: 2.6.12
83
81
  signing_key:
84
82
  specification_version: 4
85
83
  summary: Summary of Zoho.
@@ -1,4 +0,0 @@
1
- # desc "Explaining what the task does"
2
- # task :zoho do
3
- # # Task goes here
4
- # end
data/lib/zoho/engine.rb DELETED
@@ -1,14 +0,0 @@
1
- module Zoho
2
- class Engine < ::Rails::Engine
3
- isolate_namespace Zoho
4
-
5
- initializer :append_migrations do |app|
6
- unless app.root.to_s.match(root.to_s)
7
- config.paths["db/migrate"].expanded.each do |p|
8
- app.config.paths["db/migrate"] << p
9
- end
10
- end
11
- end
12
-
13
- end
14
- end
data/lib/zoho/railtie.rb DELETED
@@ -1,4 +0,0 @@
1
- module Zoho
2
- class Railtie < ::Rails::Railtie
3
- end
4
- end