atlas_on_rails 0.1.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.
metadata ADDED
@@ -0,0 +1,69 @@
1
+ --- !ruby/object:Gem::Specification
2
+ rubygems_version: 0.9.0
3
+ specification_version: 1
4
+ name: atlas_on_rails
5
+ version: !ruby/object:Gem::Version
6
+ version: 0.1.0
7
+ date: 2007-02-15 00:00:00 +00:00
8
+ summary: An API agnostic way of including maps within you Rails app (e.g., GoogleMaps)
9
+ require_paths:
10
+ - lib
11
+ email: glenn.gillen@gmail.com
12
+ homepage: http://atlas_on_rails.rubyforge.org
13
+ rubyforge_project: atlas_on_rails
14
+ description: An API agnostic way of including maps within you Rails app (e.g., GoogleMaps)
15
+ autorequire:
16
+ default_executable:
17
+ bindir: bin
18
+ has_rdoc: true
19
+ required_ruby_version: !ruby/object:Gem::Version::Requirement
20
+ requirements:
21
+ - - ">"
22
+ - !ruby/object:Gem::Version
23
+ version: 0.0.0
24
+ version:
25
+ platform: ruby
26
+ signing_key:
27
+ cert_chain:
28
+ post_install_message:
29
+ authors:
30
+ - Glenn Gillen
31
+ files:
32
+ - History.txt
33
+ - Manifest.txt
34
+ - README.txt
35
+ - Rakefile
36
+ - setup.rb
37
+ - lib/atlas_on_rails.rb
38
+ - lib/atlas_on_rails/event.rb
39
+ - lib/atlas_on_rails/icon.rb
40
+ - lib/atlas_on_rails/key.rb
41
+ - lib/atlas_on_rails/map.rb
42
+ - lib/atlas_on_rails/marker.rb
43
+ - lib/atlas_on_rails/polyline.rb
44
+ - lib/atlas_on_rails/render.rb
45
+ - lib/atlas_on_rails/version.rb
46
+ - lib/atlas_on_rails/window.rb
47
+ test_files:
48
+ - test/unit/atlas_on_rails_test.rb
49
+ - test/unit/google_test.rb
50
+ rdoc_options: []
51
+
52
+ extra_rdoc_files: []
53
+
54
+ executables: []
55
+
56
+ extensions: []
57
+
58
+ requirements: []
59
+
60
+ dependencies:
61
+ - !ruby/object:Gem::Dependency
62
+ name: hoe
63
+ version_requirement:
64
+ version_requirements: !ruby/object:Gem::Version::Requirement
65
+ requirements:
66
+ - - ">="
67
+ - !ruby/object:Gem::Version
68
+ version: 1.1.6
69
+ version: