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 CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- vimmy (0.0.1)
4
+ vimmy (0.0.2)
5
5
  mechanize (~> 1.0.0)
6
6
  thor (~> 0.14.6)
7
7
 
data/lib/vimmy/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Vimmy
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
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: 29
4
+ hash: 27
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 1
10
- version: 0.0.1
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