whatsa 0.1.3 → 0.1.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/whatsa/version.rb +1 -1
  3. data/whatsa.gemspec +4 -14
  4. metadata +6 -5
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 572ea5a534e6012a3d39923cbd3ebc94d743f732
4
- data.tar.gz: ce3aa963f20f020c34227e4899351ba41708539f
3
+ metadata.gz: 6941479b97c3f41bbae524b31c9244f4b990a366
4
+ data.tar.gz: 867011ab9e79dc329430a83e1b4ef3b3be952ebc
5
5
  SHA512:
6
- metadata.gz: 0b641f22f835326b7024511e0902f344ca0beab61ad1243da18ee293c3e018b3ea7d5d8d5c8f0720244ab8277443abc68cb4351360f35ea1dc4cea555aea7539
7
- data.tar.gz: 07cd8b7503b67511999a8db9f6041e1457ff24d944cf76d8dbe399f8b1db455066f9e494f3ba808e21ee92aa9ed7e4a0a5d023aff726ee775ef9e1bf691803d6
6
+ metadata.gz: c0e01720183c1305f37e5ba0f05fe86a4f32ea6707a1ddb58b9d0f7938901022f9c659dd819e28e85d33c1152dbd95fb6901c4926e1ffc72aa15412022cdf0eb
7
+ data.tar.gz: aed002affa7241973f43691d6215de7018ad83ff74c11c0db0c0c9cce859160767008e5fc9c8ecb25b4cb6126858039b60d6349bb70fb32975da7885a312ad3e
@@ -1,3 +1,3 @@
1
1
  module Whatsa
2
- VERSION = "0.1.3"
2
+ VERSION = "0.1.4"
3
3
  end
data/whatsa.gemspec CHANGED
@@ -16,25 +16,15 @@ If you're not super satisfied with that bit of information (and you need to know
16
16
  spec.homepage = "https://github.com/kjleitz/whatsa"
17
17
  spec.license = "MIT"
18
18
 
19
- # Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
20
- # to allow pushing to a single host or delete this section to allow pushing to any host.
21
- if spec.respond_to?(:metadata)
22
- spec.metadata['allowed_push_host'] = "https://rubygems.org"
23
- else
24
- raise "RubyGems 2.0 or newer is required to protect against " \
25
- "public gem pushes."
26
- end
27
-
28
- spec.files = `git ls-files -z`.split("\x0").reject do |f|
19
+ spec.files = `git ls-files -z`.split("\x0").reject do |f|
29
20
  f.match(%r{^(test|spec|features)/})
30
21
  end
31
- spec.bindir = "exe"
32
- spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
33
- spec.require_paths = ["lib"]
22
+
23
+ spec.executables << "whatsa"
24
+ spec.require_paths = ["lib", "lib/whatsa"]
34
25
 
35
26
  spec.add_development_dependency "bundler", "~> 1.13"
36
27
  spec.add_development_dependency "rake", "~> 10.0"
37
28
  spec.add_development_dependency "nokogiri"
38
- # spec.add_development_dependency "pry"
39
29
 
40
30
  end
metadata CHANGED
@@ -1,12 +1,12 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: whatsa
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Keegan Leitz
8
8
  autorequire:
9
- bindir: exe
9
+ bindir: bin
10
10
  cert_chain: []
11
11
  date: 2016-11-28 00:00:00.000000000 Z
12
12
  dependencies:
@@ -58,7 +58,8 @@ description: |-
58
58
  If you're not super satisfied with that bit of information (and you need to know a little more) you can type `more` to get a better picture of that subject. If you're _still_ not satisfied, and you want to know something _specific_ about the thing you've searched, type `other`, and it will list the categories of information Wikipedia knows about the subject (its "History", "Early Life", "Uses", etc.). You can select one of those sections, if you'd like, and it will give you the first paragraph of that section, too (which you can extend similarly with another `more` command). You can make a new query with `new`, ask for help at any time with `help`, or exit the application with `exit`.
59
59
  email:
60
60
  - kjleitz@gmail.com
61
- executables: []
61
+ executables:
62
+ - whatsa
62
63
  extensions: []
63
64
  extra_rdoc_files: []
64
65
  files:
@@ -82,12 +83,12 @@ files:
82
83
  homepage: https://github.com/kjleitz/whatsa
83
84
  licenses:
84
85
  - MIT
85
- metadata:
86
- allowed_push_host: https://rubygems.org
86
+ metadata: {}
87
87
  post_install_message:
88
88
  rdoc_options: []
89
89
  require_paths:
90
90
  - lib
91
+ - lib/whatsa
91
92
  required_ruby_version: !ruby/object:Gem::Requirement
92
93
  requirements:
93
94
  - - ">="