technicalpickles-gemstalker 0.3.2 → 0.3.3
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.
- data/README.rdoc +5 -11
- data/VERSION.yml +1 -1
- data/bin/gemstalk +1 -1
- metadata +8 -9
data/README.rdoc
CHANGED
@@ -1,20 +1,14 @@
|
|
1
1
|
= gemstalker
|
2
2
|
|
3
|
-
GemStalker is a small
|
3
|
+
GemStalker is a small utility to determine if GitHub has built a gem yet.
|
4
4
|
|
5
|
-
|
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
data/bin/gemstalk
CHANGED
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.
|
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-
|
13
|
-
default_executable:
|
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
|
-
|
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:
|
41
|
+
has_rdoc: false
|
42
42
|
homepage: http://github.com/technicalpickles/gemstalker
|
43
43
|
post_install_message:
|
44
|
-
rdoc_options:
|
45
|
-
|
46
|
-
- --charset=UTF-8
|
44
|
+
rdoc_options: []
|
45
|
+
|
47
46
|
require_paths:
|
48
47
|
- lib
|
49
48
|
required_ruby_version: !ruby/object:Gem::Requirement
|