rasper 0.1.6 → 0.2.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +5 -5
- data/CHANGELOG +7 -1
- data/bin/rasper +3 -3
- data/lib/rasper/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: 6b10df6640bb5ffb2fd84c2a5749ce724fce1df59c02f9b00ad6865b9469bd38
|
4
|
+
data.tar.gz: e54d2d1ba38c7903886f33b2e43c7ec903a0924deac24924c904ef241114f344
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: bae3576d98fbc425d25d5d6fe65421559d190460cc22085cd808a2205a268c34f1d88a3cde35a3c3baead4650677210a4d0c19db630c4d51cfe876f113384729
|
7
|
+
data.tar.gz: cf7fc21d4cad41d6e2cb884b91bdb1c656784a49f52fbec0c7a2dc3921fb1bc31901fea77077841fc0b02317120d93971916fa2eddec9e76850d998b2a0433bc
|
data/CHANGELOG
CHANGED
@@ -1,6 +1,12 @@
|
|
1
1
|
Rasper
|
2
2
|
======
|
3
3
|
|
4
|
+
2018-03-15 Rodrigo Manhães <rmanhaes@gmail.com>
|
5
|
+
0.2.0
|
6
|
+
|
7
|
+
- Upgrade JasperReports to 6.5.1
|
8
|
+
|
9
|
+
|
4
10
|
2013-07-10 Rodrigo Manhães <rmanhaes@gmail.com>
|
5
11
|
0.1.4
|
6
12
|
|
@@ -17,4 +23,4 @@ Rasper
|
|
17
23
|
0.1.2
|
18
24
|
|
19
25
|
- Dropped configuration directly on specific classes. All configurations now
|
20
|
-
should be applied to Rasper::Config.
|
26
|
+
should be applied to Rasper::Config.
|
data/bin/rasper
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
|
1
|
+
#! /usr/bin/env jruby
|
2
2
|
|
3
3
|
if ARGV[0] == 'generate_pom'
|
4
4
|
STDOUT.puts "Generating pom.xml..."
|
@@ -16,7 +16,7 @@ if ARGV[0] == 'generate_pom'
|
|
16
16
|
<dependency>
|
17
17
|
<groupId>net.sf.jasperreports</groupId>
|
18
18
|
<artifactId>jasperreports</artifactId>
|
19
|
-
<version>5.
|
19
|
+
<version>6.5.1</version>
|
20
20
|
</dependency>
|
21
21
|
<dependency>
|
22
22
|
<groupId>xalan</groupId>
|
@@ -31,4 +31,4 @@ if ARGV[0] == 'generate_pom'
|
|
31
31
|
''') }
|
32
32
|
else
|
33
33
|
STDOUT.puts "Usage: rasper generate_pom"
|
34
|
-
end
|
34
|
+
end
|
data/lib/rasper/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rasper
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.2.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Rodrigo Manhães
|
@@ -121,7 +121,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
121
121
|
version: '0'
|
122
122
|
requirements: []
|
123
123
|
rubyforge_project:
|
124
|
-
rubygems_version: 2.
|
124
|
+
rubygems_version: 2.7.3
|
125
125
|
signing_key:
|
126
126
|
specification_version: 4
|
127
127
|
summary: JRuby client to JasperReports API. Currently, only does compilation of JRXML
|