sanky-pf 0.1.3 → 0.1.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/lib/sanky/pathfinder/version.rb +1 -1
- metadata +4 -14
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 30ea08e53c80bd2f51a3cfa29a112f3c023adb24
|
|
4
|
+
data.tar.gz: cfc0d0a2fb31846dcd0bd88834e230babd8ae4c7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f47a3b3c709938a1ebda4b3b23e4f5c9b3069ccb1d3600bd9cff14adfb06c8552c2e5c06b2d115c6b58abef3a928bc82820f0a707754237021c667d6f9dd58ce
|
|
7
|
+
data.tar.gz: 7602aeb1d5932140cbaa0777aeb2dc6657dde1a9c15306b9467c43517d810f39086507c4f30ac0838e3b06d897d14da390cf8aef5f05730587fa94db56a541a3
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: sanky-pf
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Matt Ryan
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2014-
|
|
11
|
+
date: 2014-04-29 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: colorize
|
|
@@ -64,17 +64,7 @@ files:
|
|
|
64
64
|
homepage: https://github.com/sankynet/sankypf
|
|
65
65
|
licenses: []
|
|
66
66
|
metadata: {}
|
|
67
|
-
post_install_message:
|
|
68
|
-
str: "\e[0;32;49m\nYou are on the path, to find sanky files.\n\e[0m"
|
|
69
|
-
color: 2
|
|
70
|
-
background: 9
|
|
71
|
-
mode: 0
|
|
72
|
-
uncolorized: !ruby/string
|
|
73
|
-
str: |2
|
|
74
|
-
|
|
75
|
-
You are on the path, to find sanky files.
|
|
76
|
-
background: 9
|
|
77
|
-
mode: 0
|
|
67
|
+
post_install_message: "\e[0;32;49m\nYou are on the path, to find sanky files.\n\e[0m"
|
|
78
68
|
rdoc_options: []
|
|
79
69
|
require_paths:
|
|
80
70
|
- lib
|
|
@@ -90,7 +80,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
90
80
|
version: '0'
|
|
91
81
|
requirements: []
|
|
92
82
|
rubyforge_project:
|
|
93
|
-
rubygems_version: 2.2.
|
|
83
|
+
rubygems_version: 2.2.2
|
|
94
84
|
signing_key:
|
|
95
85
|
specification_version: 4
|
|
96
86
|
summary: Open files on the sanky server
|