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 +4 -4
- data/lib/quickbook/version.rb +1 -1
- data/quickbook.gemspec +4 -4
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 084854c436c3574a5c95f6efd09d8e5679dab8b4
|
4
|
+
data.tar.gz: 0331136fb2dca9c274ee831fcb3af8b7672789b8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f754fbf682738bba4f7efd25a37d0e556e773f0393138626d2238c5ab6c7e9081ddaf3b7d71556d013681fcb6a432284bf844f453903fca5a5241e971023a43e
|
7
|
+
data.tar.gz: 842ffbbae2ba546ebfbc5fce1b8879e5560f4cade9e232e00d43b69a34dcde0c0d58fe6f312d54f30d09acb5a4fdc30f5dd210b81949633a6ccb93381e9d4f8a
|
data/lib/quickbook/version.rb
CHANGED
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{
|
13
|
-
spec.description = %q{
|
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"] = "
|
24
|
-
spec.metadata["changelog_uri"] = "
|
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.
|
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: "
|
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:
|
82
|
-
changelog_uri:
|
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:
|
102
|
+
summary: Quickbook Online API
|
103
103
|
test_files: []
|