fromgit-url2mhtml 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/ChangeLog +2 -0
  2. data/lib/url2mhtml.rb +1 -1
  3. metadata +1 -1
data/ChangeLog CHANGED
@@ -4,4 +4,6 @@
4
4
  == 0.0.2 / 2008-09-15
5
5
 
6
6
  * fix dependency gems
7
+ == 0.0.3 / 2008-09-18
7
8
 
9
+ * fix gemspec
@@ -3,7 +3,7 @@ require 'mechanize'
3
3
  require 'tmail'
4
4
 
5
5
  class Url2mhtml
6
- VERSION = '0.0.2'
6
+ VERSION = '0.0.3'
7
7
  ContentInfo=Struct.new(:uri,:type,:body,:is_root,:title)
8
8
 
9
9
  def self.get_agent
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fromgit-url2mhtml
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - forgithubid