sysinfo 0.5.1 → 0.6.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.
Files changed (4) hide show
  1. data/CHANGES.txt +7 -0
  2. data/README.rdoc +1 -1
  3. data/sysinfo.gemspec +2 -1
  4. metadata +13 -3
data/CHANGES.txt CHANGED
@@ -1,6 +1,13 @@
1
1
  SYSINFO, CHANGES
2
2
 
3
3
 
4
+ #### 0.6.0 (2009-06-09) ###############################
5
+
6
+ * CHANGE: "universal" mapped to "i386". Now: "x86_64"
7
+ * CHANGE: "x86" mapped to "386". Now: "x86"
8
+ * CHANGE: /i\d86/ mapped to "386". Now: "x86"
9
+
10
+
4
11
  #### 0.5.1 (2009-05-07) ###############################
5
12
 
6
13
  * CHANGE: Hella cleanup in preparation for future expansion.
data/README.rdoc CHANGED
@@ -1,4 +1,4 @@
1
- = SysInfo - v0.5
1
+ = SysInfo - v0.6
2
2
 
3
3
  All your system-independent infoz in one handy class.
4
4
 
data/sysinfo.gemspec CHANGED
@@ -1,7 +1,7 @@
1
1
  @spec = Gem::Specification.new do |s|
2
2
  s.name = "sysinfo"
3
3
  s.rubyforge_project = "sysinfo"
4
- s.version = "0.5.1"
4
+ s.version = "0.6.0"
5
5
  s.summary = "SysInfo: All your system-independent infoz in one handy class. "
6
6
  s.description = s.summary
7
7
  s.author = "Delano Mandelbaum"
@@ -17,6 +17,7 @@
17
17
  # = DEPENDENCIES =
18
18
  # Add all gem dependencies
19
19
  s.add_dependency 'storable', '>= 0.5.1'
20
+ s.add_dependency 'drydock', '>= 0.6.3'
20
21
 
21
22
  # = MANIFEST =
22
23
  # The complete list of files to be included in the release. When GitHub packages your gem,
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sysinfo
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.1
4
+ version: 0.6.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Delano Mandelbaum
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-05-07 00:00:00 -04:00
12
+ date: 2009-06-09 00:00:00 -04:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
@@ -22,6 +22,16 @@ dependencies:
22
22
  - !ruby/object:Gem::Version
23
23
  version: 0.5.1
24
24
  version:
25
+ - !ruby/object:Gem::Dependency
26
+ name: drydock
27
+ type: :runtime
28
+ version_requirement:
29
+ version_requirements: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - ">="
32
+ - !ruby/object:Gem::Version
33
+ version: 0.6.3
34
+ version:
25
35
  - !ruby/object:Gem::Dependency
26
36
  name: RedCloth
27
37
  type: :runtime
@@ -77,7 +87,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
77
87
  requirements: []
78
88
 
79
89
  rubyforge_project: sysinfo
80
- rubygems_version: 1.3.2
90
+ rubygems_version: 1.3.3
81
91
  signing_key:
82
92
  specification_version: 2
83
93
  summary: "SysInfo: All your system-independent infoz in one handy class."