random_youtube_comment 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
data/Rakefile CHANGED
@@ -12,6 +12,7 @@ end
12
12
  require 'rake'
13
13
 
14
14
  require 'jeweler'
15
+ require './lib/random_youtube_comment/version'
15
16
  Jeweler::Tasks.new do |gem|
16
17
  gem.name = "random_youtube_comment"
17
18
  gem.homepage = "http://github.com/crymer11/random_youtube_comment"
@@ -20,6 +21,7 @@ Jeweler::Tasks.new do |gem|
20
21
  gem.description = %Q{Retrieves a (psuedo)random comment from a (psuedo)random video using the Wordnik API to get a random word, search YouTube for that word, get a random search result with comments, and then get a random comment from that result. Ugly, but it works. Usually.}
21
22
  gem.email = "colin.rymer@gmail.com"
22
23
  gem.authors = ["Colin Rymer"]
24
+ gem.version = RandomYoutubeComment::VERSION
23
25
  # dependencies defined in Gemfile
24
26
  end
25
27
  Jeweler::RubygemsDotOrgTasks.new
@@ -39,7 +41,7 @@ task :default => :spec
39
41
 
40
42
  require 'rdoc/task'
41
43
  Rake::RDocTask.new do |rdoc|
42
- version = File.exist?('VERSION') ? File.read('VERSION') : ""
44
+ version = RandomYoutubeComment::VERSION
43
45
 
44
46
  rdoc.rdoc_dir = 'rdoc'
45
47
  rdoc.title = "random_youtube_comment #{version}"
@@ -0,0 +1,3 @@
1
+ module RandomYoutubeComment
2
+ VERSION = '0.1.1'
3
+ end
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = "random_youtube_comment"
8
- s.version = "0.1.0"
8
+ s.version = "0.1.1"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Colin Rymer"]
@@ -27,6 +27,7 @@ Gem::Specification.new do |s|
27
27
  "lib/random_youtube_comment.rb",
28
28
  "lib/random_youtube_comment/comment.rb",
29
29
  "lib/random_youtube_comment/configuration.rb",
30
+ "lib/random_youtube_comment/version.rb",
30
31
  "lib/random_youtube_comment/wordnik_client.rb",
31
32
  "lib/random_youtube_comment/youtube_client.rb",
32
33
  "random_youtube_comment.gemspec",
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: random_youtube_comment
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -128,6 +128,7 @@ files:
128
128
  - lib/random_youtube_comment.rb
129
129
  - lib/random_youtube_comment/comment.rb
130
130
  - lib/random_youtube_comment/configuration.rb
131
+ - lib/random_youtube_comment/version.rb
131
132
  - lib/random_youtube_comment/wordnik_client.rb
132
133
  - lib/random_youtube_comment/youtube_client.rb
133
134
  - random_youtube_comment.gemspec
@@ -151,7 +152,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
151
152
  version: '0'
152
153
  segments:
153
154
  - 0
154
- hash: -120506246912314309
155
+ hash: -1176393877760026255
155
156
  required_rubygems_version: !ruby/object:Gem::Requirement
156
157
  none: false
157
158
  requirements: