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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: aad0c1bf33c185d3d34535adec40a98806d49d74
4
- data.tar.gz: b9d066dde67c6813dc7f594861030bcd6290e744
3
+ metadata.gz: 9f48c0e4458048639c97c036022610dbd449e0de
4
+ data.tar.gz: 409390426e343bf4a5bc38ec2c8eebe06a8429fd
5
5
  SHA512:
6
- metadata.gz: 8d9fee51e503fdab548b1decb04f555db9201a3091252b6f05a4494b67cd20cd663c700c5fdcb0f2a9249ba4cbd9289858bf7a5c63cb32f6659608a25dc6114b
7
- data.tar.gz: fc660935b833a7dc1d7427ada4e7dbcc1b22509011f28850a7044cf6a0222e1afec7ae4151e4144060617f730e575bf692261744532c10f842cee563a38377ca
6
+ metadata.gz: 92efa5a3c29e6019b47b9cc4940c0fc85037f8c5c59037f743d1266819397a4d23c78c53fbde7bfda2e35ff20687e690685a03d28f550f5a7cc7abf40575f32c
7
+ data.tar.gz: d8cd433f37c2337afccfb80b0dd1a7f1ade341aafeb7e249f9882770a16e524b47784719b4f7730cb961a72a38319d671fe7ed4392e5806be93ac46d97596cd1
@@ -1,3 +1,3 @@
1
1
  module JasperserverRails
2
- VERSION = '0.2.1'
2
+ VERSION = '0.3.0'
3
3
  end
File without changes
@@ -0,0 +1,29 @@
1
+ Connecting to database specified by database.yml
2
+  (0.2ms) begin transaction
3
+  (0.1ms) rollback transaction
4
+  (0.0ms) begin transaction
5
+  (0.1ms) rollback transaction
6
+  (0.0ms) begin transaction
7
+  (0.1ms) rollback transaction
8
+  (0.1ms) begin transaction
9
+  (0.0ms) rollback transaction
10
+  (0.1ms) begin transaction
11
+ -------------------------------------------------------------------------
12
+ JasperserverRailsTest: test_stays_logged_in_when_running_multiple_reports
13
+ -------------------------------------------------------------------------
14
+  (0.1ms) rollback transaction
15
+  (0.0ms) begin transaction
16
+ -------------------------------------------------
17
+ JasperserverRailsTest: test_test.pdf_is_generated
18
+ -------------------------------------------------
19
+  (0.1ms) rollback transaction
20
+  (0.0ms) begin transaction
21
+ --------------------------------------------------
22
+ JasperserverRailsTest: test_test2.pdf_is_generated
23
+ --------------------------------------------------
24
+  (0.1ms) rollback transaction
25
+  (0.0ms) begin transaction
26
+ --------------------------------------------------
27
+ JasperserverRailsTest: test_test3.pdf_is_generated
28
+ --------------------------------------------------
29
+  (0.1ms) rollback transaction
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.2.1
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