ruby-libstorj 0.0.0 → 1.0.0

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.
@@ -4,7 +4,7 @@
4
4
 
5
5
  Gem::Specification.new do |gem|
6
6
  gem.name = 'ruby-libstorj'
7
- gem.version = '0.0.0' #LibStorj::VERSION
7
+ gem.version = '1.0.0' #LibStorj::VERSION
8
8
  gem.license = 'AGPL-3.0'
9
9
  gem.authors = ['Bryan White']
10
10
  gem.email = ['bryanchriswhite@gmail.com', 'bryan@storj.io']
@@ -1,12 +1,15 @@
1
1
  bridge:
2
2
  proto: https
3
+ # proto: http
3
4
  port: 443
5
+ # port: 6382
4
6
  host: api.storj.io
5
- user: yourusername
6
- pass: yourpassword
7
+ # host: 127.0.0.1
8
+ user: username@example.com
9
+ pass: password
7
10
 
8
11
  encrypt:
9
- mnemonic: 'this is not really a mnemonic and i hope it does not break anything'
12
+ mnemonic: 'abandon abandon abandon abandon abandon abandon abandon abandon abandon abandon abandon about'
10
13
 
11
14
  http:
12
15
  user_agent: 'curl/7.52.1'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ruby-libstorj
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.0
4
+ version: 1.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Bryan White
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-03-19 00:00:00.000000000 Z
11
+ date: 2018-03-20 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Ruby bindings to the libstorj C Storj API library
14
14
  email:
@@ -30,6 +30,7 @@ files:
30
30
  - Rakefile
31
31
  - ext/libstorj/.gitignore
32
32
  - ext/libstorj/.travis.yml
33
+ - ext/libstorj/CONTRIBUTING.md
33
34
  - ext/libstorj/Doxyfile
34
35
  - ext/libstorj/LICENSE
35
36
  - ext/libstorj/Makefile.am
@@ -50,11 +51,14 @@ files:
50
51
  - ext/libstorj/depends/packages/libuv.mk
51
52
  - ext/libstorj/depends/packages/nettle.mk
52
53
  - ext/libstorj/libstorj.pc.in
54
+ - ext/libstorj/release.sh
53
55
  - ext/libstorj/src/Makefile.am
54
56
  - ext/libstorj/src/bip39.c
55
57
  - ext/libstorj/src/bip39.h
56
58
  - ext/libstorj/src/bip39_english.h
57
59
  - ext/libstorj/src/cli.c
60
+ - ext/libstorj/src/cli_callback.c
61
+ - ext/libstorj/src/cli_callback.h
58
62
  - ext/libstorj/src/crypto.c
59
63
  - ext/libstorj/src/crypto.h
60
64
  - ext/libstorj/src/downloader.c
@@ -96,7 +100,7 @@ files:
96
100
  - lib/ruby-libstorj/mixins/storj.rb
97
101
  - lib/ruby-libstorj/struct.rb
98
102
  - ruby-libstorj.gemspec
99
- - spec/helpers/options.yml.example
103
+ - spec/helpers/options.example.yml
100
104
  - spec/helpers/shared_rake_examples.rb
101
105
  - spec/helpers/storj_options.rb
102
106
  - spec/helpers/upload.data