simplegeo 0.1.0 → 0.1.1
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/simplegeo.gemspec +4 -4
- metadata +7 -5
data/simplegeo.gemspec
CHANGED
|
@@ -5,12 +5,12 @@
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = %q{simplegeo}
|
|
8
|
-
s.version = "0.1.
|
|
8
|
+
s.version = "0.1.1"
|
|
9
9
|
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
11
|
-
s.authors = ["Dan Dofter"]
|
|
12
|
-
s.date = %q{2010-
|
|
13
|
-
s.email = %q{
|
|
11
|
+
s.authors = ["Dan Dofter", "Scott Windsor", "Andrew Mager"]
|
|
12
|
+
s.date = %q{2010-10-20}
|
|
13
|
+
s.email = %q{andrew@simplegeo.com}
|
|
14
14
|
s.extra_rdoc_files = [
|
|
15
15
|
"LICENSE",
|
|
16
16
|
"README.rdoc"
|
metadata
CHANGED
|
@@ -1,21 +1,23 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: simplegeo
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 25
|
|
5
5
|
prerelease: false
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 1
|
|
9
|
-
-
|
|
10
|
-
version: 0.1.
|
|
9
|
+
- 1
|
|
10
|
+
version: 0.1.1
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Dan Dofter
|
|
14
|
+
- Scott Windsor
|
|
15
|
+
- Andrew Mager
|
|
14
16
|
autorequire:
|
|
15
17
|
bindir: bin
|
|
16
18
|
cert_chain: []
|
|
17
19
|
|
|
18
|
-
date: 2010-
|
|
20
|
+
date: 2010-10-20 00:00:00 -07:00
|
|
19
21
|
default_executable:
|
|
20
22
|
dependencies:
|
|
21
23
|
- !ruby/object:Gem::Dependency
|
|
@@ -81,7 +83,7 @@ dependencies:
|
|
|
81
83
|
type: :development
|
|
82
84
|
version_requirements: *id004
|
|
83
85
|
description:
|
|
84
|
-
email:
|
|
86
|
+
email: andrew@simplegeo.com
|
|
85
87
|
executables: []
|
|
86
88
|
|
|
87
89
|
extensions: []
|