technicalpickles-gemstalker 0.3.4 → 0.4.0

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.
Files changed (1) hide show
  1. metadata +15 -14
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
4
+ version: 0.4.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Josh Nichols
@@ -9,27 +9,27 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-04-19 00:00:00 -07:00
13
- default_executable:
12
+ date: 2009-04-22 00:00:00 -07:00
13
+ default_executable: gemstalk
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
+ - gemstalk
20
20
  extensions: []
21
21
 
22
- extra_rdoc_files: []
23
-
22
+ extra_rdoc_files:
23
+ - LICENSE
24
+ - README.rdoc
24
25
  files:
25
26
  - LICENSE
26
- - Rakefile
27
27
  - README.rdoc
28
+ - Rakefile
28
29
  - VERSION.yml
29
30
  - bin/gemstalk
30
31
  - lib/gem_stalker.rb
31
32
  - test/gemstalker_test.rb
32
- - test/responses
33
33
  - test/responses/bostonrb-tree-master
34
34
  - test/responses/bostonrb.gemspec
35
35
  - test/responses/jeweler-tree-master
@@ -38,11 +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: false
41
+ has_rdoc: true
42
42
  homepage: http://github.com/technicalpickles/gemstalker
43
43
  post_install_message:
44
- rdoc_options: []
45
-
44
+ rdoc_options:
45
+ - --charset=UTF-8
46
46
  require_paths:
47
47
  - lib
48
48
  required_ruby_version: !ruby/object:Gem::Requirement
@@ -64,5 +64,6 @@ rubygems_version: 1.2.0
64
64
  signing_key:
65
65
  specification_version: 2
66
66
  summary: GemStalker is a small library to determine if GitHub has built a gem yet.
67
- test_files: []
68
-
67
+ test_files:
68
+ - test/gemstalker_test.rb
69
+ - test/test_helper.rb