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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2d74091b56bf2c82797da60af2677f7bfb488f91
4
- data.tar.gz: acfe3d38f62bf2222468d703df52f7c473d7ede3
3
+ metadata.gz: 087f4423130b331d78a9fec611792dd4ed8adc35
4
+ data.tar.gz: 2819c59c7810c66298de5470198115af6631cce4
5
5
  SHA512:
6
- metadata.gz: a471836ef87742260523ea4e4709fbcfcb40434e2e01d99c6c336f567869ca6710c08debf14a061eafc3117ba03b39b7f1bd45757045d298cbb82b74462cf35d
7
- data.tar.gz: 9ba3334cc210c99cbd9d365a4cdc2cb4e38e5c58c5f961b6df85e91b5c2e68164ba1770fea5b5fb334c7f3bd864d8eccb4b58f1ad8cd8420c13485a3946d8336
6
+ metadata.gz: 7dd14a7279c4c94c5be733a4340bd0c63b84ee9b937312528fb309a9a64071ffda9cbf3ba1dd6b85232cfa9b12d03334b4eff9158fab6eeac6d0d0843d934be2
7
+ data.tar.gz: 0441a4ccde3ab3538db9a27b14d808ceb0a33ed717f628d4cf64fa5b3ee910ddd7dd00545b28d1e1afeef2896d8b732adb5068f0bdda40b97c6c28295c26ef1c
data/README.md CHANGED
@@ -1,8 +1,8 @@
1
1
  # Jvzoo
2
2
 
3
- Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/jvzoo`. To experiment with that code, run `bin/console` for an interactive prompt.
3
+ Jvzoo API integration
4
4
 
5
- TODO: Delete this and the text above, and describe your gem
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
- TODO: Write usage instructions here
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/[my-github-username]/jvzoo/fork )
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`)
@@ -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
 
@@ -1,3 +1,3 @@
1
1
  module Jvzoo
2
- VERSION = "0.1.0"
2
+ VERSION = "0.2.0"
3
3
  end
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.1.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: []