rakejava 1.1.5 → 1.1.6

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.
Files changed (2) hide show
  1. data/README.markdown +1 -1
  2. metadata +4 -4
data/README.markdown CHANGED
@@ -1,4 +1,4 @@
1
- RakeJava is a ruby gem for use with Rake. It lets you compile and jar Java files.
1
+ RakeJava is a ruby gem for use with Rake. It lets you javac and jar Java files.
2
2
 
3
3
  ### Simple Example:
4
4
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rakejava
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.5
4
+ version: 1.1.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tom Santos
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2010-02-01 00:00:00 -08:00
12
+ date: 2010-02-25 00:00:00 -08:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
@@ -22,7 +22,7 @@ dependencies:
22
22
  - !ruby/object:Gem::Version
23
23
  version: "0"
24
24
  version:
25
- description: Rake tasks for building Java stuff (java and jar)
25
+ description: Rake tasks for building Java stuff (javac and jar)
26
26
  email: santos.tom@gmail.com
27
27
  executables: []
28
28
 
@@ -60,6 +60,6 @@ rubyforge_project:
60
60
  rubygems_version: 1.3.5
61
61
  signing_key:
62
62
  specification_version: 3
63
- summary: Rake tasks for building Java stuff (java and jar)
63
+ summary: Rake tasks for building Java stuff (javac and jar)
64
64
  test_files: []
65
65