tommygun 0.4 → 0.4.01
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/tommygun.gemspec +6 -6
- metadata +8 -7
data/tommygun.gemspec
CHANGED
@@ -3,14 +3,14 @@ Gem::Specification.new do |s|
|
|
3
3
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
4
4
|
|
5
5
|
s.name = 'tommygun'
|
6
|
-
s.version = '0.4'
|
7
|
-
s.date = '
|
6
|
+
s.version = '0.4.01'
|
7
|
+
s.date = '2010-01-08'
|
8
8
|
|
9
|
-
s.description = "Shotgun with default port of 4567."
|
9
|
+
s.description = "Shotgun with default port of 4567. Everything else should be the same as rtomayko's shotgun"
|
10
10
|
s.summary = s.description
|
11
11
|
|
12
|
-
s.authors = ["Ryan Tomayko"]
|
13
|
-
s.email = "
|
12
|
+
s.authors = ["Hunter Gillane (tommygun)", "Ryan Tomayko (shotgun)"]
|
13
|
+
s.email = "hunter.gillane@gmail.com"
|
14
14
|
|
15
15
|
s.files = %w[
|
16
16
|
README
|
@@ -27,7 +27,7 @@ Gem::Specification.new do |s|
|
|
27
27
|
s.add_dependency 'rack', '>= 0.9.1'
|
28
28
|
s.add_dependency 'launchy', '>= 0.3.3', '< 1.0'
|
29
29
|
|
30
|
-
s.homepage = "http://github.com/
|
30
|
+
s.homepage = "http://github.com/pinecon3/tommygun"
|
31
31
|
s.require_paths = %w[lib]
|
32
32
|
s.rubyforge_project = 'wink'
|
33
33
|
s.rubygems_version = '1.1.1'
|
metadata
CHANGED
@@ -1,15 +1,16 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tommygun
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version:
|
4
|
+
version: 0.4.01
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
|
-
-
|
7
|
+
- Hunter Gillane (tommygun)
|
8
|
+
- Ryan Tomayko (shotgun)
|
8
9
|
autorequire:
|
9
10
|
bindir: bin
|
10
11
|
cert_chain: []
|
11
12
|
|
12
|
-
date:
|
13
|
+
date: 2010-01-08 00:00:00 -08:00
|
13
14
|
default_executable:
|
14
15
|
dependencies:
|
15
16
|
- !ruby/object:Gem::Dependency
|
@@ -35,8 +36,8 @@ dependencies:
|
|
35
36
|
- !ruby/object:Gem::Version
|
36
37
|
version: "1.0"
|
37
38
|
version:
|
38
|
-
description: Shotgun with default port of 4567.
|
39
|
-
email:
|
39
|
+
description: Shotgun with default port of 4567. Everything else should be the same as rtomayko's shotgun
|
40
|
+
email: hunter.gillane@gmail.com
|
40
41
|
executables:
|
41
42
|
- tommygun
|
42
43
|
extensions: []
|
@@ -51,7 +52,7 @@ files:
|
|
51
52
|
- lib/tommygun.rb
|
52
53
|
- bin/tommygun
|
53
54
|
has_rdoc: true
|
54
|
-
homepage: http://github.com/
|
55
|
+
homepage: http://github.com/pinecon3/tommygun
|
55
56
|
licenses: []
|
56
57
|
|
57
58
|
post_install_message:
|
@@ -77,6 +78,6 @@ rubyforge_project: wink
|
|
77
78
|
rubygems_version: 1.3.5
|
78
79
|
signing_key:
|
79
80
|
specification_version: 2
|
80
|
-
summary: Shotgun with default port of 4567.
|
81
|
+
summary: Shotgun with default port of 4567. Everything else should be the same as rtomayko's shotgun
|
81
82
|
test_files: []
|
82
83
|
|