git_editor 0.1.0 → 0.1.1
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.
|
File without changes
|
data/git_editor.gemspec
CHANGED
|
@@ -10,7 +10,7 @@ Gem::Specification.new do |s|
|
|
|
10
10
|
s.email = ["erinata@gmail.com"]
|
|
11
11
|
s.homepage = ""
|
|
12
12
|
s.summary = %q{An editor for using git on Windows}
|
|
13
|
-
s.description = %q{
|
|
13
|
+
s.description = %q{git_editor is an editor for using git on Windows. It provide syntax highlighting during config editing, interactive rebasing and committing. You can install it as a gem or you can choose the standalone version if you are not using ruby. Please refer to the github page for more details. https://github.com/erinata/git_editor}
|
|
14
14
|
|
|
15
15
|
s.executables << 'git_editor'
|
|
16
16
|
|
data/lib/git_editor/version.rb
CHANGED
metadata
CHANGED
|
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
|
5
5
|
segments:
|
|
6
6
|
- 0
|
|
7
7
|
- 1
|
|
8
|
-
-
|
|
9
|
-
version: 0.1.
|
|
8
|
+
- 1
|
|
9
|
+
version: 0.1.1
|
|
10
10
|
platform: ruby
|
|
11
11
|
authors:
|
|
12
12
|
- erinata
|
|
@@ -18,7 +18,7 @@ date: 2011-01-04 00:00:00 -06:00
|
|
|
18
18
|
default_executable:
|
|
19
19
|
dependencies: []
|
|
20
20
|
|
|
21
|
-
description:
|
|
21
|
+
description: git_editor is an editor for using git on Windows. It provide syntax highlighting during config editing, interactive rebasing and committing. You can install it as a gem or you can choose the standalone version if you are not using ruby. Please refer to the github page for more details. https://github.com/erinata/git_editor
|
|
22
22
|
email:
|
|
23
23
|
- erinata@gmail.com
|
|
24
24
|
executables:
|
|
@@ -36,7 +36,7 @@ files:
|
|
|
36
36
|
- Rakefile
|
|
37
37
|
- bin/git_editor
|
|
38
38
|
- changelog.txt
|
|
39
|
-
- git_editor-0.1.
|
|
39
|
+
- git_editor-0.1.1.zip
|
|
40
40
|
- git_editor.gemspec
|
|
41
41
|
- git_editor/SciLexer.dll
|
|
42
42
|
- git_editor/SciTEGlobal.properties
|