technicalpickles-gemstalker 0.3.2 → 0.3.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/README.rdoc +5 -11
  2. data/VERSION.yml +1 -1
  3. data/bin/gemstalk +1 -1
  4. metadata +8 -9
data/README.rdoc CHANGED
@@ -1,20 +1,14 @@
1
1
  = gemstalker
2
2
 
3
- GemStalker is a small library to determine if GitHub has built a gem yet.
3
+ GemStalker is a small utility to determine if GitHub has built a gem yet.
4
4
 
5
- require 'gem_stalker'
6
-
7
- stalker = GemStalker.new(:username => 'technicalpickles', :repository => 'jeweler', :version => '0.7.2'
8
-
9
- if stalker.built?
10
- puts "zomg, it's built, im so telling everyone"
11
- if stalker.in_specfile?
12
- puts "sweeeet, i can install it nao"
13
- end
14
- end
5
+ sudo gem install technicalpickles-gemstalker --source http://gems.github.com
6
+ gemstalk yourusername yourrepo yourversion
15
7
 
16
8
  You can also omit the version, and it will take the version from the repository's gemspec on the master branch.
17
9
 
10
+ == Contributions and credit
11
+
18
12
  Origin code borrowed and inspired by hasmygembuiltyet.org.
19
13
 
20
14
  Contributions from Jeff Rafter.
data/VERSION.yml CHANGED
@@ -1,4 +1,4 @@
1
1
  ---
2
- :patch: 2
2
+ :patch: 3
3
3
  :major: 0
4
4
  :minor: 3
data/bin/gemstalk CHANGED
@@ -62,7 +62,7 @@ loop do
62
62
  if stalker.in_specfile?
63
63
  puts "." if waiting
64
64
  puts "=> Sweeeet, everyone can install it now!"
65
- break
65
+ break
66
66
  end
67
67
  print "."
68
68
  waiting = true
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: technicalpickles-gemstalker
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.2
4
+ version: 0.3.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Josh Nichols
@@ -9,14 +9,14 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-02-26 00:00:00 -08:00
13
- default_executable: gemstalk
12
+ date: 2009-04-19 00:00:00 -07:00
13
+ default_executable:
14
14
  dependencies: []
15
15
 
16
16
  description: A library for determining if GitHub has built a gem yet
17
17
  email: josh@technicalpickles.com
18
- executables:
19
- - gemstalk
18
+ executables: []
19
+
20
20
  extensions: []
21
21
 
22
22
  extra_rdoc_files: []
@@ -38,12 +38,11 @@ files:
38
38
  - test/responses/technicalpickles-jeweler-0.8.1.gem
39
39
  - test/responses/technicalpickles-jeweler-0.9.3.gem
40
40
  - test/test_helper.rb
41
- has_rdoc: true
41
+ has_rdoc: false
42
42
  homepage: http://github.com/technicalpickles/gemstalker
43
43
  post_install_message:
44
- rdoc_options:
45
- - --inline-source
46
- - --charset=UTF-8
44
+ rdoc_options: []
45
+
47
46
  require_paths:
48
47
  - lib
49
48
  required_ruby_version: !ruby/object:Gem::Requirement