opengraph_transporter 0.0.4 → 0.0.5

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d9dfbf1c2f753ed6527becf7c583032a64c7edd1
4
- data.tar.gz: 1d86006b6e2d7c0fc5759a1610b15256235b6fc9
3
+ metadata.gz: 9e5126dc01488114b9699b81792133126f245d94
4
+ data.tar.gz: a31243685ac4dd14577fed9b5fd1ebf4af2309f1
5
5
  SHA512:
6
- metadata.gz: f288df21619bd8146375bd324cd9b1271afb990213a1f3a2ea0c997bf2b760606013853886a2aa08e5de76d98f411d4b886866fc2854240ea9b908a109918e82
7
- data.tar.gz: 3be213e978d3cf21ed462035a438df46ed70ccab6d5e278792624e77384881e6d047fc4bb128c3c1e2ec76ff1a75351c87261c91e585f1065922874f040cd68e
6
+ metadata.gz: 890be660a223d240924d4ad855ba74f1385158d0302038a1a38a3e47e7bbe68a21a876386870e5e13eec3964c5ce0874c25257d1b363df8499754a95d997496f
7
+ data.tar.gz: 6599bca97c65ba6ebd80605d724a5610d270fd6f59e2198b8e9b3ddf5c80ccf421358d3efe1afabe0dbd1ade5deff72c1ace7a344a648c18dd5d57ecc17a37a8
data/README.md CHANGED
@@ -1,4 +1,5 @@
1
1
  # OpengraphTransporter
2
+ [![Gem Version](https://badge.fury.io/rb/opengraph_transporter.png)](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 English(US) primary language selection (this will be configurable in future releases).
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
- 2a1c3c1a878e8f52a8b7788dfe89g15f
48
+ 2a1c3c1a878e8f52a8b7788dfe89g15b
48
49
 
49
50
  $ Please Enter Destination Application Id
50
51
  639876543218648
@@ -1,3 +1,3 @@
1
1
  module OpengraphTransporter
2
- VERSION = "0.0.4"
2
+ VERSION = "0.0.5"
3
3
  end
@@ -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
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-16 00:00:00.000000000 Z
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: []