vitunes 0.1.1 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/README.markdown +1 -1
  2. data/lib/vitunes/version.rb +1 -1
  3. metadata +19 -27
data/README.markdown CHANGED
@@ -29,7 +29,7 @@ Then
29
29
  directory.
30
30
 
31
31
  If you get an error message saying that vitunes-install is missing, then you probably have
32
- a `PATH` issue. Put the directory where Rubygems install executable on your `PATH`.
32
+ a `PATH` issue. Put the directory where Rubygems installs executable on your `PATH`.
33
33
 
34
34
  ## How to use it
35
35
 
@@ -1,3 +1,3 @@
1
1
  module ViTunes
2
- VERSION = '0.1.1'
2
+ VERSION = '0.1.2'
3
3
  end
metadata CHANGED
@@ -1,31 +1,27 @@
1
- --- !ruby/object:Gem::Specification
1
+ --- !ruby/object:Gem::Specification
2
2
  name: vitunes
3
- version: !ruby/object:Gem::Version
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.2
4
5
  prerelease:
5
- version: 0.1.1
6
6
  platform: ruby
7
- authors:
7
+ authors:
8
8
  - Daniel Choi
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
-
13
- date: 2011-07-01 00:00:00 -04:00
12
+ date: 2011-07-01 00:00:00.000000000 -04:00
14
13
  default_executable:
15
14
  dependencies: []
16
-
17
15
  description: Control iTunes with Vim
18
- email:
16
+ email:
19
17
  - dhchoi@gmail.com
20
- executables:
18
+ executables:
21
19
  - vitunes
22
20
  - vitunes-help
23
21
  - vitunes-install
24
22
  extensions: []
25
-
26
23
  extra_rdoc_files: []
27
-
28
- files:
24
+ files:
29
25
  - .gitignore
30
26
  - NOTES
31
27
  - README.markdown
@@ -48,30 +44,26 @@ files:
48
44
  has_rdoc: true
49
45
  homepage: http://danielchoi.com/software/vitunes.html
50
46
  licenses: []
51
-
52
47
  post_install_message: Now please run vitunes-install to install the Vim plugin
53
48
  rdoc_options: []
54
-
55
- require_paths:
49
+ require_paths:
56
50
  - lib
57
- required_ruby_version: !ruby/object:Gem::Requirement
51
+ required_ruby_version: !ruby/object:Gem::Requirement
58
52
  none: false
59
- requirements:
60
- - - ">="
61
- - !ruby/object:Gem::Version
53
+ requirements:
54
+ - - ! '>='
55
+ - !ruby/object:Gem::Version
62
56
  version: 1.8.6
63
- required_rubygems_version: !ruby/object:Gem::Requirement
57
+ required_rubygems_version: !ruby/object:Gem::Requirement
64
58
  none: false
65
- requirements:
66
- - - ">="
67
- - !ruby/object:Gem::Version
68
- version: "0"
59
+ requirements:
60
+ - - ! '>='
61
+ - !ruby/object:Gem::Version
62
+ version: '0'
69
63
  requirements: []
70
-
71
64
  rubyforge_project: vitunes
72
- rubygems_version: 1.6.1
65
+ rubygems_version: 1.6.2
73
66
  signing_key:
74
67
  specification_version: 3
75
68
  summary: A Vim interface to iTunes
76
69
  test_files: []
77
-