jasperserver-rails 0.2.1 → 0.3.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/jasperserver-rails/version.rb +1 -1
- data/test/dummy/db/test.sqlite3 +0 -0
- data/test/dummy/log/test.log +29 -0
- data/test/dummy/tmp/reports/test.pdf +0 -0
- data/test/dummy/tmp/reports/test2.pdf +0 -0
- data/test/dummy/tmp/reports/test3.pdf +0 -0
- data/test/dummy/tmp/reports/test4.pdf +0 -0
- data/test/dummy/tmp/reports/test5.pdf +0 -0
- metadata +15 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9f48c0e4458048639c97c036022610dbd449e0de
|
4
|
+
data.tar.gz: 409390426e343bf4a5bc38ec2c8eebe06a8429fd
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 92efa5a3c29e6019b47b9cc4940c0fc85037f8c5c59037f743d1266819397a4d23c78c53fbde7bfda2e35ff20687e690685a03d28f550f5a7cc7abf40575f32c
|
7
|
+
data.tar.gz: d8cd433f37c2337afccfb80b0dd1a7f1ade341aafeb7e249f9882770a16e524b47784719b4f7730cb961a72a38319d671fe7ed4392e5806be93ac46d97596cd1
|
File without changes
|
@@ -0,0 +1,29 @@
|
|
1
|
+
Connecting to database specified by database.yml
|
2
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
3
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
4
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
5
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
6
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
7
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
8
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
9
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
10
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
11
|
+
-------------------------------------------------------------------------
|
12
|
+
JasperserverRailsTest: test_stays_logged_in_when_running_multiple_reports
|
13
|
+
-------------------------------------------------------------------------
|
14
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
15
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
16
|
+
-------------------------------------------------
|
17
|
+
JasperserverRailsTest: test_test.pdf_is_generated
|
18
|
+
-------------------------------------------------
|
19
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
20
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
21
|
+
--------------------------------------------------
|
22
|
+
JasperserverRailsTest: test_test2.pdf_is_generated
|
23
|
+
--------------------------------------------------
|
24
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
25
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
26
|
+
--------------------------------------------------
|
27
|
+
JasperserverRailsTest: test_test3.pdf_is_generated
|
28
|
+
--------------------------------------------------
|
29
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jasperserver-rails
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.3.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Chris McKnight
|
@@ -82,11 +82,18 @@ files:
|
|
82
82
|
- test/dummy/config/initializers/wrap_parameters.rb
|
83
83
|
- test/dummy/config/locales/en.yml
|
84
84
|
- test/dummy/config/routes.rb
|
85
|
+
- test/dummy/db/test.sqlite3
|
86
|
+
- test/dummy/log/test.log
|
85
87
|
- test/dummy/public/404.html
|
86
88
|
- test/dummy/public/422.html
|
87
89
|
- test/dummy/public/500.html
|
88
90
|
- test/dummy/public/favicon.ico
|
89
91
|
- test/dummy/script/rails
|
92
|
+
- test/dummy/tmp/reports/test.pdf
|
93
|
+
- test/dummy/tmp/reports/test2.pdf
|
94
|
+
- test/dummy/tmp/reports/test3.pdf
|
95
|
+
- test/dummy/tmp/reports/test4.pdf
|
96
|
+
- test/dummy/tmp/reports/test5.pdf
|
90
97
|
- test/fixtures/vcr_cassettes/test1.yml
|
91
98
|
- test/fixtures/vcr_cassettes/test2.yml
|
92
99
|
- test/fixtures/vcr_cassettes/test3.yml
|
@@ -140,6 +147,8 @@ test_files:
|
|
140
147
|
- test/dummy/config/locales/en.yml
|
141
148
|
- test/dummy/config/routes.rb
|
142
149
|
- test/dummy/config.ru
|
150
|
+
- test/dummy/db/test.sqlite3
|
151
|
+
- test/dummy/log/test.log
|
143
152
|
- test/dummy/public/404.html
|
144
153
|
- test/dummy/public/422.html
|
145
154
|
- test/dummy/public/500.html
|
@@ -147,6 +156,11 @@ test_files:
|
|
147
156
|
- test/dummy/Rakefile
|
148
157
|
- test/dummy/README.rdoc
|
149
158
|
- test/dummy/script/rails
|
159
|
+
- test/dummy/tmp/reports/test.pdf
|
160
|
+
- test/dummy/tmp/reports/test2.pdf
|
161
|
+
- test/dummy/tmp/reports/test3.pdf
|
162
|
+
- test/dummy/tmp/reports/test4.pdf
|
163
|
+
- test/dummy/tmp/reports/test5.pdf
|
150
164
|
- test/fixtures/vcr_cassettes/test1.yml
|
151
165
|
- test/fixtures/vcr_cassettes/test2.yml
|
152
166
|
- test/fixtures/vcr_cassettes/test3.yml
|