arika-ruby-termios 0.9.5 → 0.9.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/ChangeLog +4 -0
  2. metadata +4 -3
data/ChangeLog CHANGED
@@ -1,3 +1,7 @@
1
+ 2009-08-28 akira yamada <akira@arika.org>
2
+
3
+ * version 0.9.6.
4
+
1
5
  2009-02-05 akira yamada <akira@arika.org>
2
6
 
3
7
  * termios.c: added RDoc.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: arika-ruby-termios
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.5
4
+ version: 0.9.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - akira yamada
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: false
10
10
  cert_chain: []
11
11
 
12
- date: 2009-02-05 00:00:00 -08:00
12
+ date: 2009-08-28 00:00:00 -07:00
13
13
  default_executable:
14
14
  dependencies: []
15
15
 
@@ -35,6 +35,7 @@ files:
35
35
  - termios.c
36
36
  has_rdoc: true
37
37
  homepage: http://arika.org/ruby/termios
38
+ licenses:
38
39
  post_install_message:
39
40
  rdoc_options:
40
41
  - --title
@@ -67,7 +68,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
67
68
  requirements: []
68
69
 
69
70
  rubyforge_project: termios
70
- rubygems_version: 1.2.0
71
+ rubygems_version: 1.3.5
71
72
  signing_key:
72
73
  specification_version: 2
73
74
  summary: a simple wrapper of termios(3)