rollout_admin 0.0.4 → 0.0.5

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.
@@ -21,7 +21,7 @@
21
21
  }
22
22
 
23
23
  html, body {
24
- background: url(/assets/rollout_admin/main_bg.jpg);
24
+ background: url(main_bg.jpg);
25
25
  font-family: 'Roboto Condensed', sans-serif;
26
26
  font-size: 12px;
27
27
  color: @white;
@@ -33,7 +33,7 @@ header {
33
33
  display: block;
34
34
  height: 60px;
35
35
  box-shadow: 0 0 30px @darkblue;
36
- background: url(/assets/rollout_admin/head_bg.jpg);
36
+ background: url(head_bg.jpg);
37
37
  border-bottom: 5px solid @blue;
38
38
  width: 100%;
39
39
 
@@ -1,3 +1,3 @@
1
1
  module RolloutAdmin
2
- VERSION = "0.0.4"
2
+ VERSION = "0.0.5"
3
3
  end
File without changes
@@ -0,0 +1,5 @@
1
+ Connecting to database specified by database.yml
2
+  (0.3ms) begin transaction
3
+  (0.1ms) rollback transaction
4
+  (0.1ms) begin transaction
5
+  (0.0ms) rollback transaction
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rollout_admin
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-02-12 00:00:00.000000000 Z
12
+ date: 2013-02-13 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails
@@ -179,7 +179,9 @@ files:
179
179
  - test/dummy/config/routes.rb
180
180
  - test/dummy/config.ru
181
181
  - test/dummy/db/development.sqlite3
182
+ - test/dummy/db/test.sqlite3
182
183
  - test/dummy/log/development.log
184
+ - test/dummy/log/test.log
183
185
  - test/dummy/public/404.html
184
186
  - test/dummy/public/422.html
185
187
  - test/dummy/public/500.html
@@ -343,7 +345,9 @@ test_files:
343
345
  - test/dummy/config/routes.rb
344
346
  - test/dummy/config.ru
345
347
  - test/dummy/db/development.sqlite3
348
+ - test/dummy/db/test.sqlite3
346
349
  - test/dummy/log/development.log
350
+ - test/dummy/log/test.log
347
351
  - test/dummy/public/404.html
348
352
  - test/dummy/public/422.html
349
353
  - test/dummy/public/500.html