daengine 0.6.14 → 0.6.15

Sign up to get free protection for your applications and to get access to all the features.
@@ -1 +1 @@
1
- last_read_time: 2014-02-18 16:19:30 -0700
1
+ last_read_time: 2014-02-25 14:41:41 -0700
@@ -1 +1 @@
1
- last_read_time: 2014-02-18 16:19:33 -0700
1
+ last_read_time: 2014-02-25 14:41:44 -0700
data/spec/spec_helper.rb CHANGED
@@ -47,10 +47,11 @@ RspecApiDocumentation.configure do |config|
47
47
  # html pages with the wURL console
48
48
  #config.format = [:json, :wurl, :combined_text]
49
49
  # html pages without the wURL console
50
- config.format = [:json, :combined_text]
50
+ config.format = [:html]
51
51
  config.curl_host = 'http://localhost:3001'
52
52
 
53
53
  #config.include FactoryGirl::Syntax::Methods
54
+ config.docs_dir = Rails.root.join("../../public")
54
55
 
55
56
 
56
57
  # All settings shown are the default values
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: daengine
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.14
4
+ version: 0.6.15
5
5
  platform: ruby
6
6
  authors:
7
7
  - sbhatia
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2014-02-18 00:00:00.000000000 Z
12
+ date: 2014-02-25 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails
@@ -205,10 +205,6 @@ files:
205
205
  - spec/dummy/db/test.sqlite3
206
206
  - spec/dummy/log/development.log
207
207
  - spec/dummy/log/test.log
208
- - spec/dummy/public/404.html
209
- - spec/dummy/public/422.html
210
- - spec/dummy/public/500.html
211
- - spec/dummy/public/favicon.ico
212
208
  - spec/dummy/script/rails
213
209
  - spec/lib/content_service_processor_spec.rb
214
210
  - spec/lib/digital_asset_processor_spec.rb
@@ -300,10 +296,6 @@ test_files:
300
296
  - spec/dummy/db/test.sqlite3
301
297
  - spec/dummy/log/development.log
302
298
  - spec/dummy/log/test.log
303
- - spec/dummy/public/404.html
304
- - spec/dummy/public/422.html
305
- - spec/dummy/public/500.html
306
- - spec/dummy/public/favicon.ico
307
299
  - spec/dummy/script/rails
308
300
  - spec/lib/content_service_processor_spec.rb
309
301
  - spec/lib/digital_asset_processor_spec.rb
@@ -1,26 +0,0 @@
1
- <!DOCTYPE html>
2
- <html>
3
- <head>
4
- <title>The page you were looking for doesn't exist (404)</title>
5
- <style type="text/css">
6
- body { background-color: #fff; color: #666; text-align: center; font-family: arial, sans-serif; }
7
- div.dialog {
8
- width: 25em;
9
- padding: 0 4em;
10
- margin: 4em auto 0 auto;
11
- border: 1px solid #ccc;
12
- border-right-color: #999;
13
- border-bottom-color: #999;
14
- }
15
- h1 { font-size: 100%; color: #f00; line-height: 1.5em; }
16
- </style>
17
- </head>
18
-
19
- <body>
20
- <!-- This file lives in public/404.html -->
21
- <div class="dialog">
22
- <h1>The page you were looking for doesn't exist.</h1>
23
- <p>You may have mistyped the address or the page may have moved.</p>
24
- </div>
25
- </body>
26
- </html>
@@ -1,26 +0,0 @@
1
- <!DOCTYPE html>
2
- <html>
3
- <head>
4
- <title>The change you wanted was rejected (422)</title>
5
- <style type="text/css">
6
- body { background-color: #fff; color: #666; text-align: center; font-family: arial, sans-serif; }
7
- div.dialog {
8
- width: 25em;
9
- padding: 0 4em;
10
- margin: 4em auto 0 auto;
11
- border: 1px solid #ccc;
12
- border-right-color: #999;
13
- border-bottom-color: #999;
14
- }
15
- h1 { font-size: 100%; color: #f00; line-height: 1.5em; }
16
- </style>
17
- </head>
18
-
19
- <body>
20
- <!-- This file lives in public/422.html -->
21
- <div class="dialog">
22
- <h1>The change you wanted was rejected.</h1>
23
- <p>Maybe you tried to change something you didn't have access to.</p>
24
- </div>
25
- </body>
26
- </html>
@@ -1,25 +0,0 @@
1
- <!DOCTYPE html>
2
- <html>
3
- <head>
4
- <title>We're sorry, but something went wrong (500)</title>
5
- <style type="text/css">
6
- body { background-color: #fff; color: #666; text-align: center; font-family: arial, sans-serif; }
7
- div.dialog {
8
- width: 25em;
9
- padding: 0 4em;
10
- margin: 4em auto 0 auto;
11
- border: 1px solid #ccc;
12
- border-right-color: #999;
13
- border-bottom-color: #999;
14
- }
15
- h1 { font-size: 100%; color: #f00; line-height: 1.5em; }
16
- </style>
17
- </head>
18
-
19
- <body>
20
- <!-- This file lives in public/500.html -->
21
- <div class="dialog">
22
- <h1>We're sorry, but something went wrong.</h1>
23
- </div>
24
- </body>
25
- </html>
File without changes