vimmy 0.0.1 → 0.0.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/Gemfile.lock +1 -1
- data/lib/vimmy/version.rb +1 -1
- data/vimmy.gemspec +1 -1
- metadata +5 -5
data/Gemfile.lock
CHANGED
data/lib/vimmy/version.rb
CHANGED
data/vimmy.gemspec
CHANGED
|
@@ -9,7 +9,7 @@ Gem::Specification.new do |s|
|
|
|
9
9
|
s.authors = "David Dollar"
|
|
10
10
|
s.email = "ddollar@gmail.com"
|
|
11
11
|
s.homepage = "http://github.com/ddollar/vimmy"
|
|
12
|
-
s.summary = "Manage vim plugins"
|
|
12
|
+
s.summary = "Manage vim plugins using pathogen"
|
|
13
13
|
s.description = s.summary
|
|
14
14
|
|
|
15
15
|
s.rubyforge_project = "vimmy"
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: vimmy
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 27
|
|
5
5
|
prerelease: false
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 0
|
|
9
|
-
-
|
|
10
|
-
version: 0.0.
|
|
9
|
+
- 2
|
|
10
|
+
version: 0.0.2
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- David Dollar
|
|
@@ -50,7 +50,7 @@ dependencies:
|
|
|
50
50
|
version: 0.14.6
|
|
51
51
|
type: :runtime
|
|
52
52
|
version_requirements: *id002
|
|
53
|
-
description: Manage vim plugins
|
|
53
|
+
description: Manage vim plugins using pathogen
|
|
54
54
|
email: ddollar@gmail.com
|
|
55
55
|
executables:
|
|
56
56
|
- vimmy
|
|
@@ -104,6 +104,6 @@ rubyforge_project: vimmy
|
|
|
104
104
|
rubygems_version: 1.3.7
|
|
105
105
|
signing_key:
|
|
106
106
|
specification_version: 3
|
|
107
|
-
summary: Manage vim plugins
|
|
107
|
+
summary: Manage vim plugins using pathogen
|
|
108
108
|
test_files: []
|
|
109
109
|
|