kodiak 0.0.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.
@@ -0,0 +1,5 @@
1
+ // require application
2
+
3
+ $(document).ready(function(){
4
+ new Application(turf.data);
5
+ });
metadata ADDED
@@ -0,0 +1,159 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: kodiak
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ prerelease:
6
+ platform: ruby
7
+ authors:
8
+ - Imulus
9
+ autorequire:
10
+ bindir: bin
11
+ cert_chain: []
12
+ date: 2011-05-31 00:00:00.000000000 -06:00
13
+ default_executable:
14
+ dependencies:
15
+ - !ruby/object:Gem::Dependency
16
+ name: term-ansicolor
17
+ requirement: &2160109740 !ruby/object:Gem::Requirement
18
+ none: false
19
+ requirements:
20
+ - - ! '>='
21
+ - !ruby/object:Gem::Version
22
+ version: 1.0.5
23
+ type: :runtime
24
+ prerelease: false
25
+ version_requirements: *2160109740
26
+ - !ruby/object:Gem::Dependency
27
+ name: directory_watcher
28
+ requirement: &2160108900 !ruby/object:Gem::Requirement
29
+ none: false
30
+ requirements:
31
+ - - ! '>='
32
+ - !ruby/object:Gem::Version
33
+ version: 1.4.0
34
+ type: :runtime
35
+ prerelease: false
36
+ version_requirements: *2160108900
37
+ - !ruby/object:Gem::Dependency
38
+ name: rb-appscript
39
+ requirement: &2160108180 !ruby/object:Gem::Requirement
40
+ none: false
41
+ requirements:
42
+ - - ! '>='
43
+ - !ruby/object:Gem::Version
44
+ version: 0.6.1
45
+ type: :runtime
46
+ prerelease: false
47
+ version_requirements: *2160108180
48
+ - !ruby/object:Gem::Dependency
49
+ name: term-ansicolor
50
+ requirement: &2160107340 !ruby/object:Gem::Requirement
51
+ none: false
52
+ requirements:
53
+ - - ! '>='
54
+ - !ruby/object:Gem::Version
55
+ version: 1.0.5
56
+ type: :development
57
+ prerelease: false
58
+ version_requirements: *2160107340
59
+ - !ruby/object:Gem::Dependency
60
+ name: directory_watcher
61
+ requirement: &2160106340 !ruby/object:Gem::Requirement
62
+ none: false
63
+ requirements:
64
+ - - ! '>='
65
+ - !ruby/object:Gem::Version
66
+ version: 1.4.0
67
+ type: :development
68
+ prerelease: false
69
+ version_requirements: *2160106340
70
+ - !ruby/object:Gem::Dependency
71
+ name: rb-appscript
72
+ requirement: &2160105480 !ruby/object:Gem::Requirement
73
+ none: false
74
+ requirements:
75
+ - - ! '>='
76
+ - !ruby/object:Gem::Version
77
+ version: 0.6.1
78
+ type: :development
79
+ prerelease: false
80
+ version_requirements: *2160105480
81
+ description: A static file transporter
82
+ email: developer@imulus.com
83
+ executables:
84
+ - kodiak
85
+ extensions: []
86
+ extra_rdoc_files:
87
+ - bin/kodiak
88
+ - lib/kodiak.rb
89
+ - lib/kodiak/cli.rb
90
+ - lib/kodiak/config_reader.rb
91
+ - lib/kodiak/generator.rb
92
+ - lib/kodiak/notification.rb
93
+ - lib/kodiak/transporter.rb
94
+ - lib/kodiak/utils.rb
95
+ - lib/kodiak/watcher.rb
96
+ files:
97
+ - Manifest
98
+ - Rakefile
99
+ - bin/kodiak
100
+ - config/.kodiak_config
101
+ - config/.kodiak_log
102
+ - config/kodiak-icon.png
103
+ - config/kodiak-usage.txt
104
+ - config/kodiak.yaml
105
+ - lib/kodiak.rb
106
+ - lib/kodiak/cli.rb
107
+ - lib/kodiak/config_reader.rb
108
+ - lib/kodiak/generator.rb
109
+ - lib/kodiak/notification.rb
110
+ - lib/kodiak/transporter.rb
111
+ - lib/kodiak/utils.rb
112
+ - lib/kodiak/watcher.rb
113
+ - test/app/scripts/javascript/application/application.js
114
+ - test/app/scripts/javascript/application/init.js
115
+ - test/app/scripts/javascript/jquery/jquery.js
116
+ - test/app/scripts/javascript/jquery/plugins/jquery.hashchange.js
117
+ - test/app/scripts/javascript/map/layer.js
118
+ - test/app/scripts/javascript/map/map.js
119
+ - test/app/scripts/javascript/map/overlay.js
120
+ - test/app/scripts/javascript/map/point.js
121
+ - test/app/scripts/javascript/map/polygon.js
122
+ - test/app/scripts/javascript/utils/hash.js
123
+ - test/app/scripts/javascript/utils/utils.js
124
+ - test/app/stylesheets/css/application.master.css
125
+ - test/app/stylesheets/less/application.fonts.less
126
+ - test/app/stylesheets/less/application.master.less
127
+ - test/public/scripts/application.js
128
+ - test/public/scripts/init.js
129
+ - kodiak.gemspec
130
+ has_rdoc: true
131
+ homepage: http://github.com/imulus/kodiak
132
+ licenses: []
133
+ post_install_message:
134
+ rdoc_options:
135
+ - --line-numbers
136
+ - --inline-source
137
+ - --title
138
+ - Kodiak
139
+ require_paths:
140
+ - lib
141
+ required_ruby_version: !ruby/object:Gem::Requirement
142
+ none: false
143
+ requirements:
144
+ - - ! '>='
145
+ - !ruby/object:Gem::Version
146
+ version: '0'
147
+ required_rubygems_version: !ruby/object:Gem::Requirement
148
+ none: false
149
+ requirements:
150
+ - - ! '>='
151
+ - !ruby/object:Gem::Version
152
+ version: '1.2'
153
+ requirements: []
154
+ rubyforge_project: kodiak
155
+ rubygems_version: 1.6.2
156
+ signing_key:
157
+ specification_version: 3
158
+ summary: A static file transporter
159
+ test_files: []