rob-gordon 0.1.3 → 0.1.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/Rakefile +3 -3
  2. data/VERSION +1 -1
  3. data/rob-gordon.gemspec +3 -3
  4. metadata +6 -7
data/Rakefile CHANGED
@@ -16,15 +16,15 @@ Jeweler::Tasks.new do |gem|
16
16
  gem.homepage = "http://github.com/andyleclair/rob-gordon"
17
17
  gem.license = "MIT"
18
18
  gem.summary = %Q{A music organizer, for the self confessed obsessive}
19
- gem.description = %Q{
19
+ gem.description = %{
20
20
  "What came first, the music or the misery? People worry about kids playing with guns, or watching violent videos, that some sort of culture of violence will take them over.
21
+
21
22
  Nobody worries about kids listening to thousands, literally thousands of songs about heartbreak, rejection, pain, misery and loss.
23
+
22
24
  Did I listen to pop music because I was miserable? Or was I miserable because I listened to pop music?"
23
25
 
24
26
  usage:
25
27
  rob %folder %library
26
-
27
- That command will import the folder to your library
28
28
  }
29
29
  gem.email = "andyleclair@gmail.com"
30
30
  gem.authors = ["andyleclair"]
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.3
1
+ 0.1.4
data/rob-gordon.gemspec CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{rob-gordon}
8
- s.version = "0.1.3"
8
+ s.version = "0.1.4"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["andyleclair"]
@@ -13,13 +13,13 @@ Gem::Specification.new do |s|
13
13
  s.default_executable = %q{rob}
14
14
  s.description = %q{
15
15
  "What came first, the music or the misery? People worry about kids playing with guns, or watching violent videos, that some sort of culture of violence will take them over.
16
+
16
17
  Nobody worries about kids listening to thousands, literally thousands of songs about heartbreak, rejection, pain, misery and loss.
18
+
17
19
  Did I listen to pop music because I was miserable? Or was I miserable because I listened to pop music?"
18
20
 
19
21
  usage:
20
22
  rob %folder %library
21
-
22
- That command will import the folder to your library
23
23
  }
24
24
  s.email = %q{andyleclair@gmail.com}
25
25
  s.executables = ["rob"]
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 1
8
- - 3
9
- version: 0.1.3
8
+ - 4
9
+ version: 0.1.4
10
10
  platform: ruby
11
11
  authors:
12
12
  - andyleclair
@@ -87,12 +87,11 @@ dependencies:
87
87
  prerelease: false
88
88
  version_requirements: *id005
89
89
  description: "\n\
90
- \t\"What came first, the music or the misery? People worry about kids playing with guns, or watching violent videos, that some sort of culture of violence will take them over. \n\
91
- \tNobody worries about kids listening to thousands, literally thousands of songs about heartbreak, rejection, pain, misery and loss. \n\
90
+ \t\"What came first, the music or the misery? People worry about kids playing with guns, or watching violent videos, that some sort of culture of violence will take them over. \n\n\
91
+ \tNobody worries about kids listening to thousands, literally thousands of songs about heartbreak, rejection, pain, misery and loss. \n\n\
92
92
  \tDid I listen to pop music because I was miserable? Or was I miserable because I listened to pop music?\"\n\n\
93
93
  \tusage:\n\
94
- \trob %folder %library\n\n\
95
- \tThat command will import the folder to your library\n"
94
+ \trob %folder %library\n"
96
95
  email: andyleclair@gmail.com
97
96
  executables:
98
97
  - rob
@@ -133,7 +132,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
133
132
  requirements:
134
133
  - - ">="
135
134
  - !ruby/object:Gem::Version
136
- hash: 1502841684353975868
135
+ hash: 52109896439687687
137
136
  segments:
138
137
  - 0
139
138
  version: "0"