titan 0.3.0 → 0.4.0

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.
@@ -1,3 +1,3 @@
1
1
  module Titan
2
- VERSION = "0.3.0"
2
+ VERSION = "0.4.0"
3
3
  end
@@ -94,8 +94,8 @@ x
94
94
  7
95
95
  VERSION
96
96
  s
97
- 9
98
- 0.3.0.dev
97
+ 5
98
+ 0.4.0
99
99
  x
100
100
  9
101
101
  const_set
metadata CHANGED
@@ -1,12 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: titan
3
3
  version: !ruby/object:Gem::Version
4
+ hash: 15
4
5
  prerelease: false
5
6
  segments:
6
7
  - 0
7
- - 3
8
+ - 4
8
9
  - 0
9
- version: 0.3.0
10
+ version: 0.4.0
10
11
  platform: ruby
11
12
  authors:
12
13
  - Stefan Sprenger
@@ -14,7 +15,7 @@ autorequire:
14
15
  bindir: bin
15
16
  cert_chain: []
16
17
 
17
- date: 2010-12-12 00:00:00 +01:00
18
+ date: 2011-02-07 00:00:00 +01:00
18
19
  default_executable:
19
20
  dependencies:
20
21
  - !ruby/object:Gem::Dependency
@@ -25,6 +26,7 @@ dependencies:
25
26
  requirements:
26
27
  - - ">="
27
28
  - !ruby/object:Gem::Version
29
+ hash: 3
28
30
  segments:
29
31
  - 0
30
32
  version: "0"
@@ -38,11 +40,10 @@ dependencies:
38
40
  requirements:
39
41
  - - ">="
40
42
  - !ruby/object:Gem::Version
43
+ hash: 3
41
44
  segments:
42
- - 2
43
45
  - 0
44
- - 0
45
- version: 2.0.0
46
+ version: "0"
46
47
  type: :development
47
48
  version_requirements: *id002
48
49
  description: Helps you creating and managing daemon threads with Ruby.
@@ -55,14 +56,16 @@ extra_rdoc_files:
55
56
  - LICENSE
56
57
  - README.md
57
58
  files:
59
+ - lib/titan.rb
60
+ - lib/titan.rbc
58
61
  - lib/titan/cli.rb
59
62
  - lib/titan/cli.rbc
63
+ - lib/titan/system.rb
64
+ - lib/titan/system.rbc
60
65
  - lib/titan/thread.rb
61
66
  - lib/titan/thread.rbc
62
67
  - lib/titan/version.rb
63
68
  - lib/titan/version.rbc
64
- - lib/titan.rb
65
- - lib/titan.rbc
66
69
  - LICENSE
67
70
  - README.md
68
71
  - CHANGELOG.md
@@ -81,6 +84,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
81
84
  requirements:
82
85
  - - ">="
83
86
  - !ruby/object:Gem::Version
87
+ hash: 3
84
88
  segments:
85
89
  - 0
86
90
  version: "0"
@@ -89,6 +93,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
89
93
  requirements:
90
94
  - - ">="
91
95
  - !ruby/object:Gem::Version
96
+ hash: 3
92
97
  segments:
93
98
  - 0
94
99
  version: "0"