podtergeist 0.0.1 → 0.0.2

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,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- MmIzNDA1MTJmMWZjYTQ1NmQyYjQ0NGZmNDczMTlkZGNlNjE4NTM1Nw==
4
+ NzJjMjVjOGZlODVhNzE0YTUyYzZhYmFjNWYzZDQyNjhiMDgxNjJlZA==
5
5
  data.tar.gz: !binary |-
6
- NzUyNzliMDgwOGNmYjY0MjBjZDQ0NmRkNjYzNzIxMzI1MWQ0OGFlZQ==
6
+ ZjI1NGRmNjMxY2RkZDk1ODE1NmMzZmM3NDMzYzlhOTk4YTFlYjUwMA==
7
7
  !binary "U0hBNTEy":
8
8
  metadata.gz: !binary |-
9
- Yjk1ZDk5MWE4YTYyYjlmMjJlNmUwNDE0MTgxMzBlMmU1NzEyYjRiY2ZmNjQ3
10
- Mzk4MGJlNjUzNWUwNGQ3MDk3MGFjZDlkYWZmNjVmMjc3YjFlZGZlYzM1MDhh
11
- NWI0NDJhNWY1ZWNmNGNlZWUzZWYwYWUyZDRmOTIxYjdlMTBiZmI=
9
+ OGJjNjQ4NGI5NzBmMzljOTE4Y2M3YjJkM2I2YjY3MjFjYmFmNjQwOThkNzYw
10
+ ZWJiMmY0MjU4OTgxZDYxZWVmMGQ1NTEyZjc2ODY0YjRhZDkyY2I5NGY5YzA4
11
+ ZGIxY2EzZTA0YjAzZjczOWQ2NWExMzA2N2Y2MGJkNzM5ODZhYTc=
12
12
  data.tar.gz: !binary |-
13
- NzliMWVjZmI2NWU4ZjkzNzhlYzc1MmUwOWRlNTgxYjJmMzE2NWYwYjYyNWFk
14
- MWI1YWY3ZTQ4Y2M0NzYxZjNlM2UwMDUzZDZlM2M2MDYyYzVlN2E3MTFmZTEz
15
- ZGUyNGViMWU5NzM5MDFjYzYwNDQ5MWMxMWVjNDdjMmI2ZDA3M2I=
13
+ ZWUwZWQzNDcyYzY0NTNkMmJhZTJiNTk2YWQ0ZjAyNDVkMjNhZjA5ODRlY2E2
14
+ NjA5YWU1OTRiNzZlNTZhMjM1ZjU4NzFjZjgxMTZlNjY0ZmM2NDQ3MzI3MzM3
15
+ ZTllNDk0Nzg3YjNkOWU0ZWM3YTY1MzA1MWJmM2E2NmRjOWQ2N2U=
@@ -9,7 +9,6 @@ class PodtergeistCLI < Thor
9
9
 
10
10
  method_option :show_title, :required => true, :type => :string
11
11
  method_option :show_link, :required => true, :type => :string
12
- method_option :show_url, :required => true, :type => :string
13
12
  method_option :show_description, :required => true, :type => :string
14
13
 
15
14
  method_option :local_file, :required => true, :type => :string
@@ -1,3 +1,3 @@
1
1
  module Podtergeist
2
- VERSION = '0.0.1'
2
+ VERSION = '0.0.2'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: podtergeist
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Robert Coleman