facebook_picture_for 0.0.1
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.
- checksums.yaml +15 -0
- data/lib/facebook_picture_for.rb +0 -0
- metadata +59 -0
checksums.yaml
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
---
|
|
2
|
+
!binary "U0hBMQ==":
|
|
3
|
+
metadata.gz: !binary |-
|
|
4
|
+
NzQwZTBmYjlmY2NmNDZhNjRjOTEyMmEzMzc4NjM3YTU1MzEwYjhhOQ==
|
|
5
|
+
data.tar.gz: !binary |-
|
|
6
|
+
MjJjODE0Zjc0NzYzZGQyNDFhYzQxYjdlYTFkNTY1NWFiM2QzNzQzOQ==
|
|
7
|
+
SHA512:
|
|
8
|
+
metadata.gz: !binary |-
|
|
9
|
+
NTY4NTUyODgyMWI3NzA0ZWM0N2RlNmM3ZTQyMWU0YzNiNWEzODBjZjU0Nzlm
|
|
10
|
+
ZDhiZTY3OWY2OWU5NmFjNzg3MmIxZGMyMzVlNzgyNjhiOTM0OTJlZWRjMGIz
|
|
11
|
+
OTJiNGJkNjYyMDUxZTNlNjU4MTc5ODAwY2Y0NjVhZWZkZWRlYjU=
|
|
12
|
+
data.tar.gz: !binary |-
|
|
13
|
+
NWFjMmFhZDNlZGU5NjY5MDk3ZjQ4NTZlMjZjMWFkZDNmZjY2MDY1OGFiOGI4
|
|
14
|
+
Yzg0ZDNlNTFiOWJjYjdlNDNkNmM2N2NjOTE2MTkyZGM3OTI5YmUyN2U5MDI1
|
|
15
|
+
ZTEwYTVkYzY3MjM2YjcwYjNiYjNlNTljOGE0NzcyNjNmYmEyMjQ=
|
|
File without changes
|
metadata
ADDED
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
|
2
|
+
name: facebook_picture_for
|
|
3
|
+
version: !ruby/object:Gem::Version
|
|
4
|
+
version: 0.0.1
|
|
5
|
+
platform: ruby
|
|
6
|
+
authors:
|
|
7
|
+
- Tamer shlash
|
|
8
|
+
autorequire:
|
|
9
|
+
bindir: bin
|
|
10
|
+
cert_chain: []
|
|
11
|
+
date: 2013-10-27 00:00:00.000000000 Z
|
|
12
|
+
dependencies:
|
|
13
|
+
- !ruby/object:Gem::Dependency
|
|
14
|
+
name: actionpack
|
|
15
|
+
requirement: !ruby/object:Gem::Requirement
|
|
16
|
+
requirements:
|
|
17
|
+
- - ! '>='
|
|
18
|
+
- !ruby/object:Gem::Version
|
|
19
|
+
version: '0'
|
|
20
|
+
type: :runtime
|
|
21
|
+
prerelease: false
|
|
22
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
23
|
+
requirements:
|
|
24
|
+
- - ! '>='
|
|
25
|
+
- !ruby/object:Gem::Version
|
|
26
|
+
version: '0'
|
|
27
|
+
description: A configurable Rails view helper for viewing Facebook profile images
|
|
28
|
+
in your Rails application. Inspired by the gravatar_image_for gem.
|
|
29
|
+
email: tamer@ideasstorm.net
|
|
30
|
+
executables: []
|
|
31
|
+
extensions: []
|
|
32
|
+
extra_rdoc_files: []
|
|
33
|
+
files:
|
|
34
|
+
- lib/facebook_picture_for.rb
|
|
35
|
+
homepage: https://github.com/IdeasStorm/facebook_picture_for
|
|
36
|
+
licenses:
|
|
37
|
+
- MIT
|
|
38
|
+
metadata: {}
|
|
39
|
+
post_install_message:
|
|
40
|
+
rdoc_options: []
|
|
41
|
+
require_paths:
|
|
42
|
+
- lib
|
|
43
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
|
44
|
+
requirements:
|
|
45
|
+
- - ! '>='
|
|
46
|
+
- !ruby/object:Gem::Version
|
|
47
|
+
version: '0'
|
|
48
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
49
|
+
requirements:
|
|
50
|
+
- - ! '>='
|
|
51
|
+
- !ruby/object:Gem::Version
|
|
52
|
+
version: '0'
|
|
53
|
+
requirements: []
|
|
54
|
+
rubyforge_project:
|
|
55
|
+
rubygems_version: 2.1.9
|
|
56
|
+
signing_key:
|
|
57
|
+
specification_version: 4
|
|
58
|
+
summary: Facebook profile pictures gem
|
|
59
|
+
test_files: []
|