pansophy 0.5.3 → 0.5.4
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/.ruby-version +1 -1
- data/CHANGELOG.md +5 -0
- data/README.md +1 -1
- data/lib/pansophy/local/create_file.rb +3 -1
- data/lib/pansophy/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 596cc01c0c1835530d8a77e94ef7c44457e47acf
|
4
|
+
data.tar.gz: b434b16bcd961fcc4b76e66e3c424511b1ed6bc2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 05d401000dbe979fffcd92fc2d455c6d359768e4f434c808bfe944d7bf3e1076ae27c02240aa8caee24d77db9b79cfdec4e191ff2108fd31d8574b23d8198024
|
7
|
+
data.tar.gz: 680fdf1fd940183412a045dfa9da152811051d845eefbde2e7887238b951d47bb5d2ee6f5f99bd5b4ed4f9a90b56f1dda3fca7734e7cf942d93a4dff16f93e41
|
data/.ruby-version
CHANGED
@@ -1 +1 @@
|
|
1
|
-
2.3.
|
1
|
+
2.3.4
|
data/CHANGELOG.md
CHANGED
@@ -2,9 +2,14 @@
|
|
2
2
|
|
3
3
|
## [Unreleased]
|
4
4
|
|
5
|
+
## [0.5.4]
|
6
|
+
### Fixed
|
7
|
+
- Fix issue when writing files that contain unicode characters
|
8
|
+
|
5
9
|
## [0.5.3]
|
6
10
|
### Changed
|
7
11
|
- Use coverage kit to enforce maximum coverage
|
12
|
+
|
8
13
|
### Fixed
|
9
14
|
- [TT-1616] Reset Excon cipher list to the default which fixes connection issue from JRuby
|
10
15
|
|
data/README.md
CHANGED
@@ -8,7 +8,7 @@
|
|
8
8
|
|
9
9
|
Pansophy allows different applications to share knowledge via a centralised remote repository
|
10
10
|
|
11
|
-
The current version only works
|
11
|
+
The current version only works with AWS S3 buckets and allows:
|
12
12
|
* pulling a remote directory to a local directory
|
13
13
|
* merging a remote directory with a local directory
|
14
14
|
* pushing a local directory to a remote directory
|
data/lib/pansophy/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: pansophy
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.5.
|
4
|
+
version: 0.5.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Alessandro Berardi
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2017-05-11 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: fog-aws
|
@@ -269,7 +269,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
269
269
|
version: '0'
|
270
270
|
requirements: []
|
271
271
|
rubyforge_project:
|
272
|
-
rubygems_version: 2.
|
272
|
+
rubygems_version: 2.5.2
|
273
273
|
signing_key:
|
274
274
|
specification_version: 4
|
275
275
|
summary: Information sharing via centralised repository
|