ipfs-http-client 0.3.0 → 0.3.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 +2 -2
- data/lib/ipfs-http-client/version.rb +1 -1
- metadata +6 -15
- data/.gitignore +0 -11
- data/.rspec +0 -2
- data/.travis.yml +0 -4
- data/Gemfile +0 -4
- data/LICENSE +0 -21
- data/Rakefile +0 -6
- data/bin/console +0 -14
- data/bin/setup +0 -7
- data/ipfs-http-client.gemspec +0 -30
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7733656e3efdbcaa136286db2103be845bab263355386f4494e33f1adc050882
|
4
|
+
data.tar.gz: 363de38533d5874896703dbec4029420b0762f09bd24ec93862de06cb8ce77ff
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ae68078066d3fe895f95faa3d8702ba7dc0ab52699b12361c6293a8ca23344910a8ea9bd5c67aa5902dbd54b0d1eaef2eada2c3067f54b31212eb9c5bda5c89a
|
7
|
+
data.tar.gz: 8d50b80eb34c694aa776e26cd781656cdcaec4d21a19126bcd785101c847788470d56e30634f2aa05336db8ec074801a929789f5651c93cd330d29596b25c945
|
data/README.md
CHANGED
@@ -12,7 +12,7 @@ Requires Ruby >= 2.1, since it uses the new required keyword arguments syntax.
|
|
12
12
|
Add this line to your application's Gemfile:
|
13
13
|
|
14
14
|
```ruby
|
15
|
-
gem 'ipfs'
|
15
|
+
gem 'ipfs-http-client'
|
16
16
|
```
|
17
17
|
|
18
18
|
And then execute:
|
@@ -21,7 +21,7 @@ And then execute:
|
|
21
21
|
|
22
22
|
Or install it yourself as:
|
23
23
|
|
24
|
-
$ gem install ipfs
|
24
|
+
$ gem install ipfs-http-client
|
25
25
|
|
26
26
|
## Usage
|
27
27
|
### Initialize client
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ipfs-http-client
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.3.
|
4
|
+
version: 0.3.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
|
+
- Jingyang Liang
|
7
8
|
- Pierpaolo Frasa
|
8
|
-
- Jingyang
|
9
9
|
autorequire:
|
10
|
-
bindir:
|
10
|
+
bindir: bin
|
11
11
|
cert_chain: []
|
12
12
|
date: 2019-05-17 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
@@ -111,22 +111,13 @@ dependencies:
|
|
111
111
|
version: '2'
|
112
112
|
description: Ruby HTTP client for the Interplanetary File System
|
113
113
|
email:
|
114
|
-
- pfrasa@gmail.com
|
115
114
|
- simple.continue@gmail.com
|
115
|
+
- pfrasa@gmail.com
|
116
116
|
executables: []
|
117
117
|
extensions: []
|
118
118
|
extra_rdoc_files: []
|
119
119
|
files:
|
120
|
-
- ".gitignore"
|
121
|
-
- ".rspec"
|
122
|
-
- ".travis.yml"
|
123
|
-
- Gemfile
|
124
|
-
- LICENSE
|
125
120
|
- README.md
|
126
|
-
- Rakefile
|
127
|
-
- bin/console
|
128
|
-
- bin/setup
|
129
|
-
- ipfs-http-client.gemspec
|
130
121
|
- lib/ipfs-http-client.rb
|
131
122
|
- lib/ipfs-http-client/client.rb
|
132
123
|
- lib/ipfs-http-client/commands.rb
|
@@ -138,7 +129,7 @@ files:
|
|
138
129
|
- lib/ipfs-http-client/commands/ls.rb
|
139
130
|
- lib/ipfs-http-client/commands/pin_rm.rb
|
140
131
|
- lib/ipfs-http-client/version.rb
|
141
|
-
homepage: https://ipfs
|
132
|
+
homepage: https://gitlab.com/persper/gitlab/ipfs-http-client
|
142
133
|
licenses:
|
143
134
|
- MIT
|
144
135
|
metadata: {}
|
@@ -150,7 +141,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
150
141
|
requirements:
|
151
142
|
- - ">="
|
152
143
|
- !ruby/object:Gem::Version
|
153
|
-
version: '
|
144
|
+
version: '2.1'
|
154
145
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
155
146
|
requirements:
|
156
147
|
- - ">="
|
data/.gitignore
DELETED
data/.rspec
DELETED
data/.travis.yml
DELETED
data/Gemfile
DELETED
data/LICENSE
DELETED
@@ -1,21 +0,0 @@
|
|
1
|
-
The MIT License (MIT)
|
2
|
-
|
3
|
-
Copyright (c) 2015 Pierpaolo Frasa
|
4
|
-
|
5
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
6
|
-
of this software and associated documentation files (the "Software"), to deal
|
7
|
-
in the Software without restriction, including without limitation the rights
|
8
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
9
|
-
copies of the Software, and to permit persons to whom the Software is
|
10
|
-
furnished to do so, subject to the following conditions:
|
11
|
-
|
12
|
-
The above copyright notice and this permission notice shall be included in
|
13
|
-
all copies or substantial portions of the Software.
|
14
|
-
|
15
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
16
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
17
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
18
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
19
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
20
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
21
|
-
THE SOFTWARE.
|
data/Rakefile
DELETED
data/bin/console
DELETED
@@ -1,14 +0,0 @@
|
|
1
|
-
#!/usr/bin/env ruby
|
2
|
-
|
3
|
-
require "bundler/setup"
|
4
|
-
require "ipfs-http-client"
|
5
|
-
|
6
|
-
# You can add fixtures and/or initialization code here to make experimenting
|
7
|
-
# with your gem easier. You can also use a different console, if you like.
|
8
|
-
|
9
|
-
# (If you use this, don't forget to add pry to your Gemfile!)
|
10
|
-
# require "pry"
|
11
|
-
# Pry.start
|
12
|
-
|
13
|
-
require "irb"
|
14
|
-
IRB.start
|
data/bin/setup
DELETED
data/ipfs-http-client.gemspec
DELETED
@@ -1,30 +0,0 @@
|
|
1
|
-
# coding: utf-8
|
2
|
-
lib = File.expand_path('../lib', __FILE__)
|
3
|
-
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
|
4
|
-
require 'ipfs-http-client/version'
|
5
|
-
|
6
|
-
Gem::Specification.new do |spec|
|
7
|
-
spec.name = 'ipfs-http-client'
|
8
|
-
spec.version = Ipfs::VERSION
|
9
|
-
spec.authors = ['Pierpaolo Frasa', 'Jingyang']
|
10
|
-
spec.email = ['pfrasa@gmail.com', 'simple.continue@gmail.com']
|
11
|
-
spec.license = 'MIT'
|
12
|
-
|
13
|
-
spec.summary = 'IPFS HTTP client'
|
14
|
-
spec.description = 'Ruby HTTP client for the Interplanetary File System'
|
15
|
-
spec.homepage = 'https://ipfs.io'
|
16
|
-
|
17
|
-
spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
|
18
|
-
spec.bindir = 'exe'
|
19
|
-
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
|
20
|
-
spec.require_paths = ['lib']
|
21
|
-
|
22
|
-
spec.add_dependency 'http', '~> 3.0'
|
23
|
-
|
24
|
-
spec.add_development_dependency 'bundler', '~> 1.10'
|
25
|
-
spec.add_development_dependency 'rake', '~> 10.0'
|
26
|
-
spec.add_development_dependency 'byebug', '~> 9'
|
27
|
-
spec.add_development_dependency 'rspec', '~> 3'
|
28
|
-
spec.add_development_dependency 'webmock', '~> 3'
|
29
|
-
spec.add_development_dependency 'sinatra', '~> 2'
|
30
|
-
end
|