why_are_there_images_in_my_terminal 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5d3c7b891984e81751e783b91c3719848bfb9d4a
4
- data.tar.gz: 3161f0fcf421fc05a05ffedbf6cdb25f90a2c3ab
3
+ metadata.gz: 4373bb555313450fd6c64c04175a5ca4a46d7f62
4
+ data.tar.gz: d86787026366959165223fea84fa7470021ac803
5
5
  SHA512:
6
- metadata.gz: 36a202d25f7752414fdd00fa88bc884c531221f90dd29cba8c3d30eb142cadb5fe72bbf009b880c2bf3424f46d851427c3ffbb3523956bb91d329e94a416ca94
7
- data.tar.gz: 971ae91e518ee5d4d25c26f074833942cd7639f4bee1a0661b118fb3dc1ae06fc27c92a70da801fd49c586c03cc0ffea7e9ac4cee16ed8c5e2dfc00aab808422
6
+ metadata.gz: 9cf2b16d7331d4bf7dd0f36aae0d6d10e8dbae3d5c17faa8dd207cc4b40b5dadf829c0665a8d245ae4c3678e3f2a4aa336f304ae4023bc625f1495ebba8cf848
7
+ data.tar.gz: 6b7178b4173a6748ca880dda1d0b46e9d26fc95613fa6b44f1b6873e21da1f2cee2bb5aeee162c971cbca9bbc197b4dee8f7816bd654a8ace3bc95736cee39e6
data/Gemfile CHANGED
@@ -1,6 +1,6 @@
1
1
  source "https://rubygems.org"
2
2
 
3
- git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }
3
+ git_source(:github) {|repo_name| "https://github.com/MatthiasWinkelmann/Why-Are-There-Images-in-My-Terminal" }
4
4
 
5
5
  # Specify your gem's dependencies in why_are_there_images_in_my_terminal.gemspec
6
6
  gemspec
data/README.md CHANGED
@@ -40,7 +40,7 @@ Or with an IO object or fancy options:
40
40
 
41
41
  ## Contributing
42
42
 
43
- Bug reports and pull requests are welcome on GitHub at https://github.com/MatthiasWinkelmann/why_are_there_images_in_my_terminal. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
43
+ Bug reports and pull requests are welcome on GitHub at https://github.com/MatthiasWinkelmann/Why-Are-There-Images-in-My-Terminal. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
44
44
 
45
45
  ## License
46
46
 
@@ -48,4 +48,4 @@ The gem is available as open source under the terms of the [MIT License](https:/
48
48
 
49
49
  ## Code of Conduct
50
50
 
51
- Everyone interacting in the WhyAreThereImagesInMyTerminal project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/MatthiasWinkelmann/why_are_there_images_in_my_terminal/blob/master/CODE_OF_CONDUCT.md).
51
+ Everyone interacting in the WhyAreThereImagesInMyTerminal project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/MatthiasWinkelmann/Why-Are-There-Images-in-My-Terminal/blob/master/CODE_OF_CONDUCT.md).
@@ -1,3 +1,3 @@
1
1
  module WhyAreThereImagesInMyTerminal
2
- VERSION = "1.0.0"
2
+ VERSION = "1.0.1"
3
3
  end
@@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
11
11
 
12
12
  spec.summary = "Show an image in the (iterm2) terminal"
13
13
  spec.description = "Show an image in the (iterm2) terminal"
14
- spec.homepage = "https://github.com/MatthiasWinkelmann/why_are_there_images_in_my_terminal"
14
+ spec.homepage = "https://github.com/MatthiasWinkelmann/Why-Are-There-Images-in-My-Terminal"
15
15
  spec.license = "MIT"
16
16
 
17
17
  spec.files = `git ls-files -z`.split("\x0").reject do |f|
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: why_are_there_images_in_my_terminal
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matthias Winkelmann
@@ -73,7 +73,7 @@ files:
73
73
  - lib/why_are_there_images_in_my_terminal.rb
74
74
  - lib/why_are_there_images_in_my_terminal/version.rb
75
75
  - why_are_there_images_in_my_terminal.gemspec
76
- homepage: https://github.com/MatthiasWinkelmann/why_are_there_images_in_my_terminal
76
+ homepage: https://github.com/MatthiasWinkelmann/Why-Are-There-Images-in-My-Terminal
77
77
  licenses:
78
78
  - MIT
79
79
  metadata: {}