fedux_org-stdlib 0.11.2 → 0.11.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 91acfbe0aad138898aee3760abd7e0bed9b5e0c2
4
- data.tar.gz: d186f0c6f3ac93d15521c04e89f226f41a710b51
3
+ metadata.gz: e5cf59eca5702c6447dbbc17008b50e7f61e0b2c
4
+ data.tar.gz: 253094860826f67f961eacfe487a068dccb6dbf3
5
5
  SHA512:
6
- metadata.gz: 71159a1fb58c577ddc50bb308144cd9f6942f688c3a6f69ae513853606807e838189da079a9527965758a38d45daf98501d179f5a524d2b27ff6860342e6ecd4
7
- data.tar.gz: 2f20fdbcffd445f278fb2e66570cfa00267d841a0a6baa28242558b00eded8a8feccc131b4e2fce5179fb3e08b9525847901c355de01650db7e047ef44695207
6
+ metadata.gz: 8836b791f8b469da661437b220aa00374ca99679bc50169dfbc6c3ba39ea93054fce9e2880f41f6f88db6dda817b175d309ec24552893a36bfa69b6c58e878b9
7
+ data.tar.gz: fde60318f324e9efc90c5b02e90fefb421efecb2a652ae3d22187ac0667aaa6bcaba8a4a9a9bf81b8ace19e06f9030ac4ea6e4cc832e14d3c2d1121587fc7cd3
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- fedux_org-stdlib (0.11.1)
4
+ fedux_org-stdlib (0.11.2)
5
5
  activesupport
6
6
 
7
7
  PATH
@@ -101,6 +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
105
  end
105
106
  end
106
107
 
@@ -1,5 +1,5 @@
1
1
  # encoding: utf-8
2
2
  # FeduxOrgStdlib
3
3
  module FeduxOrgStdlib
4
- VERSION = '0.11.2'
4
+ VERSION = '0.11.3'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fedux_org-stdlib
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.11.2
4
+ version: 0.11.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Max Meyer
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-12-12 00:00:00.000000000 Z
11
+ date: 2014-12-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport
@@ -257,7 +257,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
257
257
  version: '0'
258
258
  requirements: []
259
259
  rubyforge_project:
260
- rubygems_version: 2.4.1
260
+ rubygems_version: 2.2.2
261
261
  signing_key:
262
262
  specification_version: 4
263
263
  summary: Collection of useful libraries. It maybe depend on external libraries.