jasperserver-rails 0.1.2 → 0.2.0

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: bf68841bd1e2e6d8acf1a812da015cc165c5bcd7
4
- data.tar.gz: e791f2c3f6ef3a2070b3a676de9517cde8706cba
3
+ metadata.gz: 7692a9d208cc2afcba946b28bd56820f9b0fd1c9
4
+ data.tar.gz: 49fd2b4d9a49f904ced191f3b1f969465a600b26
5
5
  SHA512:
6
- metadata.gz: b200d1815d1e8677efe5ad98aef0c6d37d2b4b7d7f10bf316fc43badfba67d280cc85d01d3557ceb3aeb21595318b09d8693bb2229175195dbdaf67e0dfe210f
7
- data.tar.gz: 164967eca70ed1ebaea6ac2084e3b88afa1007263ca0e1a1caed828c30e8a27abdf8f38bfc7215c85b0dcafa21102091037ab005ead62d054b1a059da81fba7f
6
+ metadata.gz: 16272fd088bde399596482debb627b6754775ee4f529490f68216ad6d5d1450398e29d421c7639851aad5373a6ecbf2b6438abb225897560e30848321715038b
7
+ data.tar.gz: 26e3ad7e8a8c77949eaf0c14a56314ad45b83550d9f139c169b5803cd7bad2d1ce5b1649f7b73a7bf67d58779bf17c0c0328eec4251b85607f328c911ff54779
@@ -1,3 +1,3 @@
1
1
  module JasperserverRails
2
- VERSION = '0.1.2'
2
+ VERSION = '0.2.0'
3
3
  end
File without changes
@@ -0,0 +1,18 @@
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.0ms) rollback transaction
6
+  (0.0ms) begin transaction
7
+  (0.1ms) rollback transaction
8
+  (0.1ms) begin transaction
9
+  (0.1ms) rollback transaction
10
+ Connecting to database specified by database.yml
11
+  (0.2ms) begin transaction
12
+  (0.1ms) rollback transaction
13
+  (0.2ms) begin transaction
14
+  (0.1ms) rollback transaction
15
+  (0.1ms) begin transaction
16
+  (0.1ms) rollback transaction
17
+  (0.2ms) begin transaction
18
+  (0.1ms) 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.1.2
4
+ version: 0.2.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