sink_utility 0.1.0 → 0.1.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/README.md +0 -1
- data/bin/sink +1 -1
- data/lib/sink_utility/version.rb +1 -1
- data/sink_utility.gemspec +2 -1
- metadata +17 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b2676f0b1b545d06813c475018c0f06521aa6884
|
4
|
+
data.tar.gz: 580067ac72e296e20a127e3ed1238b0ed711a9a7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e60e331e41bac8fc9d3698315506ef5acd170171e0da2692cf6d4337857a346a4108cfbbe0a6da33a5a2413d00721f44867b0ccd9732e359ee110dca7d487f17
|
7
|
+
data.tar.gz: 2c3062dfef0220a06659fbbee5cd89287306c77bc5ee55b1c030813df6000eca03a6cc629a6a4fdc6dee83d502b032e27164bedca9ed5c21c7f475854152fc79
|
data/README.md
CHANGED
@@ -21,7 +21,6 @@ Or install it yourself as:
|
|
21
21
|
### Basic
|
22
22
|
Currently Sink is in its very early stages and therefore has basic functionality, the basic idea behind sink version 0.1.0 is to be able to "Sink" (Sync) a github/bitbucket repo with a bitbucket/github repo. To use the software you will first need a github/bitbucket repo and an account on both services, once you have the repo that you want to "back up" on the opposite hosting service, you must go to the opposite hosting service and create a repo, then you may continue with this setup.
|
23
23
|
|
24
|
-
** Sink can currently only be used for one Repo at a time
|
25
24
|
|
26
25
|
### Setup
|
27
26
|
To begin setup run:
|
data/bin/sink
CHANGED
data/lib/sink_utility/version.rb
CHANGED
data/sink_utility.gemspec
CHANGED
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
|
|
10
10
|
spec.email = ["grant@nespite.io"]
|
11
11
|
spec.description = %q{Sink was inspired by the DDoS of github and was created to help keep its users secure in knowing that their repo is safer as it's shared among several hosting services rather than one}
|
12
12
|
spec.summary = %q{Sink is a command line tool created to sync your github to your bitbucket}
|
13
|
-
spec.homepage = "
|
13
|
+
spec.homepage = "https://github.com/Grantlyk/Sink_utility"
|
14
14
|
spec.license = "MIT"
|
15
15
|
|
16
16
|
spec.files = `git ls-files`.split($/)
|
@@ -20,4 +20,5 @@ Gem::Specification.new do |spec|
|
|
20
20
|
|
21
21
|
spec.add_development_dependency "bundler", "~> 1.3"
|
22
22
|
spec.add_development_dependency "rake"
|
23
|
+
spec.add_development_dependency "ruby", "~> 2.0.0"
|
23
24
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: sink_utility
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Grantlyk
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-03-
|
11
|
+
date: 2015-03-31 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -38,6 +38,20 @@ dependencies:
|
|
38
38
|
- - '>='
|
39
39
|
- !ruby/object:Gem::Version
|
40
40
|
version: '0'
|
41
|
+
- !ruby/object:Gem::Dependency
|
42
|
+
name: ruby
|
43
|
+
requirement: !ruby/object:Gem::Requirement
|
44
|
+
requirements:
|
45
|
+
- - ~>
|
46
|
+
- !ruby/object:Gem::Version
|
47
|
+
version: 2.0.0
|
48
|
+
type: :development
|
49
|
+
prerelease: false
|
50
|
+
version_requirements: !ruby/object:Gem::Requirement
|
51
|
+
requirements:
|
52
|
+
- - ~>
|
53
|
+
- !ruby/object:Gem::Version
|
54
|
+
version: 2.0.0
|
41
55
|
description: Sink was inspired by the DDoS of github and was created to help keep
|
42
56
|
its users secure in knowing that their repo is safer as it's shared among several
|
43
57
|
hosting services rather than one
|
@@ -57,7 +71,7 @@ files:
|
|
57
71
|
- lib/sink_utility.rb
|
58
72
|
- lib/sink_utility/version.rb
|
59
73
|
- sink_utility.gemspec
|
60
|
-
homepage:
|
74
|
+
homepage: https://github.com/Grantlyk/Sink_utility
|
61
75
|
licenses:
|
62
76
|
- MIT
|
63
77
|
metadata: {}
|