simply_mongo 0.0.6 → 0.0.7

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.
Files changed (36) hide show
  1. checksums.yaml +7 -0
  2. data/{README.rdoc → README.md} +43 -12
  3. data/RELEASE-NOTES.md +24 -0
  4. data/Rakefile +8 -1
  5. data/lib/generators/simply_mongo/install/install_generator.rb +28 -5
  6. data/lib/generators/simply_mongo/install/templates/mongo.rb +1 -1
  7. data/lib/generators/simply_mongo/install/templates/mongo.yml +11 -7
  8. data/lib/simply_mongo/version.rb +1 -1
  9. data/lib/simply_mongo.rb +1 -0
  10. data/lib/tasks/simply_mongo.rake +7 -0
  11. data/test/enterprise/Gemfile +7 -13
  12. data/test/enterprise/Gemfile.lock +87 -87
  13. data/test/enterprise/app/assets/javascripts/enterprises.js.coffee +1 -1
  14. data/test/enterprise/app/controllers/enterprises_controller.rb +2 -2
  15. data/test/enterprise/bin/bundle +3 -0
  16. data/test/enterprise/bin/rails +4 -0
  17. data/test/enterprise/bin/rake +4 -0
  18. data/test/enterprise/config/application.rb +7 -16
  19. data/test/enterprise/config/database.yml +0 -0
  20. data/test/enterprise/config/environment.rb +2 -0
  21. data/test/enterprise/config/environments/development.rb +1 -9
  22. data/test/enterprise/config/environments/production.rb +3 -1
  23. data/test/enterprise/config/environments/test.rb +1 -2
  24. data/test/enterprise/config/initializers/mongo.rb +1 -1
  25. data/test/enterprise/config/initializers/secret_token.rb +1 -0
  26. data/test/enterprise/config/mongo.yml +14 -10
  27. data/test/enterprise/log/development.log +3768 -690
  28. data/test/enterprise/log/install.log +393 -0
  29. data/test/enterprise/tmp/cache/assets/CF0/DA0/sprockets%2Fd7d5b37686831d37c4dd75e645f5e016 +0 -0
  30. data/test/enterprise/tmp/cache/assets/E25/4C0/sprockets%2Fde2fd9fd11c04a582cdbbe3d84a35ae6 +0 -0
  31. metadata +87 -41
  32. data/lib/tasks/simply_mongo_tasks.rake +0 -4
  33. data/test/cmd_line_client/Enterprise.json +0 -30
  34. data/test/cmd_line_client/client.rb +0 -128
  35. data/test/enterprise/script/rails +0 -6
  36. data/test/enterprise/tmp/pids/server.pid +0 -1
@@ -0,0 +1,393 @@
1
+ #I, [2013-06-03T11:35:46.092321 #94925] INFO -- : Travis staring install at: 2013-06-03T11:35:46-04:00
2
+ I, [2013-06-03T11:35:46.092529 #94925] INFO -- : Removing pid file: WEBrick.94732
3
+ Using rake (10.0.4)
4
+ Using i18n (0.6.1)
5
+ Using multi_json (1.7.4)
6
+ Using activesupport (3.2.13)
7
+ Using builder (3.0.4)
8
+ Using activemodel (3.2.13)
9
+ Using erubis (2.7.0)
10
+ Using journey (1.0.4)
11
+ Using rack (1.4.5)
12
+ Using rack-cache (1.2)
13
+ Using rack-test (0.6.2)
14
+ Using hike (1.2.2)
15
+ Using tilt (1.4.1)
16
+ Using sprockets (2.2.2)
17
+ Using actionpack (3.2.13)
18
+ Using mime-types (1.23)
19
+ Using polyglot (0.3.3)
20
+ Using treetop (1.4.12)
21
+ Using mail (2.5.4)
22
+ Using actionmailer (3.2.13)
23
+ Using arel (3.0.2)
24
+ Using tzinfo (0.3.37)
25
+ Using activerecord (3.2.13)
26
+ Using activeresource (3.2.13)
27
+ Using bson (1.8.6)
28
+ Using bson_ext (1.8.6)
29
+ Using coffee-script-source (1.6.2)
30
+ Using execjs (1.4.0)
31
+ Using coffee-script (2.2.0)
32
+ Using rack-ssl (1.3.3)
33
+ Using json (1.8.0)
34
+ Using rdoc (3.12.2)
35
+ Using thor (0.18.1)
36
+ Using railties (3.2.13)
37
+ Using coffee-rails (3.2.2)
38
+ Using jquery-rails (3.0.0)
39
+ Using mongo (1.8.6)
40
+ Using bundler (1.1.4)
41
+ Using rails (3.2.13)
42
+ Using sass (3.2.9)
43
+ Using sass-rails (3.2.6)
44
+ Using simply_mongo (0.0.7)
45
+ Using uglifier (2.1.1)
46
+ Your bundle is complete! Use `bundle show [gemname]` to see where a bundled gem is installed.
47
+ I, [2013-06-03T11:35:46.569275 #94925] INFO -- : LOCAL successful Bundler install at: 2013-06-03T11:35:46-04:00
48
+ WARNING: ** Backing up existing mongo.yml to mongo.yml_20130603113549273
49
+  create config/mongo.yml
50
+ Now Configure /Users/rbirch/Development/projects/simply_mongo/test/enterprise/config/mongo.yml
51
+ WARNING: ** Backing up existing mongo.rb to mongo.rb_20130603113549273
52
+  create config/initializers/mongo.rb
53
+ I, [2013-06-03T11:35:49.295920 #94925] INFO -- : LOCAL successful Generate Simply Mongo config and initializer at: 2013-06-03T11:35:49-04:00
54
+ I, [2013-06-03T11:35:49.296952 #94925] INFO -- : Forked Rails process
55
+ I, [2013-06-03T11:35:49.297137 #94925] INFO -- : Creating WEBrick pid file tmp/pids/WEBrick.94930
56
+ I, [2013-06-03T11:35:49.297014 #94930] INFO -- : Starting Rails
57
+ [2013-06-03 11:35:50] INFO WEBrick 1.3.1
58
+ [2013-06-03 11:35:50] INFO ruby 1.9.3 (2012-04-20) [x86_64-darwin11.4.2]
59
+ [2013-06-03 11:35:50] INFO WEBrick::HTTPServer#start: pid=94931 port=3000
60
+ I, [2013-06-03T11:46:55.532029 #95221] INFO -- : Travis after testing at: 2013-06-03T11:46:55-04:00
61
+ I, [2013-06-03T11:47:40.382465 #95250] INFO -- : Travis after testing at: 2013-06-03T11:47:40-04:00
62
+ I, [2013-06-03T11:48:03.446974 #95277] INFO -- : Travis after testing at: 2013-06-03T11:48:03-04:00
63
+ I, [2013-06-03T11:48:03.447178 #95277] INFO -- : Killing process id: WEBrick
64
+ I, [2013-06-03T11:49:29.792390 #95322] INFO -- : Travis after testing at: 2013-06-03T11:49:29-04:00
65
+ I, [2013-06-03T11:49:29.792586 #95322] INFO -- : Killing process id: WEBrick
66
+ I, [2013-06-03T11:50:57.587144 #95368] INFO -- : Travis after testing at: 2013-06-03T11:50:57-04:00
67
+ I, [2013-06-03T11:50:57.587405 #95368] INFO -- : Killing process id: WEBrick
68
+ I, [2013-06-03T11:51:36.650647 #95410] INFO -- : Travis after testing at: 2013-06-03T11:51:36-04:00
69
+ I, [2013-06-03T11:51:36.650862 #95410] INFO -- : Killing process id: 94930
70
+ I, [2013-06-03T11:51:36.650934 #95410] INFO -- : Travis after script complete: 2013-06-03T11:51:36-04:00
71
+ [2013-06-03 11:51:41] WARN Could not determine content-length of response body. Set content-length of the response or set Response#chunked = true
72
+ [2013-06-03 11:52:56] ERROR SignalException: SIGTERM
73
+ /Users/rbirch/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:98:in `select'
74
+ [2013-06-03 11:53:00] WARN Could not determine content-length of response body. Set content-length of the response or set Response#chunked = true
75
+ [2013-06-03 11:53:11] ERROR SignalException: SIGTERM
76
+ /Users/rbirch/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:98:in `select'
77
+ [2013-06-03 11:53:16] ERROR SignalException: SIGTERM
78
+ /Users/rbirch/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:98:in `select'
79
+ [2013-06-03 11:54:07] ERROR SignalException: SIGTERM
80
+ /Users/rbirch/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:98:in `select'
81
+ [2013-06-03 11:54:16] ERROR SignalException: SIGTERM
82
+ /Users/rbirch/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:98:in `select'
83
+ I, [2013-06-03T12:00:51.533968 #95820] INFO -- : Travis before script staring install at: 2013-06-03T12:00:51-04:00
84
+ I, [2013-06-03T12:00:51.534155 #95820] INFO -- : Removing pid file: server.pid
85
+ Using rake (10.0.4)
86
+ Using i18n (0.6.1)
87
+ Using multi_json (1.7.4)
88
+ Using activesupport (3.2.13)
89
+ Using builder (3.0.4)
90
+ Using activemodel (3.2.13)
91
+ Using erubis (2.7.0)
92
+ Using journey (1.0.4)
93
+ Using rack (1.4.5)
94
+ Using rack-cache (1.2)
95
+ Using rack-test (0.6.2)
96
+ Using hike (1.2.2)
97
+ Using tilt (1.4.1)
98
+ Using sprockets (2.2.2)
99
+ Using actionpack (3.2.13)
100
+ Using mime-types (1.23)
101
+ Using polyglot (0.3.3)
102
+ Using treetop (1.4.12)
103
+ Using mail (2.5.4)
104
+ Using actionmailer (3.2.13)
105
+ Using arel (3.0.2)
106
+ Using tzinfo (0.3.37)
107
+ Using activerecord (3.2.13)
108
+ Using activeresource (3.2.13)
109
+ Using bson (1.8.6)
110
+ Using bson_ext (1.8.6)
111
+ Using coffee-script-source (1.6.2)
112
+ Using execjs (1.4.0)
113
+ Using coffee-script (2.2.0)
114
+ Using rack-ssl (1.3.3)
115
+ Using json (1.8.0)
116
+ Using rdoc (3.12.2)
117
+ Using thor (0.18.1)
118
+ Using railties (3.2.13)
119
+ Using coffee-rails (3.2.2)
120
+ Using jquery-rails (3.0.0)
121
+ Using mongo (1.8.6)
122
+ Using bundler (1.1.4)
123
+ Using rails (3.2.13)
124
+ Using sass (3.2.9)
125
+ Using sass-rails (3.2.6)
126
+ Using simply_mongo (0.0.7)
127
+ Using uglifier (2.1.1)
128
+ Your bundle is complete! Use `bundle show [gemname]` to see where a bundled gem is installed.
129
+ I, [2013-06-03T12:00:52.091991 #95820] INFO -- : LOCAL successful Bundler install at: 2013-06-03T12:00:52-04:00
130
+ WARNING: ** Backing up existing mongo.yml to mongo.yml_20130603120054916
131
+  create config/mongo.yml
132
+ Now Configure /Users/rbirch/Development/projects/simply_mongo/test/enterprise/config/mongo.yml
133
+ WARNING: ** Backing up existing mongo.rb to mongo.rb_20130603120054919
134
+  create config/initializers/mongo.rb
135
+ I, [2013-06-03T12:00:54.950256 #95820] INFO -- : LOCAL successful Generated Simply Mongo config and initializer at: 2013-06-03T12:00:54-04:00
136
+ I, [2013-06-03T12:00:54.951269 #95820] INFO -- : Forked Rails process
137
+ I, [2013-06-03T12:00:54.951441 #95820] INFO -- : Creating WEBrick pid file tmp/pids/WEBrick.95825
138
+ I, [2013-06-03T12:00:54.951372 #95825] INFO -- : Starting Rails
139
+ I, [2013-06-03T12:00:54.951959 #95820] INFO -- : Travis before script complete: 2013-06-03T12:00:54-04:00
140
+ [2013-06-03 12:00:56] INFO WEBrick 1.3.1
141
+ [2013-06-03 12:00:56] INFO ruby 1.9.3 (2012-04-20) [x86_64-darwin11.4.2]
142
+ [2013-06-03 12:00:56] INFO WEBrick::HTTPServer#start: pid=95826 port=3000
143
+ [2013-06-03 12:01:10] WARN Could not determine content-length of response body. Set content-length of the response or set Response#chunked = true
144
+ I, [2013-06-03T12:01:18.921198 #95851] INFO -- : Travis after testing at: 2013-06-03T12:01:18-04:00
145
+ I, [2013-06-03T12:01:18.921393 #95851] INFO -- : Killing process id: pid
146
+ [2013-06-03 12:01:28] WARN Could not determine content-length of response body. Set content-length of the response or set Response#chunked = true
147
+ I, [2013-06-03T12:03:24.596973 #95921] INFO -- : Travis after testing at: 2013-06-03T12:03:24-04:00
148
+ I, [2013-06-03T12:05:06.072606 #95994] INFO -- : Travis after testing at: 2013-06-03T12:05:06-04:00
149
+ I, [2013-06-03T12:11:03.387914 #96067] INFO -- : Travis after testing at: 2013-06-03T12:11:03-04:00
150
+ I, [2013-06-03T12:11:28.808322 #96116] INFO -- : Travis after testing at: 2013-06-03T12:11:28-04:00
151
+ I, [2013-06-03T12:11:43.811821 #96151] INFO -- : Travis after testing at: 2013-06-03T12:11:43-04:00
152
+ I, [2013-06-03T12:11:43.812033 #96151] INFO -- : Killing process id: #<File:0x007fcd1104dd10>
153
+ I, [2013-06-03T12:12:14.289053 #96178] INFO -- : Travis after testing at: 2013-06-03T12:12:14-04:00
154
+ I, [2013-06-03T12:12:14.289292 #96178] INFO -- : Killing process id: #<File:0x007f9d0b84dd70>
155
+ I, [2013-06-03T12:14:27.207952 #96244] INFO -- : Travis after testing at: 2013-06-03T12:14:27-04:00
156
+ I, [2013-06-03T12:14:27.208243 #96244] INFO -- : Travis after script complete: 2013-06-03T12:14:27-04:00
157
+ [2013-06-03 12:14:37] WARN Could not determine content-length of response body. Set content-length of the response or set Response#chunked = true
158
+ I, [2013-06-03T12:18:06.404306 #96299] INFO -- : Travis after testing at: 2013-06-03T12:18:06-04:00
159
+ I, [2013-06-03T12:18:06.404592 #96299] INFO -- : Travis after script complete: 2013-06-03T12:18:06-04:00
160
+ I, [2013-06-03T12:18:55.297881 #96330] INFO -- : Travis after testing at: 2013-06-03T12:18:55-04:00
161
+ I, [2013-06-03T12:18:55.298194 #96330] INFO -- : Travis after script complete: 2013-06-03T12:18:55-04:00
162
+ I, [2013-06-03T12:19:12.129390 #96374] INFO -- : Travis after testing at: 2013-06-03T12:19:12-04:00
163
+ I, [2013-06-03T12:19:12.129674 #96374] INFO -- : Travis after script complete: 2013-06-03T12:19:12-04:00
164
+ I, [2013-06-03T12:20:31.600137 #96436] INFO -- : Travis after testing at: 2013-06-03T12:20:31-04:00
165
+ I, [2013-06-03T12:21:13.866373 #96473] INFO -- : Travis after testing at: 2013-06-03T12:21:13-04:00
166
+ I, [2013-06-03T12:21:13.866637 #96473] INFO -- : Travis after script complete: 2013-06-03T12:21:13-04:00
167
+ I, [2013-06-03T12:21:44.914986 #96530] INFO -- : Travis after testing at: 2013-06-03T12:21:44-04:00
168
+ I, [2013-06-03T12:21:44.915256 #96530] INFO -- : Travis after script complete: 2013-06-03T12:21:44-04:00
169
+ I, [2013-06-03T12:23:31.995712 #96616] INFO -- : Travis after testing at: 2013-06-03T12:23:31-04:00
170
+ I, [2013-06-03T12:23:31.995974 #96616] INFO -- : Killing process id: 95826
171
+ I, [2013-06-03T12:23:31.996062 #96616] INFO -- : Travis after script complete: 2013-06-03T12:23:31-04:00
172
+ I, [2013-06-03T12:25:29.816208 #96666] INFO -- : Travis before script staring install at: 2013-06-03T12:25:29-04:00
173
+ I, [2013-06-03T12:25:29.816392 #96666] INFO -- : Removing pid file: server.pid
174
+ Using rake (10.0.4)
175
+ Using i18n (0.6.1)
176
+ Using multi_json (1.7.4)
177
+ Using activesupport (3.2.13)
178
+ Using builder (3.0.4)
179
+ Using activemodel (3.2.13)
180
+ Using erubis (2.7.0)
181
+ Using journey (1.0.4)
182
+ Using rack (1.4.5)
183
+ Using rack-cache (1.2)
184
+ Using rack-test (0.6.2)
185
+ Using hike (1.2.2)
186
+ Using tilt (1.4.1)
187
+ Using sprockets (2.2.2)
188
+ Using actionpack (3.2.13)
189
+ Using mime-types (1.23)
190
+ Using polyglot (0.3.3)
191
+ Using treetop (1.4.12)
192
+ Using mail (2.5.4)
193
+ Using actionmailer (3.2.13)
194
+ Using arel (3.0.2)
195
+ Using tzinfo (0.3.37)
196
+ Using activerecord (3.2.13)
197
+ Using activeresource (3.2.13)
198
+ Using bson (1.8.6)
199
+ Using bson_ext (1.8.6)
200
+ Using coffee-script-source (1.6.2)
201
+ Using execjs (1.4.0)
202
+ Using coffee-script (2.2.0)
203
+ Using rack-ssl (1.3.3)
204
+ Using json (1.8.0)
205
+ Using rdoc (3.12.2)
206
+ Using thor (0.18.1)
207
+ Using railties (3.2.13)
208
+ Using coffee-rails (3.2.2)
209
+ Using jquery-rails (3.0.0)
210
+ Using mongo (1.8.6)
211
+ Using bundler (1.1.4)
212
+ Using rails (3.2.13)
213
+ Using sass (3.2.9)
214
+ Using sass-rails (3.2.6)
215
+ Using simply_mongo (0.0.7)
216
+ Using uglifier (2.1.1)
217
+ Your bundle is complete! Use `bundle show [gemname]` to see where a bundled gem is installed.
218
+ I, [2013-06-03T12:25:30.252310 #96666] INFO -- : LOCAL successful Bundler install at: 2013-06-03T12:25:30-04:00
219
+ WARNING: ** Backing up existing mongo.yml to mongo.yml_20130603122533065
220
+  create config/mongo.yml
221
+ Now Configure /Users/rbirch/Development/projects/simply_mongo/test/enterprise/config/mongo.yml
222
+ WARNING: ** Backing up existing mongo.rb to mongo.rb_20130603122533066
223
+  create config/initializers/mongo.rb
224
+ I, [2013-06-03T12:25:33.090842 #96666] INFO -- : LOCAL successful Generated Simply Mongo config and initializer at: 2013-06-03T12:25:33-04:00
225
+ I, [2013-06-03T12:25:33.091920 #96666] INFO -- : Forked Rails process
226
+ I, [2013-06-03T12:25:33.092106 #96666] INFO -- : Creating WEBrick pid file tmp/pids/WEBrick.96671
227
+ I, [2013-06-03T12:25:33.092005 #96671] INFO -- : Starting Rails
228
+ I, [2013-06-03T12:25:33.092591 #96666] INFO -- : Travis before script complete: 2013-06-03T12:25:33-04:00
229
+ [2013-06-03 12:25:34] INFO WEBrick 1.3.1
230
+ [2013-06-03 12:25:34] INFO ruby 1.9.3 (2012-04-20) [x86_64-darwin11.4.2]
231
+ [2013-06-03 12:25:34] INFO WEBrick::HTTPServer#start: pid=96672 port=3000
232
+ [2013-06-03 12:25:40] WARN Could not determine content-length of response body. Set content-length of the response or set Response#chunked = true
233
+ I, [2013-06-03T12:25:50.022088 #96689] INFO -- : Travis after testing at: 2013-06-03T12:25:50-04:00
234
+ I, [2013-06-03T12:25:50.022321 #96689] INFO -- : Killing process id: 96672
235
+ I, [2013-06-03T12:25:50.022394 #96689] INFO -- : Travis after script complete: 2013-06-03T12:25:50-04:00
236
+ Using rake (10.0.4)
237
+ Using i18n (0.6.1)
238
+ Using multi_json (1.7.4)
239
+ Using activesupport (3.2.13)
240
+ Using builder (3.0.4)
241
+ Using activemodel (3.2.13)
242
+ Using erubis (2.7.0)
243
+ Using journey (1.0.4)
244
+ Using rack (1.4.5)
245
+ Using rack-cache (1.2)
246
+ Using rack-test (0.6.2)
247
+ Using hike (1.2.2)
248
+ Using tilt (1.4.1)
249
+ Using sprockets (2.2.2)
250
+ Using actionpack (3.2.13)
251
+ Using mime-types (1.23)
252
+ Using polyglot (0.3.3)
253
+ Using treetop (1.4.12)
254
+ Using mail (2.5.4)
255
+ Using actionmailer (3.2.13)
256
+ Using arel (3.0.2)
257
+ Using tzinfo (0.3.37)
258
+ Using activerecord (3.2.13)
259
+ Using activeresource (3.2.13)
260
+ Using bson (1.8.6)
261
+ Using bson_ext (1.8.6)
262
+ Using coffee-script-source (1.6.2)
263
+ Using execjs (1.4.0)
264
+ Using coffee-script (2.2.0)
265
+ Using rack-ssl (1.3.3)
266
+ Using json (1.8.0)
267
+ Using rdoc (3.12.2)
268
+ Using thor (0.18.1)
269
+ Using railties (3.2.13)
270
+ Using coffee-rails (3.2.2)
271
+ Using jquery-rails (3.0.0)
272
+ Using mongo (1.8.6)
273
+ Using bundler (1.1.4)
274
+ Using rails (3.2.13)
275
+ Using sass (3.2.9)
276
+ Using sass-rails (3.2.6)
277
+ Using simply_mongo (0.0.7)
278
+ Using uglifier (2.1.1)
279
+ Your bundle is complete! Use `bundle show [gemname]` to see where a bundled gem is installed.
280
+ WARNING: ** Backing up existing mongo.yml to mongo.yml_20130603142900563
281
+  create config/mongo.yml
282
+ Now Configure /Users/rbirch/Development/projects/simply_mongo/test/enterprise/config/mongo.yml
283
+ WARNING: ** Backing up existing mongo.rb to mongo.rb_20130603142900566
284
+  create config/initializers/mongo.rb
285
+ [2013-06-03 14:29:01] INFO WEBrick 1.3.1
286
+ [2013-06-03 14:29:01] INFO ruby 1.9.3 (2012-04-20) [x86_64-darwin11.4.2]
287
+ [2013-06-03 14:29:01] INFO WEBrick::HTTPServer#start: pid=97829 port=3000
288
+ [2013-06-03 14:29:28] WARN Could not determine content-length of response body. Set content-length of the response or set Response#chunked = true
289
+ [2013-06-03 14:33:47] WARN Could not determine content-length of response body. Set content-length of the response or set Response#chunked = true
290
+ Using rake (10.0.4)
291
+ Using i18n (0.6.1)
292
+ Using multi_json (1.7.4)
293
+ Using activesupport (3.2.13)
294
+ Using builder (3.0.4)
295
+ Using activemodel (3.2.13)
296
+ Using erubis (2.7.0)
297
+ Using journey (1.0.4)
298
+ Using rack (1.4.5)
299
+ Using rack-cache (1.2)
300
+ Using rack-test (0.6.2)
301
+ Using hike (1.2.2)
302
+ Using tilt (1.4.1)
303
+ Using sprockets (2.2.2)
304
+ Using actionpack (3.2.13)
305
+ Using mime-types (1.23)
306
+ Using polyglot (0.3.3)
307
+ Using treetop (1.4.12)
308
+ Using mail (2.5.4)
309
+ Using actionmailer (3.2.13)
310
+ Using arel (3.0.2)
311
+ Using tzinfo (0.3.37)
312
+ Using activerecord (3.2.13)
313
+ Using activeresource (3.2.13)
314
+ Using bson (1.8.6)
315
+ Using bson_ext (1.8.6)
316
+ Using coffee-script-source (1.6.2)
317
+ Using execjs (1.4.0)
318
+ Using coffee-script (2.2.0)
319
+ Using rack-ssl (1.3.3)
320
+ Using json (1.8.0)
321
+ Using rdoc (3.12.2)
322
+ Using thor (0.18.1)
323
+ Using railties (3.2.13)
324
+ Using coffee-rails (3.2.2)
325
+ Using jquery-rails (3.0.0)
326
+ Using mongo (1.8.6)
327
+ Using bundler (1.1.4)
328
+ Using rails (3.2.13)
329
+ Using sass (3.2.9)
330
+ Using sass-rails (3.2.6)
331
+ Using simply_mongo (0.0.7)
332
+ Using uglifier (2.1.1)
333
+ Your bundle is complete! Use `bundle show [gemname]` to see where a bundled gem is installed.
334
+ WARNING: ** Backing up existing mongo.yml to mongo.yml_20130603144150321
335
+  create config/mongo.yml
336
+ Now Configure /Users/rbirch/Development/projects/simply_mongo/test/enterprise/config/mongo.yml
337
+ WARNING: ** Backing up existing mongo.rb to mongo.rb_20130603144150322
338
+  create config/initializers/mongo.rb
339
+ [2013-06-03 14:41:51] INFO WEBrick 1.3.1
340
+ [2013-06-03 14:41:51] INFO ruby 1.9.3 (2012-04-20) [x86_64-darwin11.4.2]
341
+ [2013-06-03 14:41:51] INFO WEBrick::HTTPServer#start: pid=98239 port=3000
342
+ Using rake (10.0.4)
343
+ Using i18n (0.6.1)
344
+ Using multi_json (1.7.4)
345
+ Using activesupport (3.2.13)
346
+ Using builder (3.0.4)
347
+ Using activemodel (3.2.13)
348
+ Using erubis (2.7.0)
349
+ Using journey (1.0.4)
350
+ Using rack (1.4.5)
351
+ Using rack-cache (1.2)
352
+ Using rack-test (0.6.2)
353
+ Using hike (1.2.2)
354
+ Using tilt (1.4.1)
355
+ Using sprockets (2.2.2)
356
+ Using actionpack (3.2.13)
357
+ Using mime-types (1.23)
358
+ Using polyglot (0.3.3)
359
+ Using treetop (1.4.12)
360
+ Using mail (2.5.4)
361
+ Using actionmailer (3.2.13)
362
+ Using arel (3.0.2)
363
+ Using tzinfo (0.3.37)
364
+ Using activerecord (3.2.13)
365
+ Using activeresource (3.2.13)
366
+ Using bson (1.8.6)
367
+ Using bson_ext (1.8.6)
368
+ Using coffee-script-source (1.6.2)
369
+ Using execjs (1.4.0)
370
+ Using coffee-script (2.2.0)
371
+ Using rack-ssl (1.3.3)
372
+ Using json (1.8.0)
373
+ Using rdoc (3.12.2)
374
+ Using thor (0.18.1)
375
+ Using railties (3.2.13)
376
+ Using coffee-rails (3.2.2)
377
+ Using jquery-rails (3.0.0)
378
+ Using mongo (1.8.6)
379
+ Using bundler (1.1.4)
380
+ Using rails (3.2.13)
381
+ Using sass (3.2.9)
382
+ Using sass-rails (3.2.6)
383
+ Using simply_mongo (0.0.7)
384
+ Using uglifier (2.1.1)
385
+ Your bundle is complete! Use `bundle show [gemname]` to see where a bundled gem is installed.
386
+ WARNING: ** Backing up existing mongo.yml to mongo.yml_20130603144854436
387
+  create config/mongo.yml
388
+ Now Configure /Users/rbirch/Development/projects/simply_mongo/test/enterprise/config/mongo.yml
389
+ WARNING: ** Backing up existing mongo.rb to mongo.rb_20130603144854436
390
+  create config/initializers/mongo.rb
391
+ [2013-06-03 14:48:55] INFO WEBrick 1.3.1
392
+ [2013-06-03 14:48:55] INFO ruby 1.9.3 (2012-04-20) [x86_64-darwin11.4.2]
393
+ [2013-06-03 14:48:55] INFO WEBrick::HTTPServer#start: pid=98584 port=3000
metadata CHANGED
@@ -1,78 +1,121 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: simply_mongo
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.6
5
- prerelease:
4
+ version: 0.0.7
6
5
  platform: ruby
7
6
  authors:
8
7
  - Robert Birch
9
8
  autorequire:
10
9
  bindir: bin
11
10
  cert_chain: []
12
- date: 2012-11-10 00:00:00.000000000 Z
11
+ date: 2013-11-08 00:00:00.000000000 Z
13
12
  dependencies:
14
13
  - !ruby/object:Gem::Dependency
15
14
  name: rails
16
15
  requirement: !ruby/object:Gem::Requirement
17
- none: false
18
16
  requirements:
19
- - - ~>
17
+ - - <=
20
18
  - !ruby/object:Gem::Version
21
- version: 3.2.8
19
+ version: '4.0'
20
+ - - '>='
21
+ - !ruby/object:Gem::Version
22
+ version: '3.2'
22
23
  type: :runtime
23
24
  prerelease: false
24
25
  version_requirements: !ruby/object:Gem::Requirement
25
- none: false
26
26
  requirements:
27
- - - ~>
27
+ - - <=
28
+ - !ruby/object:Gem::Version
29
+ version: '4.0'
30
+ - - '>='
28
31
  - !ruby/object:Gem::Version
29
- version: 3.2.8
32
+ version: '3.2'
30
33
  - !ruby/object:Gem::Dependency
31
34
  name: mongo
32
35
  requirement: !ruby/object:Gem::Requirement
33
- none: false
34
36
  requirements:
35
- - - ! '>='
37
+ - - <=
36
38
  - !ruby/object:Gem::Version
37
- version: '0'
39
+ version: '2.0'
40
+ - - '>='
41
+ - !ruby/object:Gem::Version
42
+ version: '1.8'
38
43
  type: :runtime
39
44
  prerelease: false
40
45
  version_requirements: !ruby/object:Gem::Requirement
41
- none: false
42
46
  requirements:
43
- - - ! '>='
47
+ - - <=
44
48
  - !ruby/object:Gem::Version
45
- version: '0'
49
+ version: '2.0'
50
+ - - '>='
51
+ - !ruby/object:Gem::Version
52
+ version: '1.8'
46
53
  - !ruby/object:Gem::Dependency
47
54
  name: bson
48
55
  requirement: !ruby/object:Gem::Requirement
49
- none: false
50
56
  requirements:
51
- - - ! '>='
57
+ - - <=
52
58
  - !ruby/object:Gem::Version
53
- version: '0'
59
+ version: '2.0'
60
+ - - '>='
61
+ - !ruby/object:Gem::Version
62
+ version: '1.8'
54
63
  type: :runtime
55
64
  prerelease: false
56
65
  version_requirements: !ruby/object:Gem::Requirement
57
- none: false
58
66
  requirements:
59
- - - ! '>='
67
+ - - <=
60
68
  - !ruby/object:Gem::Version
61
- version: '0'
69
+ version: '2.0'
70
+ - - '>='
71
+ - !ruby/object:Gem::Version
72
+ version: '1.8'
62
73
  - !ruby/object:Gem::Dependency
63
74
  name: bson_ext
64
75
  requirement: !ruby/object:Gem::Requirement
65
- none: false
66
76
  requirements:
67
- - - ! '>='
77
+ - - <=
78
+ - !ruby/object:Gem::Version
79
+ version: '2.0'
80
+ - - '>='
81
+ - !ruby/object:Gem::Version
82
+ version: '1.8'
83
+ type: :runtime
84
+ prerelease: false
85
+ version_requirements: !ruby/object:Gem::Requirement
86
+ requirements:
87
+ - - <=
88
+ - !ruby/object:Gem::Version
89
+ version: '2.0'
90
+ - - '>='
91
+ - !ruby/object:Gem::Version
92
+ version: '1.8'
93
+ - !ruby/object:Gem::Dependency
94
+ name: rake
95
+ requirement: !ruby/object:Gem::Requirement
96
+ requirements:
97
+ - - '>='
68
98
  - !ruby/object:Gem::Version
69
99
  version: '0'
70
100
  type: :runtime
71
101
  prerelease: false
72
102
  version_requirements: !ruby/object:Gem::Requirement
73
- none: false
74
103
  requirements:
75
- - - ! '>='
104
+ - - '>='
105
+ - !ruby/object:Gem::Version
106
+ version: '0'
107
+ - !ruby/object:Gem::Dependency
108
+ name: bundler
109
+ requirement: !ruby/object:Gem::Requirement
110
+ requirements:
111
+ - - '>='
112
+ - !ruby/object:Gem::Version
113
+ version: '0'
114
+ type: :development
115
+ prerelease: false
116
+ version_requirements: !ruby/object:Gem::Requirement
117
+ requirements:
118
+ - - '>='
76
119
  - !ruby/object:Gem::Version
77
120
  version: '0'
78
121
  description: Simple Driver to access Mongo from Rails
@@ -88,12 +131,11 @@ files:
88
131
  - lib/simply_mongo/simply_mongo.rb
89
132
  - lib/simply_mongo/version.rb
90
133
  - lib/simply_mongo.rb
91
- - lib/tasks/simply_mongo_tasks.rake
134
+ - lib/tasks/simply_mongo.rake
92
135
  - MIT-LICENSE
93
136
  - Rakefile
94
- - README.rdoc
95
- - test/cmd_line_client/client.rb
96
- - test/cmd_line_client/Enterprise.json
137
+ - README.md
138
+ - RELEASE-NOTES.md
97
139
  - test/enterprise/app/assets/images/rails.png
98
140
  - test/enterprise/app/assets/javascripts/application.js
99
141
  - test/enterprise/app/assets/javascripts/enterprises.js.coffee
@@ -106,8 +148,12 @@ files:
106
148
  - test/enterprise/app/views/enterprises/create.html.erb
107
149
  - test/enterprise/app/views/enterprises/new.html.erb
108
150
  - test/enterprise/app/views/layouts/application.html.erb
151
+ - test/enterprise/bin/bundle
152
+ - test/enterprise/bin/rails
153
+ - test/enterprise/bin/rake
109
154
  - test/enterprise/config/application.rb
110
155
  - test/enterprise/config/boot.rb
156
+ - test/enterprise/config/database.yml
111
157
  - test/enterprise/config/environment.rb
112
158
  - test/enterprise/config/environments/development.rb
113
159
  - test/enterprise/config/environments/production.rb
@@ -129,6 +175,7 @@ files:
129
175
  - test/enterprise/Gemfile
130
176
  - test/enterprise/Gemfile.lock
131
177
  - test/enterprise/log/development.log
178
+ - test/enterprise/log/install.log
132
179
  - test/enterprise/public/404.html
133
180
  - test/enterprise/public/422.html
134
181
  - test/enterprise/public/500.html
@@ -137,37 +184,32 @@ files:
137
184
  - test/enterprise/public/robots.txt
138
185
  - test/enterprise/Rakefile
139
186
  - test/enterprise/README.rdoc
140
- - test/enterprise/script/rails
141
187
  - test/enterprise/tmp/cache/assets/CF0/DA0/sprockets%2Fd7d5b37686831d37c4dd75e645f5e016
142
188
  - test/enterprise/tmp/cache/assets/E25/4C0/sprockets%2Fde2fd9fd11c04a582cdbbe3d84a35ae6
143
- - test/enterprise/tmp/pids/server.pid
144
189
  homepage: http://www.dyntechconsulting.com
145
190
  licenses: []
191
+ metadata: {}
146
192
  post_install_message:
147
193
  rdoc_options: []
148
194
  require_paths:
149
195
  - lib
150
196
  required_ruby_version: !ruby/object:Gem::Requirement
151
- none: false
152
197
  requirements:
153
- - - ! '>='
198
+ - - '>='
154
199
  - !ruby/object:Gem::Version
155
200
  version: '0'
156
201
  required_rubygems_version: !ruby/object:Gem::Requirement
157
- none: false
158
202
  requirements:
159
- - - ! '>='
203
+ - - '>='
160
204
  - !ruby/object:Gem::Version
161
205
  version: '0'
162
206
  requirements: []
163
207
  rubyforge_project:
164
- rubygems_version: 1.8.24
208
+ rubygems_version: 2.0.3
165
209
  signing_key:
166
- specification_version: 3
210
+ specification_version: 4
167
211
  summary: Simple Driver to access Mongo from Rails
168
212
  test_files:
169
- - test/cmd_line_client/client.rb
170
- - test/cmd_line_client/Enterprise.json
171
213
  - test/enterprise/app/assets/images/rails.png
172
214
  - test/enterprise/app/assets/javascripts/application.js
173
215
  - test/enterprise/app/assets/javascripts/enterprises.js.coffee
@@ -180,8 +222,12 @@ test_files:
180
222
  - test/enterprise/app/views/enterprises/create.html.erb
181
223
  - test/enterprise/app/views/enterprises/new.html.erb
182
224
  - test/enterprise/app/views/layouts/application.html.erb
225
+ - test/enterprise/bin/bundle
226
+ - test/enterprise/bin/rails
227
+ - test/enterprise/bin/rake
183
228
  - test/enterprise/config/application.rb
184
229
  - test/enterprise/config/boot.rb
230
+ - test/enterprise/config/database.yml
185
231
  - test/enterprise/config/environment.rb
186
232
  - test/enterprise/config/environments/development.rb
187
233
  - test/enterprise/config/environments/production.rb
@@ -203,6 +249,7 @@ test_files:
203
249
  - test/enterprise/Gemfile
204
250
  - test/enterprise/Gemfile.lock
205
251
  - test/enterprise/log/development.log
252
+ - test/enterprise/log/install.log
206
253
  - test/enterprise/public/404.html
207
254
  - test/enterprise/public/422.html
208
255
  - test/enterprise/public/500.html
@@ -211,7 +258,6 @@ test_files:
211
258
  - test/enterprise/public/robots.txt
212
259
  - test/enterprise/Rakefile
213
260
  - test/enterprise/README.rdoc
214
- - test/enterprise/script/rails
215
261
  - test/enterprise/tmp/cache/assets/CF0/DA0/sprockets%2Fd7d5b37686831d37c4dd75e645f5e016
216
262
  - test/enterprise/tmp/cache/assets/E25/4C0/sprockets%2Fde2fd9fd11c04a582cdbbe3d84a35ae6
217
- - test/enterprise/tmp/pids/server.pid
263
+ has_rdoc:
@@ -1,4 +0,0 @@
1
- # desc "Explaining what the task does"
2
- # task :simply_mongo do
3
- # # Task goes here
4
- # end
@@ -1,30 +0,0 @@
1
- {
2
- "enterprise": {
3
- "city": "Bedrock",
4
- "contacts": [
5
- {
6
- "email": [
7
- {
8
- "description": "Work Email",
9
- "email": "fflintstone@bedrock.com"
10
- }
11
- ],
12
- "first_name": "Fred",
13
- "last_name": "Flintstone",
14
- "phone": [
15
- {
16
- "description": "Home Phone",
17
- "number": "1-123-1234"
18
- }
19
- ]
20
- }
21
- ],
22
- "country": "US",
23
- "description": "We dig and move rocks and gravel using the latest technologies",
24
- "name": "Slate Rock and Gravel",
25
- "phone": "1.123.1234",
26
- "street": "123 Quarry Pit",
27
- "web_site": "http://www.slaterockandgravel.com",
28
- "zip": "12345"
29
- }
30
- }