vimeo_upload 0.1.0 → 1.0.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: a1e964663fc228cea9ae9bbdb43bfdfeaf0a03c8
4
- data.tar.gz: a733552aaef26597c52c2c19cb4195a9ab6aedd8
3
+ metadata.gz: 404d98f0af3dfa5d71c040b30d144f62941087c0
4
+ data.tar.gz: 240e1df01fb6e0a15ae5d06585bb8c5b1902455f
5
5
  SHA512:
6
- metadata.gz: c2891425219e5bd3cacc10f3285c1c3422213eed3b7dc57d41ab3cfa72e17c05073944a00706682237f8b396daf4a6ae20b03061da49d39169fc4a4b1f454ea6
7
- data.tar.gz: 4295b99d82167605de74e66cf671a72c39fa0d7933766897745d9e580a223849bdd06babcb1118e42d85c9d58f197970a0c03172f1c3a3f469dacabe64a15f68
6
+ metadata.gz: 147d0c2cfd0b584aef7172ca3a89c476a833de4b1dbaecaf6956f01d5288909bf05355031dd92ac9dff9793a49a93ecca7abe59e4463bbd52c75b9a5b5793c3b
7
+ data.tar.gz: 85878f071dd4506ee18f22d137ec6e194c4d1bab1d71394ccf852a824bc6f0b0eca96d1ff142d19f95eb0f1a9522ffb364e17800cd5e1ee7d939065aa1e38a92
data/README.md CHANGED
@@ -1,3 +1,7 @@
1
+ [![Gem Version](https://badge.fury.io/rb/vimeo_upload.svg)](https://badge.fury.io/rb/vimeo_upload)
2
+
3
+ [Github](https://github.com/sajinmp/vimeo_upload)
4
+
1
5
  # VimeoUpload
2
6
 
3
7
  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/vimeo_upload`. To experiment with that code, run `bin/console` for an interactive prompt.
@@ -1,3 +1,3 @@
1
1
  module VimeoUpload
2
- VERSION = "0.1.0"
2
+ VERSION = "1.0.0"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vimeo_upload
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 1.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sajin M Prasad