evesync 1.0.5 → 1.0.6
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/evesync.rb +1 -1
- metadata +3 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 32b7ff8e237eabb1c17898c18d638ebb2a27cc892a7d1e3181d2aa1bc781785f
|
4
|
+
data.tar.gz: d3bbe850697b84abe8cfedd4439413464fa9a1cede9469a28310409a1a9279b6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9d9603c4f0a55912d999c79e90a5733830ef50ddff80449f0232718f10be23a9ee3b5ee38c07cd702ee99ddca5d19f4810514a7fb6f8ddc0ed5af882bcdbc5aa
|
7
|
+
data.tar.gz: 493b860997f0a0b06141a0bdc4276b5af1ff262d05ff9c23648336b32682f8b05c9be7affc2ad394f8bc172ed6ae8e147b2def2bd7a967949aab63d434716d1f
|
data/lib/evesync.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: evesync
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.6
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Kiselev Valentine
|
@@ -109,7 +109,7 @@ dependencies:
|
|
109
109
|
- !ruby/object:Gem::Version
|
110
110
|
version: 2.1.3
|
111
111
|
description: Daemons and utility for package and file changes synchronization. Installation
|
112
|
-
requires ruby headers and build tools (make, gcc).
|
112
|
+
requires ruby headers and build tools (make, gcc).
|
113
113
|
email: mrexox@yahoo.com
|
114
114
|
executables:
|
115
115
|
- evemond
|
@@ -195,6 +195,5 @@ requirements: []
|
|
195
195
|
rubygems_version: 3.0.3
|
196
196
|
signing_key:
|
197
197
|
specification_version: 4
|
198
|
-
summary: Daemons and utility for package and file changes synchronization.
|
199
|
-
requires ruby headers and build tools (make, gcc).
|
198
|
+
summary: Daemons and utility for package and file changes synchronization.
|
200
199
|
test_files: []
|