git_editor 0.1.1 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
data/.gitignore CHANGED
@@ -1,4 +1,5 @@
1
1
  pkg/*
2
2
  *.gem
3
3
  .bundle
4
- test_build.rb
4
+ test_build.rb
5
+ *.zip
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.0.zip from the repository. Unzip it to a location of your choice.
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"
@@ -1,3 +1,3 @@
1
1
  module GitEditor
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
3
3
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 1
8
- - 1
9
- version: 0.1.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