-
Notifications
You must be signed in to change notification settings - Fork 0
/
.specification
97 lines (92 loc) · 2.1 KB
/
.specification
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
--- !ruby/object:Gem::Specification
name: storelocator
version: !ruby/object:Gem::Version
version: 0.1.14
platform: ruby
authors:
- alexander danmayer
autorequire:
bindir: bin
cert_chain: []
date: 2010-06-02 00:00:00 +02:00
default_executable:
dependencies:
- !ruby/object:Gem::Dependency
name: acts_as_wz_translateable
type: :runtime
version_requirement:
version_requirements: !ruby/object:Gem::Requirement
requirements:
- - ">="
- !ruby/object:Gem::Version
version: "0.3"
version:
- !ruby/object:Gem::Dependency
name: acts_as_wz_publishable
type: :runtime
version_requirement:
version_requirements: !ruby/object:Gem::Requirement
requirements:
- - ">="
- !ruby/object:Gem::Version
version: "0.1"
version:
- !ruby/object:Gem::Dependency
name: geokit
type: :runtime
version_requirement:
version_requirements: !ruby/object:Gem::Requirement
requirements:
- - "="
- !ruby/object:Gem::Version
version: "1.5"
version:
description: "Storelocator with regions, countries and cities and I18n "
email: [email protected]
executables: []
extensions: []
extra_rdoc_files:
- LICENSE
- README.rdoc
files:
- LICENSE
- README.rdoc
- Rakefile
- VERSION
- app/models/storelocator_city.rb
- app/models/storelocator_country.rb
- app/models/storelocator_region.rb
- app/models/storelocator_store.rb
- config/storelocator.example.yml
- lib/storelocator.rb
- test/helper.rb
- test/storelocator_test.rb
has_rdoc: true
homepage: http://github.com/wollzelle/storelocator
licenses: []
post_install_message:
rdoc_options:
- --charset=UTF-8
require_paths:
- lib
required_ruby_version: !ruby/object:Gem::Requirement
requirements:
- - ">="
- !ruby/object:Gem::Version
version: "0"
version:
required_rubygems_version: !ruby/object:Gem::Requirement
requirements:
- - ">="
- !ruby/object:Gem::Version
version: "0"
version:
requirements: []
rubyforge_project:
rubygems_version: 1.3.5
signing_key:
specification_version: 3
summary: Storelocator
test_files:
- test/helper.rb
- test/storelocator_test.rb