git_editor 0.1.1 → 0.1.2
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/.gitignore +2 -1
- data/README.rdoc +1 -1
- data/lib/git_editor/version.rb +1 -1
- metadata +2 -3
- data/git_editor-0.1.1.zip +0 -0
data/.gitignore
CHANGED
data/README.rdoc
CHANGED
|
@@ -18,7 +18,7 @@ Git_editor is now the default editor of Git.
|
|
|
18
18
|
|
|
19
19
|
== Standalone version
|
|
20
20
|
|
|
21
|
-
If you are not using ruby, you can download the git_editor-0.1.
|
|
21
|
+
If you are not using ruby, you can download the git_editor-0.1.1.zip from the repository. Unzip it to a location of your choice.
|
|
22
22
|
Make sure that you have Git installed on your machine. And run
|
|
23
23
|
|
|
24
24
|
git config --global core.editor "<path of your editor>\giteditor.exe"
|
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
|
+
- 2
|
|
9
|
+
version: 0.1.2
|
|
10
10
|
platform: ruby
|
|
11
11
|
authors:
|
|
12
12
|
- erinata
|
|
@@ -36,7 +36,6 @@ files:
|
|
|
36
36
|
- Rakefile
|
|
37
37
|
- bin/git_editor
|
|
38
38
|
- changelog.txt
|
|
39
|
-
- git_editor-0.1.1.zip
|
|
40
39
|
- git_editor.gemspec
|
|
41
40
|
- git_editor/SciLexer.dll
|
|
42
41
|
- git_editor/SciTEGlobal.properties
|
data/git_editor-0.1.1.zip
DELETED
|
Binary file
|