SystemTimer 1.1.1 → 1.1.2

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.
Files changed (2) hide show
  1. data/ChangeLog +4 -0
  2. metadata +7 -5
data/ChangeLog CHANGED
@@ -1,3 +1,7 @@
1
+ === 1.1.2 / 2009-29-11
2
+
3
+ * Preparing GemCutter migration
4
+
1
5
  === 1.1.1 / 2009-03-10
2
6
 
3
7
  * Fixing set_itimerval_with_minimum_1s_interval method signature
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: SystemTimer
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.1
4
+ version: 1.1.2
5
5
  platform: ruby
6
6
  authors: []
7
7
 
@@ -9,7 +9,7 @@ autorequire: system_timer
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-03-10 00:00:00 -07:00
12
+ date: 2009-10-29 00:00:00 -07:00
13
13
  default_executable:
14
14
  dependencies: []
15
15
 
@@ -40,6 +40,8 @@ files:
40
40
  - README
41
41
  has_rdoc: true
42
42
  homepage:
43
+ licenses: []
44
+
43
45
  post_install_message:
44
46
  rdoc_options:
45
47
  - --title
@@ -63,10 +65,10 @@ required_rubygems_version: !ruby/object:Gem::Requirement
63
65
  version:
64
66
  requirements: []
65
67
 
66
- rubyforge_project:
67
- rubygems_version: 1.3.1
68
+ rubyforge_project: SystemTimer
69
+ rubygems_version: 1.3.5
68
70
  signing_key:
69
- specification_version: 2
71
+ specification_version: 3
70
72
  summary: Set a Timeout based on signals, which are more reliable than Timeout. Timeout is based on green threads.
71
73
  test_files:
72
74
  - test/all_tests.rb