flickvimeo 1.0.2 → 1.0.3

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.
@@ -11,6 +11,8 @@ v = FlickVimeo::Video.new(ARGV[0])
11
11
 
12
12
  puts "Video file for #{ARGV[0]}: #{v.video_file_url}"
13
13
 
14
+ puts "Sending to AirFlick now..."
15
+
14
16
  require 'osx/cocoa'
15
17
 
16
18
  request = {
@@ -13,8 +13,8 @@ Gem::Specification.new do |s|
13
13
  ## If your rubyforge_project name is different, then edit it and comment out
14
14
  ## the sub! line in the Rakefile
15
15
  s.name = 'flickvimeo'
16
- s.version = '1.0.2'
17
- s.date = '2011-01-02'
16
+ s.version = '1.0.3'
17
+ s.date = '2011-01-03'
18
18
  # s.rubyforge_project = 'flickvimeo'
19
19
 
20
20
  ## Make sure your summary is short. The description may be as long
@@ -2,5 +2,5 @@
2
2
  require 'flickvimeo/video'
3
3
 
4
4
  module FlickVimeo
5
- VERSION = '1.0.2'
5
+ VERSION = '1.0.3'
6
6
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: flickvimeo
3
3
  version: !ruby/object:Gem::Version
4
- hash: 19
5
- prerelease:
4
+ hash: 17
5
+ prerelease: false
6
6
  segments:
7
7
  - 1
8
8
  - 0
9
- - 2
10
- version: 1.0.2
9
+ - 3
10
+ version: 1.0.3
11
11
  platform: ruby
12
12
  authors:
13
13
  - Eric Lindvall
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2011-01-02 00:00:00 -08:00
18
+ date: 2011-01-03 00:00:00 -08:00
19
19
  default_executable: flickvimeo
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency
@@ -86,7 +86,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
86
86
  requirements: []
87
87
 
88
88
  rubyforge_project:
89
- rubygems_version: 1.4.1
89
+ rubygems_version: 1.3.7
90
90
  signing_key:
91
91
  specification_version: 2
92
92
  summary: A simple tool to use AirFlick to send Vimeo videos to your AppleTV