opengraph_transporter 0.0.2 → 0.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.
- checksums.yaml +4 -4
- data/README.md +6 -1
- data/lib/opengraph_transporter/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f61770592a17b75bd0d83fb77cfa8333bb8d47b7
|
|
4
|
+
data.tar.gz: fd922a9770ee3f0b21ae06005cbdf961289b60cf
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f717d8e5f1f76d3def9a3e3f4ee7bd8dc019d33f640240da06776745f002bcfeb9f98cd0d91c761d2437416ee54dc15a59849d61c4edb678c4b15338ace27909
|
|
7
|
+
data.tar.gz: 33228276e66562e2d670e1d9b4fa7227339028663b3c82146f5655cf34403dc78ad12a8eb5482e0010acf4c87c3145282d30d41b6f0ba5e192b51ddf380c2d23
|
data/README.md
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
# OpengraphTransporter
|
|
2
2
|
|
|
3
3
|
opengraph_transporter is a Ruby console app that exports Facebook OpenGraph translations between Developer Apps.
|
|
4
|
+
Alpha version software release.
|
|
4
5
|
|
|
5
6
|
## Installation
|
|
6
7
|
|
|
@@ -19,9 +20,13 @@ Or install it yourself as:
|
|
|
19
20
|
|
|
20
21
|
## Requirements
|
|
21
22
|
|
|
23
|
+
### Functional
|
|
22
24
|
* Ruby 1.9.3 or higher
|
|
23
25
|
* Firefox 22.0.0 or higher
|
|
26
|
+
|
|
27
|
+
### Facebook
|
|
24
28
|
* Admin Role on Facebook Developer Applications used in translations export process.
|
|
29
|
+
* Translation process is dependent on English(US) primary language selection (this will be configurable in future releases).
|
|
25
30
|
|
|
26
31
|
## Usage
|
|
27
32
|
|
|
@@ -34,7 +39,7 @@ Or install it yourself as:
|
|
|
34
39
|
|
|
35
40
|
```
|
|
36
41
|
$ Please Enter Destination Application Secret
|
|
37
|
-
|
|
42
|
+
29ae3b7d426106eae639754eb6855ef1
|
|
38
43
|
|
|
39
44
|
$ Please Enter App Locale
|
|
40
45
|
pt_BR
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: opengraph_transporter
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Barry Quigley
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2013-09-
|
|
11
|
+
date: 2013-09-16 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: watir
|