File tree Expand file tree Collapse file tree 3 files changed +51
-1
lines changed Expand file tree Collapse file tree 3 files changed +51
-1
lines changed Original file line number Diff line number Diff line change 1- Copyright (c) 2009 kennyj
1+ Copyright (c) 2010 kennyj
22
33Permission is hereby granted, free of charge, to any person obtaining
44a copy of this software and associated documentation files (the
Original file line number Diff line number Diff line change 1+ 0.1
Original file line number Diff line number Diff line change 1+ # Generated by jeweler
2+ # DO NOT EDIT THIS FILE DIRECTLY
3+ # Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command
4+ # -*- encoding: utf-8 -*-
5+
6+ Gem ::Specification . new do |s |
7+ s . name = %q{java_bin}
8+ s . version = ""
9+
10+ s . required_rubygems_version = Gem ::Requirement . new ( ">= 0" ) if s . respond_to? :required_rubygems_version=
11+ s . authors = [ "kennyj" ]
12+ s . date = %q{2010-01-09}
13+ s . description = %q{TODO: longer description of your gem}
14+ 15+ s . extra_rdoc_files = [
16+ "LICENSE" ,
17+ "README.rdoc"
18+ ]
19+ s . files = [
20+ ".document" ,
21+ ".gitignore" ,
22+ "LICENSE" ,
23+ "README.rdoc" ,
24+ "Rakefile" ,
25+ "lib/java_bin.rb" ,
26+ "test/helper.rb" ,
27+ "test/test_java_bin.rb"
28+ ]
29+ s . homepage = %q{http://github.com/kennyj/java_bin}
30+ s . rdoc_options = [ "--charset=UTF-8" ]
31+ s . require_paths = [ "lib" ]
32+ s . rubygems_version = %q{1.3.5}
33+ s . summary = %q{TODO: one-line summary of your gem}
34+ s . test_files = [
35+ "test/test_java_bin.rb" ,
36+ "test/helper.rb"
37+ ]
38+
39+ if s . respond_to? :specification_version then
40+ current_version = Gem ::Specification ::CURRENT_SPECIFICATION_VERSION
41+ s . specification_version = 3
42+
43+ if Gem ::Version . new ( Gem ::RubyGemsVersion ) >= Gem ::Version . new ( '1.2.0' ) then
44+ else
45+ end
46+ else
47+ end
48+ end
49+
You can’t perform that action at this time.
0 commit comments