csd 0.3.5 → 0.3.6
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.
- data/VERSION +1 -1
- data/lib/csd/application/graphics/base.rb +1 -1
- metadata +3 -3
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.3.
|
|
1
|
+
0.3.6
|
|
@@ -104,7 +104,7 @@ module CSD
|
|
|
104
104
|
Cmd.git_clone 'drivers for ATI radeon', 'git://github.com/csd/ati.git', Path.radeon
|
|
105
105
|
Cmd.run "chmod +x #{Path.radeon_run}", :announce_pwd => false
|
|
106
106
|
proprietary_continue
|
|
107
|
-
Cmd.run "
|
|
107
|
+
Cmd.run "sudo #{Path.radeon_run}", :announce_pwd => false
|
|
108
108
|
end
|
|
109
109
|
|
|
110
110
|
# The method is to check installation environment and initiate installation method of GeForce.
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: csd
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 31
|
|
5
5
|
prerelease: false
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 3
|
|
9
|
-
-
|
|
10
|
-
version: 0.3.
|
|
9
|
+
- 6
|
|
10
|
+
version: 0.3.6
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Technology Transfer Alliance Team
|