quickbook 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
  SHA1:
3
- metadata.gz: 0c0a08bd4c582a0020b67f7546628b014933efd7
4
- data.tar.gz: 2c8dc12dcb1581d7424af76e0205ec65a1fd44da
3
+ metadata.gz: 084854c436c3574a5c95f6efd09d8e5679dab8b4
4
+ data.tar.gz: 0331136fb2dca9c274ee831fcb3af8b7672789b8
5
5
  SHA512:
6
- metadata.gz: 8e6e6c9ca697526c43b19a6a7e64b0bfb99cad4776ee804ef81a2febc0713c506ad9e30a91401362c9cb5f94abb935d0acff05f0811434326c607615e5daf3c3
7
- data.tar.gz: 0ff80379836b7c6a5c3fef1e97387e6908831a0fea82194fdf6ad500d20fde08ce9e050ea8faa7efa29cf9c69aed3ec3c968bc6a4482414cae8f797f061c4be8
6
+ metadata.gz: f754fbf682738bba4f7efd25a37d0e556e773f0393138626d2238c5ab6c7e9081ddaf3b7d71556d013681fcb6a432284bf844f453903fca5a5241e971023a43e
7
+ data.tar.gz: 842ffbbae2ba546ebfbc5fce1b8879e5560f4cade9e232e00d43b69a34dcde0c0d58fe6f312d54f30d09acb5a4fdc30f5dd210b81949633a6ccb93381e9d4f8a
@@ -1,3 +1,3 @@
1
1
  module Quickbook
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
data/quickbook.gemspec CHANGED
@@ -9,8 +9,8 @@ Gem::Specification.new do |spec|
9
9
  spec.authors = [" Geetha"]
10
10
  spec.email = ["geethaselvaraj95@gmail.com"]
11
11
 
12
- spec.summary = %q{ Write a short summary, because RubyGems requires one.}
13
- spec.description = %q{ Write a longer description or delete this line.}
12
+ spec.summary = %q{ Quickbook Online API}
13
+ spec.description = %q{ Quickbook Online API}
14
14
  spec.homepage = "https://github.com/"
15
15
  spec.license = "MIT"
16
16
 
@@ -20,8 +20,8 @@ Gem::Specification.new do |spec|
20
20
  spec.metadata["allowed_push_host"] = "https://rubygems.org"
21
21
 
22
22
  spec.metadata["homepage_uri"] = spec.homepage
23
- spec.metadata["source_code_uri"] = " Put your gem's public repo URL here."
24
- spec.metadata["changelog_uri"] = " Put your gem's CHANGELOG.md URL here."
23
+ spec.metadata["source_code_uri"] = "https://qbo.intuit.com/"
24
+ spec.metadata["changelog_uri"] = "https://qbo.intuit.com/"
25
25
  else
26
26
  raise "RubyGems 2.0 or newer is required to protect against " \
27
27
  "public gem pushes."
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: quickbook
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - " Geetha"
@@ -52,7 +52,7 @@ dependencies:
52
52
  - - "~>"
53
53
  - !ruby/object:Gem::Version
54
54
  version: '3.0'
55
- description: " Write a longer description or delete this line."
55
+ description: " Quickbook Online API"
56
56
  email:
57
57
  - geethaselvaraj95@gmail.com
58
58
  executables: []
@@ -78,8 +78,8 @@ licenses:
78
78
  metadata:
79
79
  allowed_push_host: https://rubygems.org
80
80
  homepage_uri: https://github.com/
81
- source_code_uri: " Put your gem's public repo URL here."
82
- changelog_uri: " Put your gem's CHANGELOG.md URL here."
81
+ source_code_uri: https://qbo.intuit.com/
82
+ changelog_uri: https://qbo.intuit.com/
83
83
  post_install_message:
84
84
  rdoc_options: []
85
85
  require_paths:
@@ -99,5 +99,5 @@ rubyforge_project:
99
99
  rubygems_version: 2.5.1
100
100
  signing_key:
101
101
  specification_version: 4
102
- summary: Write a short summary, because RubyGems requires one.
102
+ summary: Quickbook Online API
103
103
  test_files: []