laserlemon-videoclip 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
@@ -2,7 +2,7 @@ require 'rubygems'
2
2
  require 'rake'
3
3
  require 'echoe'
4
4
 
5
- Echoe.new('videoclip', '0.1.0') do |g|
5
+ Echoe.new('videoclip', '0.1.1') do |g|
6
6
  g.description = %(Save videos from popular sites alongside your ActiveRecord models)
7
7
  g.url = 'http://github.com/laserlemon/videoclip'
8
8
  g.author = 'Steve Richert'
data/VERSION.yml CHANGED
@@ -1,4 +1,4 @@
1
1
  ---
2
2
  :major: 0
3
3
  :minor: 1
4
- :patch: 0
4
+ :patch: 1
data/lib/videoclip.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  require 'videoclip/video'
2
- Dir.glob(Rails.root + '/lib/videoclip/*.rb').each{|v| require v }
2
+ Dir.glob(Rails.root + 'lib/videoclip/*.rb').each{|v| require v }
3
3
  Dir.glob(File.dirname(__FILE__) + '/videoclip/videos/*.rb').each{|v| require v }
4
4
 
5
5
  module LaserLemon
data/videoclip.gemspec CHANGED
@@ -2,27 +2,26 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{videoclip}
5
- s.version = "0.1.0"
5
+ s.version = "0.1.1"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["Steve Richert"]
9
- s.date = %q{2009-05-01}
9
+ s.date = %q{2009-05-28}
10
10
  s.description = %q{Save videos from popular sites alongside your ActiveRecord models}
11
11
  s.email = %q{steve@laserlemon.com}
12
12
  s.extra_rdoc_files = ["lib/videoclip/video.rb", "lib/videoclip/videos/youtube.rb", "lib/videoclip.rb", "README.rdoc", "tasks/videoclip_tasks.rake"]
13
13
  s.files = ["init.rb", "lib/videoclip/video.rb", "lib/videoclip/videos/youtube.rb", "lib/videoclip.rb", "Manifest", "MIT-LICENSE", "Rakefile", "README.rdoc", "tasks/videoclip_tasks.rake", "test/test_helper.rb", "test/videoclip_test.rb", "VERSION.yml", "videoclip.gemspec"]
14
- s.has_rdoc = true
15
14
  s.homepage = %q{http://github.com/laserlemon/videoclip}
16
15
  s.rdoc_options = ["--line-numbers", "--inline-source", "--title", "Videoclip", "--main", "README.rdoc"]
17
16
  s.require_paths = ["lib"]
18
17
  s.rubyforge_project = %q{videoclip}
19
- s.rubygems_version = %q{1.3.1}
18
+ s.rubygems_version = %q{1.3.3}
20
19
  s.summary = %q{Save videos from popular sites alongside your ActiveRecord models}
21
20
  s.test_files = ["test/test_helper.rb", "test/videoclip_test.rb"]
22
21
 
23
22
  if s.respond_to? :specification_version then
24
23
  current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
25
- s.specification_version = 2
24
+ s.specification_version = 3
26
25
 
27
26
  if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
28
27
  else
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: laserlemon-videoclip
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Steve Richert
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-05-01 00:00:00 -07:00
12
+ date: 2009-05-28 00:00:00 -07:00
13
13
  default_executable:
14
14
  dependencies: []
15
15
 
@@ -39,7 +39,7 @@ files:
39
39
  - test/videoclip_test.rb
40
40
  - VERSION.yml
41
41
  - videoclip.gemspec
42
- has_rdoc: true
42
+ has_rdoc: false
43
43
  homepage: http://github.com/laserlemon/videoclip
44
44
  post_install_message:
45
45
  rdoc_options:
@@ -68,7 +68,7 @@ requirements: []
68
68
  rubyforge_project: videoclip
69
69
  rubygems_version: 1.2.0
70
70
  signing_key:
71
- specification_version: 2
71
+ specification_version: 3
72
72
  summary: Save videos from popular sites alongside your ActiveRecord models
73
73
  test_files:
74
74
  - test/test_helper.rb