opengraph_transporter 0.0.4 → 0.0.5
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 +3 -2
- data/lib/opengraph_transporter/version.rb +1 -1
- data/opengraph_transporter.gemspec +1 -0
- metadata +4 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9e5126dc01488114b9699b81792133126f245d94
|
|
4
|
+
data.tar.gz: a31243685ac4dd14577fed9b5fd1ebf4af2309f1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 890be660a223d240924d4ad855ba74f1385158d0302038a1a38a3e47e7bbe68a21a876386870e5e13eec3964c5ce0874c25257d1b363df8499754a95d997496f
|
|
7
|
+
data.tar.gz: 6599bca97c65ba6ebd80605d724a5610d270fd6f59e2198b8e9b3ddf5c80ccf421358d3efe1afabe0dbd1ade5deff72c1ace7a344a648c18dd5d57ecc17a37a8
|
data/README.md
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
# OpengraphTransporter
|
|
2
|
+
[](http://badge.fury.io/rb/opengraph_transporter)
|
|
2
3
|
|
|
3
4
|
opengraph_transporter is a Ruby console app that exports Facebook OpenGraph translations between Developer Apps.
|
|
4
5
|
Alpha version software release.
|
|
@@ -26,7 +27,7 @@ Or install it yourself as:
|
|
|
26
27
|
|
|
27
28
|
### Facebook
|
|
28
29
|
* Admin Role on Facebook Developer Applications used in translations export process.
|
|
29
|
-
* Translation process is dependent on
|
|
30
|
+
* Translation process is dependent on correct selection of primary locale (locale translated from) and app locale (locale translated to), e.g. en_US to pt_BR.
|
|
30
31
|
* Consistent Destination App Open Graph story configuration.
|
|
31
32
|
|
|
32
33
|
## Usage
|
|
@@ -44,7 +45,7 @@ $ Please Enter Source Application Id
|
|
|
44
45
|
619023458209241
|
|
45
46
|
|
|
46
47
|
$ Please Enter Source Application Secret
|
|
47
|
-
|
|
48
|
+
2a1c3c1a878e8f52a8b7788dfe89g15b
|
|
48
49
|
|
|
49
50
|
$ Please Enter Destination Application Id
|
|
50
51
|
639876543218648
|
|
@@ -11,6 +11,7 @@ Gem::Specification.new do |gem|
|
|
|
11
11
|
gem.description = %q{A Ruby library for exporting Facebook Open Graph Translations between Developer Applications.}
|
|
12
12
|
gem.summary = %q{OpenGraph Transporter provides a quick way of exporting Facebook Open Graph Translations between applications.}
|
|
13
13
|
gem.homepage = 'http://github.com/Bazm0/opengraph_transporter'
|
|
14
|
+
gem.license = 'MIT'
|
|
14
15
|
|
|
15
16
|
|
|
16
17
|
gem.files = `git ls-files`.split($/)
|
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.5
|
|
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-18 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: watir
|
|
@@ -163,7 +163,8 @@ files:
|
|
|
163
163
|
- test/lib/opengraph_transporter/version_test.rb
|
|
164
164
|
- test/test_helper.rb
|
|
165
165
|
homepage: http://github.com/Bazm0/opengraph_transporter
|
|
166
|
-
licenses:
|
|
166
|
+
licenses:
|
|
167
|
+
- MIT
|
|
167
168
|
metadata: {}
|
|
168
169
|
post_install_message:
|
|
169
170
|
rdoc_options: []
|