twitpic-full 1.0.0 → 1.0.1
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/twitpic-full.rb +1 -0
- data/lib/twitpic.rb +2 -2
- metadata +5 -4
data/lib/twitpic-full.rb
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
require(File.expand_path(File.join(File.dirname(__FILE__), "twitpic.rb")))
|
data/lib/twitpic.rb
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
module TwitPic; end
|
2
2
|
|
3
|
-
# Helper for
|
3
|
+
# Helper for Ruby < 1.9.x
|
4
4
|
def require_local(path)
|
5
5
|
require(File.expand_path(File.join(File.dirname(__FILE__), path)))
|
6
6
|
end
|
@@ -13,4 +13,4 @@ require 'roauth'
|
|
13
13
|
# Load the TwitPic API library
|
14
14
|
require_local 'twitpic/config'
|
15
15
|
require_local 'twitpic/api'
|
16
|
-
require_local 'twitpic/client'
|
16
|
+
require_local 'twitpic/client'
|
metadata
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
name: twitpic-full
|
3
3
|
version: !ruby/object:Gem::Version
|
4
4
|
prerelease:
|
5
|
-
version: 1.0.
|
5
|
+
version: 1.0.1
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
8
8
|
- Ryan LeFevre
|
@@ -10,7 +10,7 @@ autorequire:
|
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
12
|
|
13
|
-
date:
|
13
|
+
date: 2012-01-06 00:00:00 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: nestful
|
@@ -46,7 +46,7 @@ dependencies:
|
|
46
46
|
type: :runtime
|
47
47
|
version_requirements: *id003
|
48
48
|
description: Provides full and simple to use access to the TwitPic API, including photo uploads
|
49
|
-
email:
|
49
|
+
email: ryan@twitpic.com
|
50
50
|
executables: []
|
51
51
|
|
52
52
|
extensions: []
|
@@ -65,6 +65,7 @@ files:
|
|
65
65
|
- lib/twitpic/api.rb
|
66
66
|
- lib/twitpic/client.rb
|
67
67
|
- lib/twitpic/config.rb
|
68
|
+
- lib/twitpic-full.rb
|
68
69
|
- lib/twitpic.rb
|
69
70
|
homepage: https://github.com/meltingice/TwitPic-API-for-Ruby
|
70
71
|
licenses: []
|
@@ -89,7 +90,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
89
90
|
requirements: []
|
90
91
|
|
91
92
|
rubyforge_project:
|
92
|
-
rubygems_version: 1.8.
|
93
|
+
rubygems_version: 1.8.4
|
93
94
|
signing_key:
|
94
95
|
specification_version: 3
|
95
96
|
summary: Provides full access to the TwitPic API, including photo uploads
|