bugzscout 1.0.2 → 1.0.4
Sign up to get free protection for your applications and to get access to all the features.
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: bugzscout
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Michael Gorsuch
|
@@ -9,7 +9,7 @@ autorequire:
|
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
11
|
|
12
|
-
date:
|
12
|
+
date: 2010-06-02 00:00:00 -04:00
|
13
13
|
default_executable:
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
@@ -23,7 +23,7 @@ dependencies:
|
|
23
23
|
version: "0"
|
24
24
|
version:
|
25
25
|
description:
|
26
|
-
email: michael@
|
26
|
+
email: michael.gorsuch@gmail.com
|
27
27
|
executables: []
|
28
28
|
|
29
29
|
extensions: []
|
@@ -33,7 +33,9 @@ extra_rdoc_files: []
|
|
33
33
|
files:
|
34
34
|
- lib/bugzscout.rb
|
35
35
|
has_rdoc: true
|
36
|
-
homepage: http://
|
36
|
+
homepage: http://bitbucket.org/mgorsuch/rb-bugzscout
|
37
|
+
licenses: []
|
38
|
+
|
37
39
|
post_install_message:
|
38
40
|
rdoc_options: []
|
39
41
|
|
@@ -54,9 +56,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
54
56
|
requirements: []
|
55
57
|
|
56
58
|
rubyforge_project:
|
57
|
-
rubygems_version: 1.3.
|
59
|
+
rubygems_version: 1.3.5
|
58
60
|
signing_key:
|
59
|
-
specification_version:
|
61
|
+
specification_version: 3
|
60
62
|
summary: A package for using Fog Creek Software's FogBugz BugzScout bug reporting system.
|
61
63
|
test_files: []
|
62
64
|
|