ruby_gntp 0.3.2 → 0.3.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 +7 -0
  2. data/lib/ruby_gntp.rb +1 -1
  3. metadata +1 -1
data/ChangeLog CHANGED
@@ -28,3 +28,10 @@
28
28
  * Merge spidahman's commits. Lot of thanks, spidahman!
29
29
  * Add some test(spec).
30
30
 
31
+ == Version 0.3.0 - yyyy/mm/dd
32
+
33
+ == Version 0.3.1 - yyyy/mm/dd
34
+
35
+ == Version 0.3.2 - 2010/01/26
36
+ * Temporary patchwork fix - The code was commented out that recognize version
37
+ of the OS causes some defects -
@@ -42,7 +42,7 @@ class GNTP
42
42
  attr_reader :message if $DEBUG
43
43
 
44
44
  RUBY_GNTP_NAME = 'ruby_gntp'
45
- RUBY_GNTP_VERSION = '0.3.2'
45
+ RUBY_GNTP_VERSION = '0.3.3'
46
46
 
47
47
  def initialize(app_name = 'Ruby/GNTP', host = 'localhost', password = '', port = 23053)
48
48
  @app_name = app_name
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ruby_gntp
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.2
4
+ version: 0.3.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - snaka