jobby_job 0.0.1.alpha1 → 0.0.1.alpha2

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
  SHA1:
3
- metadata.gz: b1f0679a56e955953f877b5180d67fabf24b4461
4
- data.tar.gz: c67546c51027302b98988aed3f207d8a883a87e9
3
+ metadata.gz: 382a17c9f31f07c16b8b979776d944510ae3d4c2
4
+ data.tar.gz: 2690539a4f9aaae225b0b3757ca11eba954aa565
5
5
  SHA512:
6
- metadata.gz: 3ce0cf150fe0d071ab826773d3cc5b24f135cd3a5d36e997ab1ba795f5fc22c6711f7b45b1506849901fbcdf3fa08541c141a08506a3c73f3d85d41d65a4ee49
7
- data.tar.gz: 633b74e564160aa03507c083260c91db7726c162760ea30508eb55945ca3a51d0aa848388a7c82d18a72347031557a1555d8f74ac05496373b22d499d1e5a0b5
6
+ metadata.gz: 285655fcfc3761414121d23e672ea0b35871fae898881efe44d11e669c48710e3c680a0ce77fd743bc13860651cd6616bf32c988b28da02bb467c25b2a3816d1
7
+ data.tar.gz: 998e390490787aa123b60e037d8b8f3e13b602236e5d034add25687ff7ba949b793bade52118805687db39eecbf340b585d75fbe8b125270ab9a36a636ddbd27
data/README.md CHANGED
@@ -1,5 +1,8 @@
1
1
  # JobbyJob
2
2
 
3
+ [![Code
4
+ Climate](https://codeclimate.com/github/AdamT/JobbyJob.png)](https://codeclimate.com/github/AdamT/JobbyJob)
5
+
3
6
  Time for you to get a JobbyJob
4
7
 
5
8
  The lazy job hunter can now search for jobs from the command-line. No
@@ -17,7 +20,7 @@ This gem's dependancies include:
17
20
 
18
21
  Just run the following in your terminal:
19
22
 
20
- $ gem install jobby_job
23
+ $ gem install jobby_job --pre
21
24
 
22
25
  ## Usage
23
26
 
Binary file
data/bin/jobby_job CHANGED
@@ -1,13 +1,14 @@
1
1
  #!/usr/bin/env ruby
2
2
 
3
- require './lib/jobby_job'
3
+ #require './lib/jobby_job'
4
+ require 'jobby_job'
4
5
 
5
6
  cli = JobbyJob::Cli.new(ARGV)
6
7
  urls = cli.get
7
8
 
8
9
  urls.each do |url|
9
10
  p url
10
- sleep 1.5
11
+ sleep 1.2
11
12
  system("open -a firefox #{url.to_s}")
12
13
  end
13
14
 
Binary file
@@ -1,3 +1,3 @@
1
1
  module JobbyJob
2
- VERSION = "0.0.1.alpha1"
2
+ VERSION = "0.0.1.alpha2"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jobby_job
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1.alpha1
4
+ version: 0.0.1.alpha2
5
5
  platform: ruby
6
6
  authors:
7
7
  - AdamT
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-11-06 00:00:00.000000000 Z
11
+ date: 2013-11-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -51,9 +51,11 @@ files:
51
51
  - LICENSE.txt
52
52
  - README.md
53
53
  - Rakefile
54
+ - bin/.jobby_job.un~
54
55
  - bin/jobby_job
55
56
  - jobby_job.gemspec
56
57
  - lib/jobby_job.rb
58
+ - lib/jobby_job/.version.rb.un~
57
59
  - lib/jobby_job/sites.rb
58
60
  - lib/jobby_job/version.rb
59
61
  homepage: https://github.com/AdamT/JobbyJob
@@ -76,7 +78,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
76
78
  version: 1.3.1
77
79
  requirements: []
78
80
  rubyforge_project:
79
- rubygems_version: 2.1.3
81
+ rubygems_version: 2.0.3
80
82
  signing_key:
81
83
  specification_version: 4
82
84
  summary: JobbyJob opens a few job sites in Firefox with your search terms included.