BtSync 0.5.0 → 0.5.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 +8 -8
- data/README.md +4 -3
- data/btsync.gemspec +0 -1
- data/lib/btsync/version.rb +1 -1
- metadata +1 -15
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
NDljYmFmYzM2MjVmYjU0MjU2MmE4ODdmYTcxYzJkMThiN2EzNTJiZg==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
NGJkYzc1ZDZiZDZjNmUxNTEwOTlmMWJkMTA0NjlmYjUyNmJhNmQ4Mg==
|
|
7
7
|
!binary "U0hBNTEy":
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
OTQyNjJlMzU4YmRjMDJkY2ZiYzNjNzE0NzA0NDdiZjE3MTQwOTRiODU2YjIw
|
|
10
|
+
N2ViZDZmMjNmNWFmZWVmYWQzYzgxZWI3ZDQxMGYzMGMxNTkwNTdmOGMyMTJm
|
|
11
|
+
MWE2NDZlYzM3MGQ4OWFmYmQ3NTQ4MTc3YWQwYzczY2Q2NzM3ZjM=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
YTM5OGZjNGVlZjliNTRlZjBhY2E1ODEzN2FlODQwN2FhZTRhZDA4YjcwYmM3
|
|
14
|
+
MzY2N2JhOTVhNTcyZDIxYTlhMzQzMGI5Mjc5YjAwYWViYzc4NWVjM2QzMDA0
|
|
15
|
+
M2UyZDY0ZWM4NDAxYzFmZWU1MjZhNmViYWM4MjQwMGEzODJlODY=
|
data/README.md
CHANGED
|
@@ -25,6 +25,7 @@ Or install it yourself as:
|
|
|
25
25
|
|
|
26
26
|
```ruby
|
|
27
27
|
bittorrent = BtSync.new(options)
|
|
28
|
+
```
|
|
28
29
|
|
|
29
30
|
options is a hash that can contain any of the following options. The values shown are the defaults if no argument is passed in
|
|
30
31
|
|
|
@@ -55,12 +56,12 @@ On a ```BtSync::Directory``` you can
|
|
|
55
56
|
|
|
56
57
|
## Todo
|
|
57
58
|
|
|
58
|
-
[x] Manage predefined hosts
|
|
59
|
-
[x] Allow user authentication
|
|
59
|
+
- [x] Manage predefined hosts
|
|
60
|
+
- [x] Allow user authentication
|
|
60
61
|
|
|
61
62
|
## Known Issues
|
|
62
63
|
|
|
63
|
-
[] Bittorrent Sync must be run on a Linux system
|
|
64
|
+
- [] Bittorrent Sync must be run on a Linux system
|
|
64
65
|
|
|
65
66
|
## Contributing
|
|
66
67
|
|
data/btsync.gemspec
CHANGED
data/lib/btsync/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: BtSync
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.5.
|
|
4
|
+
version: 0.5.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Chris MacNaughton
|
|
@@ -94,20 +94,6 @@ dependencies:
|
|
|
94
94
|
- - ! '>='
|
|
95
95
|
- !ruby/object:Gem::Version
|
|
96
96
|
version: '0'
|
|
97
|
-
- !ruby/object:Gem::Dependency
|
|
98
|
-
name: active_support
|
|
99
|
-
requirement: !ruby/object:Gem::Requirement
|
|
100
|
-
requirements:
|
|
101
|
-
- - ! '>='
|
|
102
|
-
- !ruby/object:Gem::Version
|
|
103
|
-
version: '0'
|
|
104
|
-
type: :runtime
|
|
105
|
-
prerelease: false
|
|
106
|
-
version_requirements: !ruby/object:Gem::Requirement
|
|
107
|
-
requirements:
|
|
108
|
-
- - ! '>='
|
|
109
|
-
- !ruby/object:Gem::Version
|
|
110
|
-
version: '0'
|
|
111
97
|
- !ruby/object:Gem::Dependency
|
|
112
98
|
name: json
|
|
113
99
|
requirement: !ruby/object:Gem::Requirement
|