txgh 6.0.4 → 6.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: abf79e14e41fd8e48b6e4243491b6f7d167ea173
4
- data.tar.gz: a53bb4779937d8b42fc4d24c4476d2b40e152d0b
3
+ metadata.gz: 411c1aa88da771a8ed296d341050145a556a8653
4
+ data.tar.gz: 04b3d92b41fd5f7d5845b0e2c793694eed64e220
5
5
  SHA512:
6
- metadata.gz: 544945c0b37aa982633d86d2925cbe458d4788a54db2b7a0d614a020befb8dfabda7e1b4dbb367c73a63d214e5ec1de2a1c21a80364384e0b5042ee16f2608c9
7
- data.tar.gz: 795f05ae83fd6fd2fcf52a0a11f8613a29e05c42c50ee2a8b29ca8124c5355fe6f216588cc4cafc176b53c68b3cd2574c883d79fefd760b30cf9afb553b2f139
6
+ metadata.gz: f55b509b43e3e9145549795a39110fe8fb04d345670f22193820abd07c64d6f881d7d8945940653d9a90eb40b44458600f9e63f3acdee96277c3dfa74ea0ac8c
7
+ data.tar.gz: c84fe08c5059058f64cd740ab6398d6d29d23f627d465bb25e38149988cc7b0f4fbfb61b6319b03638e076a2b07cd53569661359779d3c1cbe42e321c84c7633
@@ -19,7 +19,7 @@ module Txgh
19
19
 
20
20
  if translations
21
21
  repo.api.update_contents(
22
- branch, { path: file_name, contents: translations }, message
22
+ branch, [{ path: file_name, contents: translations }], message
23
23
  )
24
24
 
25
25
  fire_event_for(tx_resource, branch, language)
data/lib/txgh/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Txgh
2
- VERSION = '6.0.4'
2
+ VERSION = '6.0.5'
3
3
  end
@@ -32,7 +32,7 @@ describe ResourceCommitter do
32
32
 
33
33
  expect(github_api).to(
34
34
  receive(:update_contents).with(
35
- branch, { path: file_name, contents: :translations }, commit_message
35
+ branch, [{ path: file_name, contents: :translations }], commit_message
36
36
  )
37
37
  )
38
38
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: txgh
3
3
  version: !ruby/object:Gem::Version
4
- version: 6.0.4
4
+ version: 6.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matthew Jackowski
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2016-09-29 00:00:00.000000000 Z
12
+ date: 2016-10-03 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: abroad