maily_herald-webui 0.8.0 → 0.9.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (77) hide show
  1. checksums.yaml +8 -8
  2. data/Gemfile +1 -3
  3. data/Gemfile.lock +179 -162
  4. data/README.md +33 -7
  5. data/Rakefile +1 -1
  6. data/app/assets/javascripts/maily_herald/webui/dispatches.coffee +1 -0
  7. data/app/assets/javascripts/maily_herald/webui/webui.coffee +22 -14
  8. data/app/assets/stylesheets/maily_herald/webui/webui.sass +23 -2
  9. data/app/controllers/maily_herald/webui/ad_hoc_mailings_controller.rb +33 -0
  10. data/app/controllers/maily_herald/webui/application_controller.rb +9 -5
  11. data/app/controllers/maily_herald/webui/dashboard_controller.rb +2 -2
  12. data/app/controllers/maily_herald/webui/dispatches_controller.rb +2 -2
  13. data/app/controllers/maily_herald/webui/lists_controller.rb +2 -2
  14. data/app/controllers/maily_herald/webui/mailings_controller.rb +20 -8
  15. data/app/controllers/maily_herald/webui/one_time_mailings_controller.rb +14 -11
  16. data/app/controllers/maily_herald/webui/periodical_mailings_controller.rb +1 -1
  17. data/app/controllers/maily_herald/webui/resources_controller.rb +10 -6
  18. data/app/controllers/maily_herald/webui/sequence_mailings_controller.rb +1 -1
  19. data/app/controllers/maily_herald/webui/sequences_controller.rb +6 -6
  20. data/app/controllers/maily_herald/webui/sessions_controller.rb +8 -4
  21. data/app/controllers/maily_herald/webui/subscriptions_controller.rb +4 -1
  22. data/app/helpers/maily_herald/webui/application_helper.rb +22 -2
  23. data/app/helpers/maily_herald/webui/dashboard_helper.rb +14 -0
  24. data/app/helpers/maily_herald/webui/lists_helper.rb +13 -0
  25. data/app/helpers/maily_herald/webui/logs_helper.rb +6 -1
  26. data/app/helpers/maily_herald/webui/mailings_helper.rb +50 -5
  27. data/app/helpers/maily_herald/webui/sequences_helper.rb +13 -0
  28. data/app/helpers/maily_herald/webui/subscribers_helper.rb +1 -1
  29. data/app/mailers/ad_hoc_mailer.rb +8 -0
  30. data/app/mailers/custom_one_time_mailer.rb +7 -0
  31. data/app/models/maily_herald/webui/settings.rb +70 -0
  32. data/app/views/layouts/maily_herald/webui/application.html.haml +6 -7
  33. data/app/views/maily_herald/webui/dashboard/index.html.haml +31 -17
  34. data/app/views/maily_herald/webui/dashboard/index.js.erb +6 -2
  35. data/app/views/maily_herald/webui/dispatches/_logs.html.haml +4 -0
  36. data/app/views/maily_herald/webui/dispatches/_schedules.html.haml +4 -0
  37. data/app/views/maily_herald/webui/dispatches/_subscribers.html.haml +13 -0
  38. data/app/views/maily_herald/webui/lists/_header.html.haml +0 -3
  39. data/app/views/maily_herald/webui/lists/_items.html.haml +1 -1
  40. data/app/views/maily_herald/webui/lists/{context_variables.html.haml → context_attributes.html.haml} +5 -2
  41. data/app/views/maily_herald/webui/lists/subscribe.js.erb +2 -2
  42. data/app/views/maily_herald/webui/lists/unsubscribe.js.erb +1 -1
  43. data/app/views/maily_herald/webui/logs/_items.html.haml +2 -2
  44. data/app/views/maily_herald/webui/logs/preview.html.haml +26 -1
  45. data/app/views/maily_herald/webui/mailings/_deliver.js.erb +1 -1
  46. data/app/views/maily_herald/webui/mailings/_details.html.haml +9 -6
  47. data/app/views/maily_herald/webui/mailings/_details_form.html.haml +4 -2
  48. data/app/views/maily_herald/webui/mailings/_form_one_time.html.haml +1 -0
  49. data/app/views/maily_herald/webui/mailings/_header.html.haml +3 -3
  50. data/app/views/maily_herald/webui/mailings/_template.html.haml +4 -3
  51. data/app/views/maily_herald/webui/resources/new.html.haml +1 -1
  52. data/app/views/maily_herald/webui/sequences/_header.html.haml +11 -6
  53. data/app/views/maily_herald/webui/sequences/_list.html.haml +1 -1
  54. data/app/views/maily_herald/webui/subscribers/_item.html.haml +4 -0
  55. data/app/views/maily_herald/webui/subscribers/_list.html.haml +2 -0
  56. data/app/views/maily_herald/webui/subscriptions/show.html.haml +5 -1
  57. data/config/locales/en.yml +51 -9
  58. data/config/routes.rb +13 -3
  59. data/lib/maily_herald/webui/form_builder.rb +7 -2
  60. data/lib/maily_herald/webui/menu_manager.rb +1 -0
  61. data/lib/maily_herald/webui/version.rb +1 -1
  62. data/maily_herald-webui.gemspec +2 -2
  63. data/spec/dummy/app/models/user.rb +2 -1
  64. data/spec/dummy/bin/spring +4 -7
  65. data/spec/dummy/config/application.rb +5 -2
  66. data/spec/dummy/config/environments/development.rb +5 -3
  67. data/spec/dummy/config/environments/test.rb +3 -1
  68. data/spec/dummy/config/initializers/maily_herald.rb +33 -34
  69. data/spec/dummy/config/maily_herald.yml +4 -0
  70. data/spec/dummy/config/sidekiq.yml +5 -0
  71. data/spec/dummy/db/migrate/20130723074347_create_users.rb +1 -0
  72. data/spec/dummy/db/migrate/20150602133024_create_maily_herald_tables.maily_herald.rb +54 -0
  73. data/spec/dummy/db/schema.rb +31 -34
  74. metadata +24 -14
  75. data/app/views/maily_herald/webui/dispatches/_entities.html.haml +0 -7
  76. data/spec/dummy/db/migrate/20140804152249_create_maily_herald_tables.maily_herald.rb +0 -68
  77. data/spec/dummy/db/migrate/20140804152250_create_lists.maily_herald.rb +0 -33
checksums.yaml CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- NzM3YzA0ZmZlY2JhZTQ1OGU0MjhjZDM3MTI0YTgzY2NkMzZkMDcwNg==
4
+ YTkzYTI0YTVhMjViZTY0ODBiMjc2ZjljZTUxOTU5ZWViNWNkYjYzMQ==
5
5
  data.tar.gz: !binary |-
6
- NTZkYTAxZjA2ODE2ZGM4MWE2ZTVmNzM4OWQyNmI3ZDdlZDk4NjFjNw==
6
+ ZTliOTQzN2JkMzBmYjRmYjRjODgyMDA2NjAyZDVjMjU2YzcwOGM4Yg==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- ODBmZmE2YjUzNDQyMzFkNGQyMjgxZTBmOTA0ZjU5MDY1YjMwNzIxOTM1NmJi
10
- NjcyODcyYWRhMWI0MjQzODBkY2Q0Yjc3ODRiYmM2ODY2ZDI1ZWM2MDUyYmQ4
11
- MTUzMWViNzFhNWYyYzVlMDdhYmMxNWFhMWI2NTViZDU4YzZlMTA=
9
+ ZjczNDNjNzU2YzE0ZjNmMjQwMjAzZjU4YjIzMDE1ZWZjMjc2MWJiYjBkYjdj
10
+ YjI2MzQ3MzU1ODZlZDgwZTRlNjcwZGNhMzdmODRlODM1NjYwZjA5NmUzYzAx
11
+ MzM0ZjBjNjU1ODAyYjZlMGYyMzI2ZWJmZDcyOTVkMjU3YWI1Yjk=
12
12
  data.tar.gz: !binary |-
13
- OTkzM2Q5ZjVhYmUwOGQ5Yjk3ZmQ5YWM5MDlmYWNjNzNlODFmNThkMzlkNGVh
14
- N2VmMjNjZTgwM2JiMmI3MWQwYjQwYjU2MDg5MDljNjIxOWVkYThkZDdjNzUx
15
- MjkwZWE4OTkwOTQyYzYxY2JlMjJkNDJiODZhMzUzMWRiYjlkOGI=
13
+ MzczNWE5MTNiMWUwYzI0Yjc0NDZiNWI3YWRmNWVjNTQ0ZjM1MjdhZDBiMTQ5
14
+ ZmNmZGFkZjZhNTk0OWNiMzAyMDllYjg5NGMxMWU4ODVlMGVjN2RjMDg2MTNi
15
+ MGY5ZmYwZDc4MDUyZmNiZWUwNzNiYmRmMTIwZGQxMzU5ZTdkNzM=
data/Gemfile CHANGED
@@ -5,9 +5,7 @@ gemspec
5
5
  # jquery-rails is used by the dummy application
6
6
  gem "jquery-rails"
7
7
 
8
- gem 'debugger'
9
-
10
- gem "maily_herald", path: "../maily_herald"
8
+ gem "maily_herald"
11
9
  gem "smart_listing", github: "sology/smart_listing"
12
10
 
13
11
  group :development do
@@ -1,228 +1,246 @@
1
1
  GIT
2
2
  remote: git://github.com/sology/smart_listing.git
3
- revision: 89e24b62d2c4e8b436f00968d60f86719342101f
3
+ revision: 6021fa1adef0d6fb54a940ad704e219812f54991
4
4
  specs:
5
- smart_listing (1.0.0)
5
+ smart_listing (1.1.2)
6
6
  coffee-rails
7
+ jquery-rails
7
8
  kaminari (~> 0.16.1)
8
9
  rails (>= 3.2)
9
10
 
10
11
  PATH
11
12
  remote: .
12
13
  specs:
13
- maily_herald-webui (0.0.1)
14
+ maily_herald-webui (0.9.0)
14
15
  coffee-rails
15
16
  haml
16
- maily_herald
17
+ maily_herald (~> 0.9.2)
17
18
  sass-rails
18
- smart_listing (~> 1.0.0)
19
-
20
- PATH
21
- remote: ../maily_herald
22
- specs:
23
- maily_herald (0.0.1)
24
- liquid (~> 2.6.1)
25
- rails (> 3.2)
26
- sidekiq (~> 2.17.8)
19
+ smart_listing (~> 1.1.0)
27
20
 
28
21
  GEM
29
22
  remote: http://rubygems.org/
30
23
  specs:
31
- actionmailer (3.2.18)
32
- actionpack (= 3.2.18)
33
- mail (~> 2.5.4)
34
- actionpack (3.2.18)
35
- activemodel (= 3.2.18)
36
- activesupport (= 3.2.18)
37
- builder (~> 3.0.0)
24
+ actionmailer (4.2.4)
25
+ actionpack (= 4.2.4)
26
+ actionview (= 4.2.4)
27
+ activejob (= 4.2.4)
28
+ mail (~> 2.5, >= 2.5.4)
29
+ rails-dom-testing (~> 1.0, >= 1.0.5)
30
+ actionpack (4.2.4)
31
+ actionview (= 4.2.4)
32
+ activesupport (= 4.2.4)
33
+ rack (~> 1.6)
34
+ rack-test (~> 0.6.2)
35
+ rails-dom-testing (~> 1.0, >= 1.0.5)
36
+ rails-html-sanitizer (~> 1.0, >= 1.0.2)
37
+ actionview (4.2.4)
38
+ activesupport (= 4.2.4)
39
+ builder (~> 3.1)
38
40
  erubis (~> 2.7.0)
39
- journey (~> 1.0.4)
40
- rack (~> 1.4.5)
41
- rack-cache (~> 1.2)
42
- rack-test (~> 0.6.1)
43
- sprockets (~> 2.2.1)
44
- activemodel (3.2.18)
45
- activesupport (= 3.2.18)
46
- builder (~> 3.0.0)
47
- activerecord (3.2.18)
48
- activemodel (= 3.2.18)
49
- activesupport (= 3.2.18)
50
- arel (~> 3.0.2)
51
- tzinfo (~> 0.3.29)
52
- activeresource (3.2.18)
53
- activemodel (= 3.2.18)
54
- activesupport (= 3.2.18)
55
- activesupport (3.2.18)
56
- i18n (~> 0.6, >= 0.6.4)
57
- multi_json (~> 1.0)
58
- arel (3.0.3)
59
- builder (3.0.4)
41
+ rails-dom-testing (~> 1.0, >= 1.0.5)
42
+ rails-html-sanitizer (~> 1.0, >= 1.0.2)
43
+ activejob (4.2.4)
44
+ activesupport (= 4.2.4)
45
+ globalid (>= 0.3.0)
46
+ activemodel (4.2.4)
47
+ activesupport (= 4.2.4)
48
+ builder (~> 3.1)
49
+ activerecord (4.2.4)
50
+ activemodel (= 4.2.4)
51
+ activesupport (= 4.2.4)
52
+ arel (~> 6.0)
53
+ activesupport (4.2.4)
54
+ i18n (~> 0.7)
55
+ json (~> 1.7, >= 1.7.7)
56
+ minitest (~> 5.1)
57
+ thread_safe (~> 0.3, >= 0.3.4)
58
+ tzinfo (~> 1.1)
59
+ arel (6.0.3)
60
+ builder (3.2.2)
60
61
  celluloid (0.15.2)
61
62
  timers (~> 1.1.0)
62
63
  coderay (1.1.0)
63
- coffee-rails (3.2.2)
64
+ coffee-rails (4.1.0)
64
65
  coffee-script (>= 2.2.0)
65
- railties (~> 3.2.0)
66
- coffee-script (2.3.0)
66
+ railties (>= 4.0.0, < 5.0)
67
+ coffee-script (2.4.1)
67
68
  coffee-script-source
68
69
  execjs
69
- coffee-script-source (1.7.1)
70
- columnize (0.8.9)
71
- connection_pool (2.0.0)
72
- daemons (1.1.9)
73
- database_cleaner (1.3.0)
74
- debugger (1.6.8)
75
- columnize (>= 0.3.1)
76
- debugger-linecache (~> 1.2.0)
77
- debugger-ruby_core_source (~> 1.3.5)
78
- debugger-linecache (1.2.0)
79
- debugger-ruby_core_source (1.3.5)
70
+ coffee-script-source (1.9.1.1)
71
+ connection_pool (2.2.0)
72
+ daemons (1.2.2)
73
+ database_cleaner (1.4.1)
80
74
  diff-lcs (1.2.5)
81
- docile (1.1.3)
75
+ docile (1.1.5)
82
76
  erubis (2.7.0)
83
- eventmachine (1.0.3)
84
- execjs (2.2.1)
85
- factory_girl (4.4.0)
77
+ eventmachine (1.0.7)
78
+ execjs (2.5.2)
79
+ factory_girl (4.5.0)
86
80
  activesupport (>= 3.0.0)
87
- factory_girl_rails (4.4.1)
88
- factory_girl (~> 4.4.0)
81
+ factory_girl_rails (4.5.0)
82
+ factory_girl (~> 4.5.0)
89
83
  railties (>= 3.0.0)
90
- ffi (1.9.3)
84
+ ffi (1.9.8)
91
85
  forgery (0.6.0)
92
86
  formatador (0.2.5)
93
- guard (2.6.1)
87
+ globalid (0.3.6)
88
+ activesupport (>= 4.1.0)
89
+ guard (2.12.5)
94
90
  formatador (>= 0.2.4)
95
91
  listen (~> 2.7)
96
92
  lumberjack (~> 1.0)
93
+ nenv (~> 0.1)
94
+ notiffany (~> 0.0)
97
95
  pry (>= 0.9.12)
96
+ shellany (~> 0.0)
98
97
  thor (>= 0.18.1)
99
- guard-rspec (4.2.10)
98
+ guard-compat (1.2.1)
99
+ guard-rspec (4.5.1)
100
100
  guard (~> 2.1)
101
- rspec (>= 2.14, < 4.0)
102
- haml (4.0.5)
101
+ guard-compat (~> 1.1)
102
+ rspec (>= 2.99.0, < 4.0)
103
+ haml (4.0.7)
103
104
  tilt
104
- hike (1.2.3)
105
- i18n (0.6.9)
106
- journey (1.0.4)
107
- jquery-rails (3.1.0)
108
- railties (>= 3.0, < 5.0)
105
+ i18n (0.7.0)
106
+ jquery-rails (4.0.3)
107
+ rails-dom-testing (~> 1.0)
108
+ railties (>= 4.2.0)
109
109
  thor (>= 0.14, < 2.0)
110
- json (1.8.1)
111
- kaminari (0.16.1)
110
+ json (1.8.3)
111
+ kaminari (0.16.3)
112
112
  actionpack (>= 3.0.0)
113
113
  activesupport (>= 3.0.0)
114
- libv8 (3.11.8.17)
115
- liquid (2.6.1)
116
- listen (2.7.7)
114
+ libv8 (3.16.14.7)
115
+ liquid (2.6.3)
116
+ listen (2.9.0)
117
117
  celluloid (>= 0.15.2)
118
118
  rb-fsevent (>= 0.9.3)
119
119
  rb-inotify (>= 0.9)
120
- lumberjack (1.0.6)
121
- mail (2.5.4)
122
- mime-types (~> 1.16)
123
- treetop (~> 1.4.8)
120
+ loofah (2.0.3)
121
+ nokogiri (>= 1.5.9)
122
+ lumberjack (1.0.9)
123
+ mail (2.6.3)
124
+ mime-types (>= 1.16, < 3)
125
+ maily_herald (0.9.2)
126
+ liquid (~> 2.6.1)
127
+ rails (> 3.2)
128
+ sidekiq (~> 2.17.8)
124
129
  method_source (0.8.2)
125
- mime-types (1.25.1)
126
- multi_json (1.10.1)
127
- polyglot (0.3.5)
128
- pry (0.10.0)
130
+ mime-types (2.6.2)
131
+ mini_portile (0.6.2)
132
+ minitest (5.8.1)
133
+ nenv (0.2.0)
134
+ nokogiri (1.6.6.2)
135
+ mini_portile (~> 0.6.0)
136
+ notiffany (0.0.6)
137
+ nenv (~> 0.1)
138
+ shellany (~> 0.0)
139
+ pry (0.10.1)
129
140
  coderay (~> 1.1.0)
130
141
  method_source (~> 0.8.1)
131
142
  slop (~> 3.4)
132
- rack (1.4.5)
133
- rack-cache (1.2)
134
- rack (>= 0.4)
135
- rack-ssl (1.3.4)
136
- rack
137
- rack-test (0.6.2)
143
+ rack (1.6.4)
144
+ rack-test (0.6.3)
138
145
  rack (>= 1.0)
139
- rails (3.2.18)
140
- actionmailer (= 3.2.18)
141
- actionpack (= 3.2.18)
142
- activerecord (= 3.2.18)
143
- activeresource (= 3.2.18)
144
- activesupport (= 3.2.18)
145
- bundler (~> 1.0)
146
- railties (= 3.2.18)
147
- railties (3.2.18)
148
- actionpack (= 3.2.18)
149
- activesupport (= 3.2.18)
150
- rack-ssl (~> 1.3.2)
146
+ rails (4.2.4)
147
+ actionmailer (= 4.2.4)
148
+ actionpack (= 4.2.4)
149
+ actionview (= 4.2.4)
150
+ activejob (= 4.2.4)
151
+ activemodel (= 4.2.4)
152
+ activerecord (= 4.2.4)
153
+ activesupport (= 4.2.4)
154
+ bundler (>= 1.3.0, < 2.0)
155
+ railties (= 4.2.4)
156
+ sprockets-rails
157
+ rails-deprecated_sanitizer (1.0.3)
158
+ activesupport (>= 4.2.0.alpha)
159
+ rails-dom-testing (1.0.7)
160
+ activesupport (>= 4.2.0.beta, < 5.0)
161
+ nokogiri (~> 1.6.0)
162
+ rails-deprecated_sanitizer (>= 1.0.1)
163
+ rails-html-sanitizer (1.0.2)
164
+ loofah (~> 2.0)
165
+ railties (4.2.4)
166
+ actionpack (= 4.2.4)
167
+ activesupport (= 4.2.4)
151
168
  rake (>= 0.8.7)
152
- rdoc (~> 3.4)
153
- thor (>= 0.14.6, < 2.0)
154
- rake (10.3.2)
155
- rb-fsevent (0.9.4)
169
+ thor (>= 0.18.1, < 2.0)
170
+ rake (10.4.2)
171
+ rb-fsevent (0.9.5)
156
172
  rb-inotify (0.9.5)
157
173
  ffi (>= 0.5.0)
158
- rdoc (3.12.2)
159
- json (~> 1.4)
160
- redis (3.1.0)
161
- redis-namespace (1.5.1)
174
+ redis (3.2.1)
175
+ redis-namespace (1.5.2)
162
176
  redis (~> 3.0, >= 3.0.4)
163
177
  ref (1.0.5)
164
- rspec (3.0.0)
165
- rspec-core (~> 3.0.0)
166
- rspec-expectations (~> 3.0.0)
167
- rspec-mocks (~> 3.0.0)
168
- rspec-core (3.0.0)
169
- rspec-support (~> 3.0.0)
170
- rspec-expectations (3.0.0)
178
+ rspec (3.2.0)
179
+ rspec-core (~> 3.2.0)
180
+ rspec-expectations (~> 3.2.0)
181
+ rspec-mocks (~> 3.2.0)
182
+ rspec-core (3.2.3)
183
+ rspec-support (~> 3.2.0)
184
+ rspec-expectations (3.2.1)
171
185
  diff-lcs (>= 1.2.0, < 2.0)
172
- rspec-support (~> 3.0.0)
173
- rspec-mocks (3.0.1)
174
- rspec-support (~> 3.0.0)
175
- rspec-rails (3.0.1)
176
- actionpack (>= 3.0)
177
- activesupport (>= 3.0)
178
- railties (>= 3.0)
179
- rspec-core (~> 3.0.0)
180
- rspec-expectations (~> 3.0.0)
181
- rspec-mocks (~> 3.0.0)
182
- rspec-support (~> 3.0.0)
183
- rspec-support (3.0.0)
184
- sass (3.3.14)
185
- sass-rails (3.2.6)
186
- railties (~> 3.2.0)
187
- sass (>= 3.1.10)
188
- tilt (~> 1.3)
186
+ rspec-support (~> 3.2.0)
187
+ rspec-mocks (3.2.1)
188
+ diff-lcs (>= 1.2.0, < 2.0)
189
+ rspec-support (~> 3.2.0)
190
+ rspec-rails (3.2.1)
191
+ actionpack (>= 3.0, < 4.3)
192
+ activesupport (>= 3.0, < 4.3)
193
+ railties (>= 3.0, < 4.3)
194
+ rspec-core (~> 3.2.0)
195
+ rspec-expectations (~> 3.2.0)
196
+ rspec-mocks (~> 3.2.0)
197
+ rspec-support (~> 3.2.0)
198
+ rspec-support (3.2.2)
199
+ sass (3.4.19)
200
+ sass-rails (5.0.4)
201
+ railties (>= 4.0.0, < 5.0)
202
+ sass (~> 3.1)
203
+ sprockets (>= 2.8, < 4.0)
204
+ sprockets-rails (>= 2.0, < 4.0)
205
+ tilt (>= 1.1, < 3)
206
+ shellany (0.0.1)
189
207
  sidekiq (2.17.8)
190
208
  celluloid (= 0.15.2)
191
209
  connection_pool (~> 2.0)
192
210
  json
193
211
  redis (~> 3.1)
194
212
  redis-namespace (~> 1.3)
195
- simplecov (0.8.2)
213
+ simplecov (0.10.0)
196
214
  docile (~> 1.1.0)
197
- multi_json
198
- simplecov-html (~> 0.8.0)
199
- simplecov-html (0.8.0)
200
- slop (3.5.0)
201
- spring (1.1.3)
202
- spring-commands-rspec (1.0.2)
215
+ json (~> 1.8)
216
+ simplecov-html (~> 0.10.0)
217
+ simplecov-html (0.10.0)
218
+ slop (3.6.0)
219
+ spring (1.3.6)
220
+ spring-commands-rspec (1.0.4)
203
221
  spring (>= 0.9.1)
204
- sprockets (2.2.2)
205
- hike (~> 1.2)
206
- multi_json (~> 1.0)
207
- rack (~> 1.0)
208
- tilt (~> 1.1, != 1.3.0)
209
- sqlite3 (1.3.9)
210
- therubyracer (0.11.4)
211
- libv8 (~> 3.11.8.12)
222
+ sprockets (3.4.0)
223
+ rack (> 1, < 3)
224
+ sprockets-rails (2.3.3)
225
+ actionpack (>= 3.0)
226
+ activesupport (>= 3.0)
227
+ sprockets (>= 2.8, < 4.0)
228
+ sqlite3 (1.3.10)
229
+ therubyracer (0.12.2)
230
+ libv8 (~> 3.16.14.0)
212
231
  ref
213
- thin (1.6.2)
214
- daemons (>= 1.0.9)
215
- eventmachine (>= 1.0.0)
216
- rack (>= 1.0.0)
232
+ thin (1.6.3)
233
+ daemons (~> 1.0, >= 1.0.9)
234
+ eventmachine (~> 1.0)
235
+ rack (~> 1.0)
217
236
  thor (0.19.1)
218
- tilt (1.4.1)
219
- timecop (0.7.1)
237
+ thread_safe (0.3.5)
238
+ tilt (2.0.1)
239
+ timecop (0.7.4)
220
240
  timers (1.1.0)
221
- treetop (1.4.15)
222
- polyglot
223
- polyglot (>= 0.3.1)
224
- tzinfo (0.3.40)
225
- uglifier (2.4.0)
241
+ tzinfo (1.2.2)
242
+ thread_safe (~> 0.1)
243
+ uglifier (2.7.1)
226
244
  execjs (>= 0.3.0)
227
245
  json (>= 1.8.0)
228
246
 
@@ -231,13 +249,12 @@ PLATFORMS
231
249
 
232
250
  DEPENDENCIES
233
251
  database_cleaner
234
- debugger
235
252
  factory_girl_rails
236
253
  forgery
237
254
  guard
238
255
  guard-rspec
239
256
  jquery-rails
240
- maily_herald!
257
+ maily_herald
241
258
  maily_herald-webui!
242
259
  rspec-rails
243
260
  simplecov