sajad 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
  SHA256:
3
- metadata.gz: 027ad97395368da35c9383b6ee74652d08296beb4c1430698fff4a3275b4deae
4
- data.tar.gz: ca376a68d8b9a89cbc1df69166ef25e7058892a1a5ae93ada683c49206eeda56
3
+ metadata.gz: 39bb3139531c68c897cfdf8b9174ca982285b09067bf000d74366ec7dc272644
4
+ data.tar.gz: 1c54dce74c00fa622d18d55843db08411667af818adcf67b2bebaf84a5b7161c
5
5
  SHA512:
6
- metadata.gz: d887ee15a0718957c4b28d25d9d1cbb26b13800480770b5527ea3fa20363d85a77a80530cf8ccc6ad43652489ec1ea25acdf7acfef9c9590bd17ce13f7ce729f
7
- data.tar.gz: 444dcccc6e26bf49875c858ca69a061f7f2d7da03ee4502e68f0bfe1c91d7928e42c68a605514e250ce9870b4df0e33fe85ca1140dde40dd19d92f17af3252d6
6
+ metadata.gz: 751bff6187b435907ec21432d0ebe0dc9d75ab9e5a6fc9397a64761959c655e8844f4cbd445d87f4a468fc4e6bf7dbc944a34778a331451c551554dba4dd4355
7
+ data.tar.gz: 1949da0dad9e4df0a0907b1776ad43cee46d317967c3af774694b7bdc8977e6ca0371d16ae359e8a6831fc43fae116a388aae563626e6de39e9cfef2c250a00b
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- sajad (0.1.0)
4
+ sajad (0.2.0)
5
5
  google-apis-drive_v3 (~> 0.8.0)
6
6
  googleauth (~> 0.16.2)
7
7
 
data/lib/sajad/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Sajad
4
- VERSION = "0.1.0"
4
+ VERSION = "0.1.1"
5
5
  end
data/sajad.gemspec CHANGED
@@ -8,7 +8,7 @@ Gem::Specification.new do |spec|
8
8
  spec.authors = ["Sajad Torkamani"]
9
9
  spec.email = ["sajadtorkamani1@gmail.com"]
10
10
 
11
- spec.summary = "A CLI tool to set my desktop background image using images from Google Drive."
11
+ spec.summary = "A CLI tool to automate things for... ME!."
12
12
  spec.homepage = "https://github.com/sajadtorkamani/sajad"
13
13
  spec.required_ruby_version = Gem::Requirement.new(">= 3.0.0")
14
14
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sajad
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
  - Sajad Torkamani
@@ -110,5 +110,5 @@ requirements: []
110
110
  rubygems_version: 3.2.3
111
111
  signing_key:
112
112
  specification_version: 4
113
- summary: A CLI tool to set my desktop background image using images from Google Drive.
113
+ summary: A CLI tool to automate things for... ME!.
114
114
  test_files: []