astrochimp 0.0.1
Sign up to get free protection for your applications and to get access to all the features.
- data/MIT-LICENSE +20 -0
- data/README.rdoc +3 -0
- data/Rakefile +39 -0
- data/app/assets/images/astrochimp/bg-noise.png +0 -0
- data/app/assets/javascripts/astrochimp/application.js +9 -0
- data/app/assets/javascripts/astrochimp/dashboard.js +2 -0
- data/app/assets/stylesheets/astrochimp/application.css +7 -0
- data/app/assets/stylesheets/astrochimp/dashboard.css.sass +115 -0
- data/app/assets/stylesheets/astrochimp/reset.css.sass +151 -0
- data/app/controllers/astrochimp/application_controller.rb +4 -0
- data/app/controllers/astrochimp/dashboard_controller.rb +6 -0
- data/app/helpers/astrochimp/application_helper.rb +4 -0
- data/app/helpers/astrochimp/dashboard_helper.rb +4 -0
- data/app/views/astrochimp/dashboard/index.html.erb +23 -0
- data/app/views/layouts/astrochimp/application.html.erb +53 -0
- data/config/routes.rb +8 -0
- data/lib/astrochimp.rb +4 -0
- data/lib/astrochimp/engine.rb +5 -0
- data/lib/astrochimp/version.rb +3 -0
- data/lib/tasks/astrochimp_tasks.rake +4 -0
- data/test/astrochimp_test.rb +7 -0
- data/test/dummy/Rakefile +7 -0
- data/test/dummy/app/assets/javascripts/application.js +9 -0
- data/test/dummy/app/assets/stylesheets/application.css +7 -0
- data/test/dummy/app/controllers/application_controller.rb +3 -0
- data/test/dummy/app/helpers/application_helper.rb +2 -0
- data/test/dummy/app/views/layouts/application.html.erb +14 -0
- data/test/dummy/config.ru +4 -0
- data/test/dummy/config/application.rb +42 -0
- data/test/dummy/config/boot.rb +10 -0
- data/test/dummy/config/database.yml +25 -0
- data/test/dummy/config/environment.rb +5 -0
- data/test/dummy/config/environments/development.rb +27 -0
- data/test/dummy/config/environments/production.rb +51 -0
- data/test/dummy/config/environments/test.rb +39 -0
- data/test/dummy/config/initializers/backtrace_silencers.rb +7 -0
- data/test/dummy/config/initializers/inflections.rb +10 -0
- data/test/dummy/config/initializers/mime_types.rb +5 -0
- data/test/dummy/config/initializers/secret_token.rb +7 -0
- data/test/dummy/config/initializers/session_store.rb +8 -0
- data/test/dummy/config/initializers/wrap_parameters.rb +14 -0
- data/test/dummy/config/locales/en.yml +5 -0
- data/test/dummy/config/routes.rb +4 -0
- data/test/dummy/db/development.sqlite3 +0 -0
- data/test/dummy/log/development.log +785 -0
- data/test/dummy/log/test.log +0 -0
- data/test/dummy/public/404.html +26 -0
- data/test/dummy/public/422.html +26 -0
- data/test/dummy/public/500.html +26 -0
- data/test/dummy/public/favicon.ico +0 -0
- data/test/dummy/script/rails +6 -0
- data/test/dummy/tmp/cache/assets/CCC/B30/sprockets%2F9e0547875983624fecd47c38f443d5d5 +0 -0
- data/test/dummy/tmp/cache/assets/CDF/260/sprockets%2Fb437014d51952f4ed168dfa5eb506835 +0 -0
- data/test/dummy/tmp/cache/assets/D32/A10/sprockets%2F13fe41fee1fe35b49d145bcc06610705 +0 -0
- data/test/dummy/tmp/cache/assets/D54/ED0/sprockets%2F71c9fa01091d432b131da3bb73faf3d4 +10 -0
- data/test/dummy/tmp/cache/assets/D69/F30/sprockets%2F09f88f56ab157162d1e807c2d3ebcb2a +0 -0
- data/test/dummy/tmp/cache/assets/D7A/130/sprockets%2Fba2928fecee85859a262dbf147f436a4 +0 -0
- data/test/dummy/tmp/cache/assets/D82/E10/sprockets%2F954cbb70b65145f917df4749ee4fcb7f +14 -0
- data/test/dummy/tmp/cache/assets/DA1/DC0/sprockets%2F342dfdb79e3d2fe720bd5da829049c6a +0 -0
- data/test/dummy/tmp/cache/assets/DBF/880/sprockets%2F1f847fc47d1bbdc315e0ae1ec196a02e +262 -0
- data/test/dummy/tmp/cache/assets/E31/100/sprockets%2Fbb6c7450fa3629bb1fe9efaf6a5ec76a +15 -0
- data/test/functional/astrochimp/dashboard_controller_test.rb +9 -0
- data/test/integration/navigation_test.rb +10 -0
- data/test/test_helper.rb +10 -0
- data/test/unit/helpers/astrochimp/dashboard_helper_test.rb +6 -0
- metadata +229 -0
metadata
ADDED
@@ -0,0 +1,229 @@
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
|
+
name: astrochimp
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 0.0.1
|
5
|
+
prerelease:
|
6
|
+
platform: ruby
|
7
|
+
authors:
|
8
|
+
- Eric Boehs
|
9
|
+
- Vance Lucas
|
10
|
+
- Joshua Ogle
|
11
|
+
autorequire:
|
12
|
+
bindir: bin
|
13
|
+
cert_chain: []
|
14
|
+
date: 2011-08-25 00:00:00.000000000 Z
|
15
|
+
dependencies:
|
16
|
+
- !ruby/object:Gem::Dependency
|
17
|
+
name: rails
|
18
|
+
requirement: &70141875447020 !ruby/object:Gem::Requirement
|
19
|
+
none: false
|
20
|
+
requirements:
|
21
|
+
- - ~>
|
22
|
+
- !ruby/object:Gem::Version
|
23
|
+
version: 3.1.0.rc6
|
24
|
+
type: :runtime
|
25
|
+
prerelease: false
|
26
|
+
version_requirements: *70141875447020
|
27
|
+
- !ruby/object:Gem::Dependency
|
28
|
+
name: sass-rails
|
29
|
+
requirement: &70141875446260 !ruby/object:Gem::Requirement
|
30
|
+
none: false
|
31
|
+
requirements:
|
32
|
+
- - ~>
|
33
|
+
- !ruby/object:Gem::Version
|
34
|
+
version: 3.1.0.rc
|
35
|
+
type: :runtime
|
36
|
+
prerelease: false
|
37
|
+
version_requirements: *70141875446260
|
38
|
+
- !ruby/object:Gem::Dependency
|
39
|
+
name: coffee-rails
|
40
|
+
requirement: &70141875445060 !ruby/object:Gem::Requirement
|
41
|
+
none: false
|
42
|
+
requirements:
|
43
|
+
- - ~>
|
44
|
+
- !ruby/object:Gem::Version
|
45
|
+
version: 3.1.0.rc
|
46
|
+
type: :runtime
|
47
|
+
prerelease: false
|
48
|
+
version_requirements: *70141875445060
|
49
|
+
- !ruby/object:Gem::Dependency
|
50
|
+
name: uglifier
|
51
|
+
requirement: &70141875444280 !ruby/object:Gem::Requirement
|
52
|
+
none: false
|
53
|
+
requirements:
|
54
|
+
- - ~>
|
55
|
+
- !ruby/object:Gem::Version
|
56
|
+
version: 1.0.0
|
57
|
+
type: :runtime
|
58
|
+
prerelease: false
|
59
|
+
version_requirements: *70141875444280
|
60
|
+
- !ruby/object:Gem::Dependency
|
61
|
+
name: jquery-rails
|
62
|
+
requirement: &70141875443700 !ruby/object:Gem::Requirement
|
63
|
+
none: false
|
64
|
+
requirements:
|
65
|
+
- - ~>
|
66
|
+
- !ruby/object:Gem::Version
|
67
|
+
version: 1.0.13
|
68
|
+
type: :runtime
|
69
|
+
prerelease: false
|
70
|
+
version_requirements: *70141875443700
|
71
|
+
- !ruby/object:Gem::Dependency
|
72
|
+
name: sqlite3
|
73
|
+
requirement: &70141875443240 !ruby/object:Gem::Requirement
|
74
|
+
none: false
|
75
|
+
requirements:
|
76
|
+
- - ! '>='
|
77
|
+
- !ruby/object:Gem::Version
|
78
|
+
version: '0'
|
79
|
+
type: :development
|
80
|
+
prerelease: false
|
81
|
+
version_requirements: *70141875443240
|
82
|
+
description: Astrochimp helps trck your invitations and send them out.
|
83
|
+
email:
|
84
|
+
- hello@brightb.it
|
85
|
+
executables: []
|
86
|
+
extensions: []
|
87
|
+
extra_rdoc_files: []
|
88
|
+
files:
|
89
|
+
- app/assets/images/astrochimp/bg-noise.png
|
90
|
+
- app/assets/javascripts/astrochimp/application.js
|
91
|
+
- app/assets/javascripts/astrochimp/dashboard.js
|
92
|
+
- app/assets/stylesheets/astrochimp/application.css
|
93
|
+
- app/assets/stylesheets/astrochimp/dashboard.css.sass
|
94
|
+
- app/assets/stylesheets/astrochimp/reset.css.sass
|
95
|
+
- app/controllers/astrochimp/application_controller.rb
|
96
|
+
- app/controllers/astrochimp/dashboard_controller.rb
|
97
|
+
- app/helpers/astrochimp/application_helper.rb
|
98
|
+
- app/helpers/astrochimp/dashboard_helper.rb
|
99
|
+
- app/views/astrochimp/dashboard/index.html.erb
|
100
|
+
- app/views/layouts/astrochimp/application.html.erb
|
101
|
+
- config/routes.rb
|
102
|
+
- lib/astrochimp/engine.rb
|
103
|
+
- lib/astrochimp/version.rb
|
104
|
+
- lib/astrochimp.rb
|
105
|
+
- lib/tasks/astrochimp_tasks.rake
|
106
|
+
- MIT-LICENSE
|
107
|
+
- Rakefile
|
108
|
+
- README.rdoc
|
109
|
+
- test/astrochimp_test.rb
|
110
|
+
- test/dummy/app/assets/javascripts/application.js
|
111
|
+
- test/dummy/app/assets/stylesheets/application.css
|
112
|
+
- test/dummy/app/controllers/application_controller.rb
|
113
|
+
- test/dummy/app/helpers/application_helper.rb
|
114
|
+
- test/dummy/app/views/layouts/application.html.erb
|
115
|
+
- test/dummy/config/application.rb
|
116
|
+
- test/dummy/config/boot.rb
|
117
|
+
- test/dummy/config/database.yml
|
118
|
+
- test/dummy/config/environment.rb
|
119
|
+
- test/dummy/config/environments/development.rb
|
120
|
+
- test/dummy/config/environments/production.rb
|
121
|
+
- test/dummy/config/environments/test.rb
|
122
|
+
- test/dummy/config/initializers/backtrace_silencers.rb
|
123
|
+
- test/dummy/config/initializers/inflections.rb
|
124
|
+
- test/dummy/config/initializers/mime_types.rb
|
125
|
+
- test/dummy/config/initializers/secret_token.rb
|
126
|
+
- test/dummy/config/initializers/session_store.rb
|
127
|
+
- test/dummy/config/initializers/wrap_parameters.rb
|
128
|
+
- test/dummy/config/locales/en.yml
|
129
|
+
- test/dummy/config/routes.rb
|
130
|
+
- test/dummy/config.ru
|
131
|
+
- test/dummy/db/development.sqlite3
|
132
|
+
- test/dummy/log/development.log
|
133
|
+
- test/dummy/log/test.log
|
134
|
+
- test/dummy/public/404.html
|
135
|
+
- test/dummy/public/422.html
|
136
|
+
- test/dummy/public/500.html
|
137
|
+
- test/dummy/public/favicon.ico
|
138
|
+
- test/dummy/Rakefile
|
139
|
+
- test/dummy/script/rails
|
140
|
+
- test/dummy/tmp/cache/assets/CCC/B30/sprockets%2F9e0547875983624fecd47c38f443d5d5
|
141
|
+
- test/dummy/tmp/cache/assets/CDF/260/sprockets%2Fb437014d51952f4ed168dfa5eb506835
|
142
|
+
- test/dummy/tmp/cache/assets/D32/A10/sprockets%2F13fe41fee1fe35b49d145bcc06610705
|
143
|
+
- test/dummy/tmp/cache/assets/D54/ED0/sprockets%2F71c9fa01091d432b131da3bb73faf3d4
|
144
|
+
- test/dummy/tmp/cache/assets/D69/F30/sprockets%2F09f88f56ab157162d1e807c2d3ebcb2a
|
145
|
+
- test/dummy/tmp/cache/assets/D7A/130/sprockets%2Fba2928fecee85859a262dbf147f436a4
|
146
|
+
- test/dummy/tmp/cache/assets/D82/E10/sprockets%2F954cbb70b65145f917df4749ee4fcb7f
|
147
|
+
- test/dummy/tmp/cache/assets/DA1/DC0/sprockets%2F342dfdb79e3d2fe720bd5da829049c6a
|
148
|
+
- test/dummy/tmp/cache/assets/DBF/880/sprockets%2F1f847fc47d1bbdc315e0ae1ec196a02e
|
149
|
+
- test/dummy/tmp/cache/assets/E31/100/sprockets%2Fbb6c7450fa3629bb1fe9efaf6a5ec76a
|
150
|
+
- test/functional/astrochimp/dashboard_controller_test.rb
|
151
|
+
- test/integration/navigation_test.rb
|
152
|
+
- test/test_helper.rb
|
153
|
+
- test/unit/helpers/astrochimp/dashboard_helper_test.rb
|
154
|
+
homepage: http://brightb.it/astrochimp
|
155
|
+
licenses: []
|
156
|
+
post_install_message:
|
157
|
+
rdoc_options: []
|
158
|
+
require_paths:
|
159
|
+
- lib
|
160
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
161
|
+
none: false
|
162
|
+
requirements:
|
163
|
+
- - ! '>='
|
164
|
+
- !ruby/object:Gem::Version
|
165
|
+
version: '0'
|
166
|
+
segments:
|
167
|
+
- 0
|
168
|
+
hash: -1834768976468683526
|
169
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
170
|
+
none: false
|
171
|
+
requirements:
|
172
|
+
- - ! '>='
|
173
|
+
- !ruby/object:Gem::Version
|
174
|
+
version: '0'
|
175
|
+
segments:
|
176
|
+
- 0
|
177
|
+
hash: -1834768976468683526
|
178
|
+
requirements: []
|
179
|
+
rubyforge_project:
|
180
|
+
rubygems_version: 1.8.6
|
181
|
+
signing_key:
|
182
|
+
specification_version: 3
|
183
|
+
summary: Astrochimp is an integrated beta wall for launching your app
|
184
|
+
test_files:
|
185
|
+
- test/astrochimp_test.rb
|
186
|
+
- test/dummy/app/assets/javascripts/application.js
|
187
|
+
- test/dummy/app/assets/stylesheets/application.css
|
188
|
+
- test/dummy/app/controllers/application_controller.rb
|
189
|
+
- test/dummy/app/helpers/application_helper.rb
|
190
|
+
- test/dummy/app/views/layouts/application.html.erb
|
191
|
+
- test/dummy/config/application.rb
|
192
|
+
- test/dummy/config/boot.rb
|
193
|
+
- test/dummy/config/database.yml
|
194
|
+
- test/dummy/config/environment.rb
|
195
|
+
- test/dummy/config/environments/development.rb
|
196
|
+
- test/dummy/config/environments/production.rb
|
197
|
+
- test/dummy/config/environments/test.rb
|
198
|
+
- test/dummy/config/initializers/backtrace_silencers.rb
|
199
|
+
- test/dummy/config/initializers/inflections.rb
|
200
|
+
- test/dummy/config/initializers/mime_types.rb
|
201
|
+
- test/dummy/config/initializers/secret_token.rb
|
202
|
+
- test/dummy/config/initializers/session_store.rb
|
203
|
+
- test/dummy/config/initializers/wrap_parameters.rb
|
204
|
+
- test/dummy/config/locales/en.yml
|
205
|
+
- test/dummy/config/routes.rb
|
206
|
+
- test/dummy/config.ru
|
207
|
+
- test/dummy/db/development.sqlite3
|
208
|
+
- test/dummy/log/development.log
|
209
|
+
- test/dummy/log/test.log
|
210
|
+
- test/dummy/public/404.html
|
211
|
+
- test/dummy/public/422.html
|
212
|
+
- test/dummy/public/500.html
|
213
|
+
- test/dummy/public/favicon.ico
|
214
|
+
- test/dummy/Rakefile
|
215
|
+
- test/dummy/script/rails
|
216
|
+
- test/dummy/tmp/cache/assets/CCC/B30/sprockets%2F9e0547875983624fecd47c38f443d5d5
|
217
|
+
- test/dummy/tmp/cache/assets/CDF/260/sprockets%2Fb437014d51952f4ed168dfa5eb506835
|
218
|
+
- test/dummy/tmp/cache/assets/D32/A10/sprockets%2F13fe41fee1fe35b49d145bcc06610705
|
219
|
+
- test/dummy/tmp/cache/assets/D54/ED0/sprockets%2F71c9fa01091d432b131da3bb73faf3d4
|
220
|
+
- test/dummy/tmp/cache/assets/D69/F30/sprockets%2F09f88f56ab157162d1e807c2d3ebcb2a
|
221
|
+
- test/dummy/tmp/cache/assets/D7A/130/sprockets%2Fba2928fecee85859a262dbf147f436a4
|
222
|
+
- test/dummy/tmp/cache/assets/D82/E10/sprockets%2F954cbb70b65145f917df4749ee4fcb7f
|
223
|
+
- test/dummy/tmp/cache/assets/DA1/DC0/sprockets%2F342dfdb79e3d2fe720bd5da829049c6a
|
224
|
+
- test/dummy/tmp/cache/assets/DBF/880/sprockets%2F1f847fc47d1bbdc315e0ae1ec196a02e
|
225
|
+
- test/dummy/tmp/cache/assets/E31/100/sprockets%2Fbb6c7450fa3629bb1fe9efaf6a5ec76a
|
226
|
+
- test/functional/astrochimp/dashboard_controller_test.rb
|
227
|
+
- test/integration/navigation_test.rb
|
228
|
+
- test/test_helper.rb
|
229
|
+
- test/unit/helpers/astrochimp/dashboard_helper_test.rb
|