gemk 1.0.0 → 1.1.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.
data/PostInstall.txt CHANGED
@@ -1,5 +1,5 @@
1
1
 
2
- For more information on hello, see http://gemk.rubyforge.org
2
+ For more information on %%version%%, see http://gemk.rubyforge.org
3
3
 
4
4
  NOTE: Change this information in PostInstall.txt
5
5
  You can also delete it if you don't want it.
data/bin/gemk CHANGED
@@ -1,3 +1,3 @@
1
1
  #!/usr/bin/env ruby
2
2
 
3
- system "java -jar #{File.dirname(__FILE__)}/../lib/gemk.jar #{ARGV.join(' ')}"
3
+ system "java -cp #{File.dirname(__FILE__)}/../lib/junit-4.4.jar:#{File.dirname(__FILE__)}/../lib/mockito-all-1.6.jar -jar #{File.dirname(__FILE__)}/../lib/gemk.jar #{ARGV.join(' ')}"
data/gemk.gemspec CHANGED
@@ -1,7 +1,7 @@
1
1
  # -*- encoding: utf-8 -*-
2
2
 
3
3
  Gem::Specification.new do |s|
4
- s.name = %q{hello}
4
+ s.name = %q{1.1.0}
5
5
  s.version = "0.0.1"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
@@ -16,7 +16,7 @@ Gem::Specification.new do |s|
16
16
  s.post_install_message = %q{PostInstall.txt}
17
17
  s.rdoc_options = ["--main", "README.rdoc"]
18
18
  s.require_paths = ["lib"]
19
- s.rubyforge_project = %q{hello}
19
+ s.rubyforge_project = %q{1.1.0}
20
20
  s.rubygems_version = %q{1.3.5}
21
21
  s.summary = %q{FIX (describe your package)}
22
22
  s.test_files = []
data/lib/gemk.jar CHANGED
Binary file
data/lib/gemk.rb CHANGED
@@ -2,5 +2,5 @@ $:.unshift(File.dirname(__FILE__)) unless
2
2
  $:.include?(File.dirname(__FILE__)) || $:.include?(File.expand_path(File.dirname(__FILE__)))
3
3
 
4
4
  module Gemk
5
- VERSION = '1.0.0'
5
+ VERSION = '1.1.0'
6
6
  end
data/lib/junit-4.4.jar ADDED
Binary file
Binary file
metadata CHANGED
@@ -1,10 +1,10 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gemk
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.1.0
5
5
  platform: ruby
6
6
  authors:
7
- - #{author}
7
+ - Anonymous
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []