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.
- data/bin/flickvimeo +2 -0
- data/flickvimeo.gemspec +2 -2
- data/lib/flickvimeo.rb +1 -1
- metadata +6 -6
data/bin/flickvimeo
CHANGED
data/flickvimeo.gemspec
CHANGED
|
@@ -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.
|
|
17
|
-
s.date = '2011-01-
|
|
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
|
data/lib/flickvimeo.rb
CHANGED
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:
|
|
5
|
-
prerelease:
|
|
4
|
+
hash: 17
|
|
5
|
+
prerelease: false
|
|
6
6
|
segments:
|
|
7
7
|
- 1
|
|
8
8
|
- 0
|
|
9
|
-
-
|
|
10
|
-
version: 1.0.
|
|
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-
|
|
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.
|
|
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
|