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 CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- Zjg0ZjExNzNmN2ZiYWU5OGFmOTFhYzg0ZmI2MDJhMWY1ZmYzMmEwMA==
4
+ NDljYmFmYzM2MjVmYjU0MjU2MmE4ODdmYTcxYzJkMThiN2EzNTJiZg==
5
5
  data.tar.gz: !binary |-
6
- YjUxOGM4MGQ0MjJhZTM4Y2I2OTQ1ZmRlMDZjNzMxNGNiMWYyNTkwMg==
6
+ NGJkYzc1ZDZiZDZjNmUxNTEwOTlmMWJkMTA0NjlmYjUyNmJhNmQ4Mg==
7
7
  !binary "U0hBNTEy":
8
8
  metadata.gz: !binary |-
9
- YmJlMTBlYzNiZWE3ZDI0OWM5ZmUyNWFmNTk1NmZmMjYyY2VkNzFkODYyODdm
10
- MzNjN2Q1ZjRmNWFhMWZkYTJlNWRhNWVmOGFkYTNiYTI5ZGUzNDUyN2JjZTQw
11
- Y2ZiNGQ5YzM0YTc0ZjYwOGMxOGUyYmIyNjNiZGQyMWVmM2YyMTM=
9
+ OTQyNjJlMzU4YmRjMDJkY2ZiYzNjNzE0NzA0NDdiZjE3MTQwOTRiODU2YjIw
10
+ N2ViZDZmMjNmNWFmZWVmYWQzYzgxZWI3ZDQxMGYzMGMxNTkwNTdmOGMyMTJm
11
+ MWE2NDZlYzM3MGQ4OWFmYmQ3NTQ4MTc3YWQwYzczY2Q2NzM3ZjM=
12
12
  data.tar.gz: !binary |-
13
- YWQ1MGMzMmUzZDRmZDlmNjE4ODViMTIzODk3OTUxZjNhODM0MWZjZWZjOTll
14
- ZmNkODNmYTFiYzFjZTFlM2Y4YmYzZTc2MGJjODcyMzlmZjc3MmQxYTY4YTI4
15
- NzcyZTE0MGE0NzhkNjU4ODYwMTBkOTc3NDY3MDk0NGE0ZWFlZTk=
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
 
@@ -25,6 +25,5 @@ Gem::Specification.new do |spec|
25
25
  spec.add_development_dependency "vcr"
26
26
 
27
27
  spec.add_runtime_dependency "httparty"
28
- spec.add_runtime_dependency "active_support"
29
28
  spec.add_runtime_dependency "json"
30
29
  end
@@ -1,3 +1,3 @@
1
1
  module BtsyncVersion
2
- VERSION = "0.5.0"
2
+ VERSION = "0.5.1"
3
3
  end
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.0
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