jnlp 0.7.0 → 0.7.1

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/History.txt CHANGED
@@ -1,5 +1,9 @@
1
1
  == 0.7.0 2011-06-02
2
2
 
3
+ update date in gemspec
4
+
5
+ == 0.7.0 2011-06-02
6
+
3
7
  Replace hpricot with nokogiri
4
8
 
5
9
  Update rspec from 1.3.x to 2.5.x
data/README.rdoc CHANGED
@@ -149,7 +149,8 @@ Run an adhoc test in the file sample.rb in the same top-level directory as this
149
149
 
150
150
  === Releasing a new version to http://rubygems.org/
151
151
 
152
- gem push jnlp-<version>.gem
152
+ rake package
153
+ gem push pkg/jnlp-<version>.gem
153
154
 
154
155
  === TODO
155
156
 
data/jnlp.gemspec CHANGED
@@ -10,7 +10,7 @@ Gem::Specification.new do |s|
10
10
  s.homepage = 'http://rubywebstart.rubyforge.org/jnlp/rdoc'
11
11
  s.summary = %q{Ruby tools for working with Java Web Start JNLPs.}
12
12
  s.description = %q{For manipulation of Java Web Start Jnlps and the resources they reference.}
13
- s.date = '2010-02-11'
13
+ s.date = '2011-06-02'
14
14
  s.rubyforge_project = 'rubywebstart'
15
15
 
16
16
  s.rdoc_options = ["--main", "README.rdoc"]
data/lib/jnlp/version.rb CHANGED
@@ -2,7 +2,7 @@ module Jnlp #:nodoc:
2
2
  module VERSION
3
3
  MAJOR = 0
4
4
  MINOR = 7
5
- TINY = 0
5
+ TINY = 1
6
6
 
7
7
  STRING = [MAJOR, MINOR, TINY].join('.')
8
8
 
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: jnlp
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.7.0
5
+ version: 0.7.1
6
6
  platform: ruby
7
7
  authors:
8
8
  - Stephen Bannasch
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2010-02-11 00:00:00 Z
13
+ date: 2011-06-02 00:00:00 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: nokogiri
@@ -76,7 +76,7 @@ files:
76
76
  homepage: http://rubywebstart.rubyforge.org/jnlp/rdoc
77
77
  licenses: []
78
78
 
79
- post_install_message: "\n Thanks for installing: jnlp-0.7.0\n\n Documentation: http://rdoc.info/projects/stepheneb/jnlp\n Repository: http://github.com/stepheneb/jnlp\n\n"
79
+ post_install_message: "\n Thanks for installing: jnlp-0.7.1\n\n Documentation: http://rdoc.info/projects/stepheneb/jnlp\n Repository: http://github.com/stepheneb/jnlp\n\n"
80
80
  rdoc_options:
81
81
  - --main
82
82
  - README.rdoc