Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: rake-compiler/rake-compiler
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.9
Choose a base ref
...
head repository: rake-compiler/rake-compiler
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.1.0
Choose a head ref
  • 3 commits
  • 3 files changed
  • 1 contributor

Commits on Dec 22, 2019

  1. Bump version

    kou committed Dec 22, 2019

    Verified

    This commit was signed with the committer’s verified signature.
    etu Elis Hirwing
    Copy the full SHA
    2f85dfb View commit details

Commits on Dec 24, 2019

  1. Fix typos

    GitHub: fix #163
    
    TODO: We should add an example for command line.
    
    Reported by Kai Kuchenbecker. Thanks!!!
    kou committed Dec 24, 2019

    Verified

    This commit was signed with the committer’s verified signature.
    etu Elis Hirwing
    Copy the full SHA
    58abbc1 View commit details
  2. Add 1.1.0 entry

    kou committed Dec 24, 2019

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    4800a3d View commit details
Showing with 9 additions and 3 deletions.
  1. +6 −0 History.txt
  2. +2 −2 lib/rake/javaextensiontask.rb
  3. +1 −1 rake-compiler.gemspec
6 changes: 6 additions & 0 deletions History.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
=== 1.1.0 / 2012-12-25

* Bugfixes:
* Fix a bug that JavaExtenstionTask can't build anything.
#163 [Reported by Kai Kuchenbecker]

=== 1.0.9 / 2012-12-23

* Changes:
4 changes: 2 additions & 2 deletions lib/rake/javaextensiontask.rb
Original file line number Diff line number Diff line change
@@ -106,8 +106,8 @@ def define_compile_tasks(for_platform = nil, ruby_ver = RUBY_VERSION)
java_lint_arg,
"-d", tmp_path,
]
javac_command_line.concat(java_encoding_arg)
javac_command_line.concat(java_extdirs_arg)
javac_command_line.concat(java_encoding_args)
javac_command_line.concat(java_extdirs_args)
javac_command_line.concat(java_classpath_args)
javac_command_line << "-g" if @debug
javac_command_line.concat(source_files)
2 changes: 1 addition & 1 deletion rake-compiler.gemspec
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@
Gem::Specification.new do |s|
# basic information
s.name = "rake-compiler"
s.version = "1.0.9"
s.version = "1.1.0"
s.platform = Gem::Platform::RUBY

# description and details