fedux_org-stdlib 0.11.8 → 0.11.9

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: 92863f4f14d8538ca71621a0c77176dc0b7eb5a2
4
- data.tar.gz: 1b19ae4518b632afc6d43a119814c469c1b65375
3
+ metadata.gz: c8f60c121d346e6b7394c4134e16c20ca493d1f8
4
+ data.tar.gz: b284b56728fe1383a0cb1d522405eeda9efba4fb
5
5
  SHA512:
6
- metadata.gz: ed419d0a94dae984c48e911fb65a64ce7b5c230d8874c138785d56e4ba0a12151e80bbdce8c15c3ebcc7301e5fbfeccfa5eeaa324843f1409f843a8c5bacb039
7
- data.tar.gz: 2bb8dc9e06c5df34bae130a0c3717824f7be9de63a34404f2bdbef5ef95b666582b5c1de1a42ef1f79e6bfee543fc06bca4d7db954595328d68afce99bfcfd03
6
+ metadata.gz: d6b93e333c0f1e03fadd479a9b525c75a258810bda55cf6247f5238d124d3e4bba2ecbe93323a9fcb930293d810e01f8ef384cf913b41c930b961a391e5136b8
7
+ data.tar.gz: 6b3ab90d2b09971e685671a98e91ffb9a51a5b1044eac65da8591d36a6ac3315fa2457d443467f2e858b03dcd7c2bef9fe70f02b4e7798aaa1c8fef953b04490
data/Gemfile.lock CHANGED
@@ -10,7 +10,7 @@ GIT
10
10
  PATH
11
11
  remote: .
12
12
  specs:
13
- fedux_org-stdlib (0.11.7)
13
+ fedux_org-stdlib (0.11.8)
14
14
  activesupport
15
15
 
16
16
  PATH
@@ -101,7 +101,7 @@ module FeduxOrgStdlib
101
101
  puts "[INFO] Save content to #{path}."
102
102
  FileUtils.mkdir_p File.dirname(path)
103
103
  File.write(path, response.body)
104
- FileUtils.chmod '0755', path
104
+ FileUtils.chmod 0755, path
105
105
  end
106
106
  end
107
107
 
@@ -1,5 +1,5 @@
1
1
  # encoding: utf-8
2
2
  # FeduxOrgStdlib
3
3
  module FeduxOrgStdlib
4
- VERSION = '0.11.8'
4
+ VERSION = '0.11.9'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fedux_org-stdlib
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.11.8
4
+ version: 0.11.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Max Meyer