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 +4 -4
- data/lib/jasperserver-rails/version.rb +1 -1
- data/test/dummy/db/test.sqlite3 +0 -0
- data/test/dummy/log/test.log +18 -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: 7692a9d208cc2afcba946b28bd56820f9b0fd1c9
|
|
4
|
+
data.tar.gz: 49fd2b4d9a49f904ced191f3b1f969465a600b26
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 16272fd088bde399596482debb627b6754775ee4f529490f68216ad6d5d1450398e29d421c7639851aad5373a6ecbf2b6438abb225897560e30848321715038b
|
|
7
|
+
data.tar.gz: 26e3ad7e8a8c77949eaf0c14a56314ad45b83550d9f139c169b5803cd7bad2d1ce5b1649f7b73a7bf67d58779bf17c0c0328eec4251b85607f328c911ff54779
|
|
File without changes
|
|
@@ -0,0 +1,18 @@
|
|
|
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.0ms)[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.1ms)[0m rollback transaction
|
|
10
|
+
Connecting to database specified by database.yml
|
|
11
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
|
12
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
13
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
|
14
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
15
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
16
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
17
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
|
18
|
+
[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.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
|