GameGrid 0.9.5.2.8 → 0.9.5.3.8

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,5 +0,0 @@
1
- {
2
- "install"=>"puts 'The GG Install plugin is located in the install.rb file. This is the starter plugin for GameGrid.';",
3
- "starterplugin"=>"puts 'Hello world -- Starter plugin'"
4
- }
5
-
data/lib/sh.rb CHANGED
@@ -1,4 +1,6 @@
1
- version="0.9.5.2.2"
1
+ #!/usr/bin/env ruby
2
+
3
+ version="0.9.5.2.8"
2
4
  code='
3
5
  function edit(){
4
6
  echo "Please enter a valid password: "
@@ -38,5 +40,7 @@ irb
38
40
  fi'
39
41
 
40
42
  File.open("/usr/local/bin/gamegrid", 'w') {|f| f.write(code) };
43
+ %x(chmod u+x /usr/bin/gamegrid)
41
44
 
42
- File.open("/usr/bin/gamegrid", 'w') {|f| f.write(code) };
45
+ File.open("/usr/bin/gamegrid", 'w') {|f| f.write(code) };
46
+ %x(chmod u+x /usr/local/bin/gamegrid)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: GameGrid
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.5.2.8
4
+ version: 0.9.5.3.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - ThinkLikeGeek