xify 0.4.0 → 0.4.1
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/xify/input/pipe.rb +1 -1
- data/lib/xify/input/prompt.rb +1 -1
- data/lib/xify/input/shell.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0bf1978f6c8b7682754b13964e2a322b95fcfc863b5f7d4e03589eb2f2c3ad74
|
4
|
+
data.tar.gz: a30f9fad26704880bcb4a08f23f9a35032cbf3a559be643f5b7b408f9ce5b586
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b3d833b4b60dff1514de24cf34676bc72be4899c615c0db9cd2b19c0cb38f76b8604404e40ef4d3908792f830d492a28e4c7d95a6b1afb25702312f88acacdf3
|
7
|
+
data.tar.gz: e6ec35e83f2acc8d148dca29d03cdfcb15125c6ae5d61c3ac4c00d1bdfb01a0244d5d97e54aa904d8030382299a2da699eb8b6839697095fb353711e014eb258
|
data/lib/xify/input/pipe.rb
CHANGED
data/lib/xify/input/prompt.rb
CHANGED
data/lib/xify/input/shell.rb
CHANGED
@@ -6,7 +6,7 @@ module Input
|
|
6
6
|
|
7
7
|
def run
|
8
8
|
out = `#{@config['shell']}`.chomp
|
9
|
-
yield Event.new @config['author'], out, parent: @config['shell'] if out && out.length != 0
|
9
|
+
yield Xify::Event.new @config['author'], out, parent: @config['shell'] if out && out.length != 0
|
10
10
|
end
|
11
11
|
|
12
12
|
def updates(&block)
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: xify
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.4.
|
4
|
+
version: 0.4.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Finn Glöe
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2018-05-
|
11
|
+
date: 2018-05-28 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activesupport
|
@@ -72,7 +72,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
72
72
|
version: '0'
|
73
73
|
requirements: []
|
74
74
|
rubyforge_project:
|
75
|
-
rubygems_version: 2.7.
|
75
|
+
rubygems_version: 2.7.7
|
76
76
|
signing_key:
|
77
77
|
specification_version: 4
|
78
78
|
summary: Cross-post content from one service to another.
|