unity-code-templates 0.0.5 → 0.0.6

Sign up to get free protection for your applications and to get access to all the features.
@@ -16,8 +16,8 @@
16
16
  <binding command="MonoDevelop.Ide.Commands.EditCommands.IndentSelection" shortcut="Control+Alt+Right" />
17
17
  <binding command="MonoDevelop.Ide.Commands.EditCommands.UnIndentSelection" shortcut="Control+Alt+Left" />
18
18
  <binding command="MonoDevelop.SourceEditor.SourceEditorCommands.DynamicAbbrev" shortcut="Control+Shift+Space" />
19
- <binding command="MonoDevelop.Ide.Commands.NavigationCommands.NavigateBack" shortcut="Meta+}" />
20
- <binding command="MonoDevelop.Ide.Commands.NavigationCommands.NavigateForward" shortcut="Meta+{" />
19
+ <binding command="MonoDevelop.Ide.Commands.NavigationCommands.NavigateBack" shortcut="Meta+[" />
20
+ <binding command="MonoDevelop.Ide.Commands.NavigationCommands.NavigateForward" shortcut="Meta+]" />
21
21
  <binding command="MonoDevelop.Refactoring.RefactoryCommands.GotoDeclaration" shortcut="Meta+B" />
22
22
  <binding command="MonoDevelop.Ide.Commands.ProjectCommands.BuildSolution" shortcut="Control+Shift+Return" />
23
23
  <binding command="MonoDevelop.Ide.Commands.ProjectCommands.Build" shortcut="Control+Return" />
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: unity-code-templates
3
3
  version: !ruby/object:Gem::Version
4
- hash: 21
4
+ hash: 19
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 5
10
- version: 0.0.5
9
+ - 6
10
+ version: 0.0.6
11
11
  platform: ruby
12
12
  authors:
13
13
  - Logan Barnett
@@ -32,7 +32,6 @@ files:
32
32
  - lib/MonoDevelop-Unity-2.8/Policies/Default.mdpolicy.xml
33
33
  - lib/MonoDevelop-Unity-2.8/Policies/Default.mdpolicy.xml.previous
34
34
  - lib/ScriptTemplates/81-C# Script-NewBehaviourScript.cs.txt
35
- - lib/unity-code-templates.rb
36
35
  - bin/configure-unity-monodevelop
37
36
  homepage: http://rubygems.org/gems/unity-code-templates
38
37
  licenses: []
@@ -63,7 +62,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
63
62
  requirements: []
64
63
 
65
64
  rubyforge_project:
66
- rubygems_version: 1.8.17
65
+ rubygems_version: 1.8.21
67
66
  signing_key:
68
67
  specification_version: 3
69
68
  summary: Sane Unity/MonoDevelop
File without changes