tldr_news 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: 9f6baf1c1b5df8af75b750e59d31772761297910ac903d521018cbb0b29bcf0c
4
- data.tar.gz: c1b4f5b33e891ce566505584d4ff36e4d683033874d15d55c00bc7379599f38b
3
+ metadata.gz: e9dd480864cebe79b3ee7691a2f3daa7fe0d50d226132a6263e333effb460826
4
+ data.tar.gz: 4f58221d79484be085aea8cfb416dbb0780abb130a323c516d58f8830ffbec9b
5
5
  SHA512:
6
- metadata.gz: 43d73cab3f19e119c2fb2c72800f113094c8447d1817c32b7b6631ad592b24209c53865480ec04b530b5f4a1664e70358356839dda7a3e4ac7cbcff9f2983e21
7
- data.tar.gz: 984fbaaa7707bca387674e2b01a1948540c3c032605d1a54134b85a4d2651f25006802b27389e393bbe3b8b86709abb3b4ab99bab39d622eba8f9cc3388d38b3
6
+ metadata.gz: 25f12ec464618b667045cfa722fcffaaaa96c94e2f2b97555b918551ff75a34871bfbf60b4df290f1cf1fdf6e2262f154d74595b957438e752885a3ef6002e2e
7
+ data.tar.gz: 061bf79e7ddd5a5ea7ebfa881557891f3a6ca81eb4f9bde72c2ba096d681e34ff894830b5f639ab7858d1bacfc7bc0146a9591a1dda902ac681070950b5d1a9b
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- tldr_news (0.1.0)
4
+ tldr_news (0.1.1)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
data/README.md CHANGED
@@ -30,7 +30,7 @@ To install this gem onto your local machine, run `bundle exec rake install`. To
30
30
 
31
31
  ## Contributing
32
32
 
33
- Bug reports and pull requests are welcome on GitHub at https://github.com/'rcrdlbl'/tldr_news. 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.
33
+ Bug reports and pull requests are welcome on GitHub at https://github.com/rcrdlbl/tldr-news. 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.
34
34
 
35
35
  ## License
36
36
 
data/bin/tldr-news CHANGED
File without changes
@@ -1,3 +1,3 @@
1
1
  module TldrNews
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
data/tldr_news.gemspec CHANGED
@@ -8,7 +8,7 @@ Gem::Specification.new do |spec|
8
8
  spec.version = TldrNews::VERSION
9
9
  spec.authors = ["'Przemyslaw Dabrowski'"]
10
10
  spec.email = ["'bluh@outlook.com'"]
11
-
11
+ spec.executables << "tldr-news"
12
12
  spec.summary = %q{A CLI interface for tldrworldnews.com}
13
13
  spec.homepage = "https://github.com/rcrdlbl/tldr-news"
14
14
  spec.license = "MIT"
@@ -27,8 +27,8 @@ Gem::Specification.new do |spec|
27
27
  spec.files = Dir.chdir(File.expand_path('..', __FILE__)) do
28
28
  `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
29
29
  end
30
- spec.bindir = "exe"
31
- spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
30
+ spec.bindir = "bin"
31
+ spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
32
32
  spec.require_paths = ["lib"]
33
33
 
34
34
  spec.add_development_dependency "bundler", "~> 1.16"
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tldr_news
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
  - "'Przemyslaw Dabrowski'"
8
8
  autorequire:
9
- bindir: exe
9
+ bindir: bin
10
10
  cert_chain: []
11
- date: 2018-08-24 00:00:00.000000000 Z
11
+ date: 2018-08-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -69,7 +69,10 @@ dependencies:
69
69
  description:
70
70
  email:
71
71
  - "'bluh@outlook.com'"
72
- executables: []
72
+ executables:
73
+ - console
74
+ - setup
75
+ - tldr-news
73
76
  extensions: []
74
77
  extra_rdoc_files: []
75
78
  files: