jvzoo 0.1.0 → 0.2.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/README.md +4 -4
- data/jvzoo.gemspec +1 -1
- data/lib/jvzoo/version.rb +1 -1
- 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: 087f4423130b331d78a9fec611792dd4ed8adc35
|
|
4
|
+
data.tar.gz: 2819c59c7810c66298de5470198115af6631cce4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7dd14a7279c4c94c5be733a4340bd0c63b84ee9b937312528fb309a9a64071ffda9cbf3ba1dd6b85232cfa9b12d03334b4eff9158fab6eeac6d0d0843d934be2
|
|
7
|
+
data.tar.gz: 0441a4ccde3ab3538db9a27b14d808ceb0a33ed717f628d4cf64fa5b3ee910ddd7dd00545b28d1e1afeef2896d8b732adb5068f0bdda40b97c6c28295c26ef1c
|
data/README.md
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
# Jvzoo
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
Jvzoo API integration
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
# Please note this gem is not ready to use!
|
|
6
6
|
|
|
7
7
|
## Installation
|
|
8
8
|
|
|
@@ -22,7 +22,7 @@ Or install it yourself as:
|
|
|
22
22
|
|
|
23
23
|
## Usage
|
|
24
24
|
|
|
25
|
-
|
|
25
|
+
# Please note this gem is not ready to use!
|
|
26
26
|
|
|
27
27
|
## Development
|
|
28
28
|
|
|
@@ -32,7 +32,7 @@ To install this gem onto your local machine, run `bundle exec rake install`. To
|
|
|
32
32
|
|
|
33
33
|
## Contributing
|
|
34
34
|
|
|
35
|
-
1. Fork it ( https://github.com/
|
|
35
|
+
1. Fork it ( https://github.com/sadiqmmm/jvzoo/fork )
|
|
36
36
|
2. Create your feature branch (`git checkout -b my-new-feature`)
|
|
37
37
|
3. Commit your changes (`git commit -am 'Add some feature'`)
|
|
38
38
|
4. Push to the branch (`git push origin my-new-feature`)
|
data/jvzoo.gemspec
CHANGED
|
@@ -14,7 +14,7 @@ Gem::Specification.new do |spec|
|
|
|
14
14
|
#end
|
|
15
15
|
|
|
16
16
|
spec.summary = spec.description
|
|
17
|
-
spec.description = 'Jvzoo API integration'
|
|
17
|
+
spec.description = 'Coming Soon! This gem is in development - Dont use it, Jvzoo API integration'
|
|
18
18
|
spec.homepage = 'https://github.com/sadiqmmm/jvzoo-ruby'
|
|
19
19
|
spec.license = "MIT"
|
|
20
20
|
|
data/lib/jvzoo/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: jvzoo
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.2.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Mohammed Sadiq
|
|
@@ -38,7 +38,7 @@ dependencies:
|
|
|
38
38
|
- - "~>"
|
|
39
39
|
- !ruby/object:Gem::Version
|
|
40
40
|
version: '10.0'
|
|
41
|
-
description: Jvzoo API integration
|
|
41
|
+
description: Coming Soon! This gem is in development - Dont use it, Jvzoo API integration
|
|
42
42
|
email:
|
|
43
43
|
- sadiqmmm@gmail.com
|
|
44
44
|
executables: []
|