ipfs-http-client 0.3.0 → 0.3.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1c484d383e82fbda6adc76d1be04f4c435b3c3fdc88dfb104137ccb6040da8bf
4
- data.tar.gz: 051171d83d847886ca6324d58b4c45b994ee1f8032591fffff3a28159567f9de
3
+ metadata.gz: 7733656e3efdbcaa136286db2103be845bab263355386f4494e33f1adc050882
4
+ data.tar.gz: 363de38533d5874896703dbec4029420b0762f09bd24ec93862de06cb8ce77ff
5
5
  SHA512:
6
- metadata.gz: 0d022faa8431d19fd449102fc96cc852cb39d2c0ffdfc4762f6e6743e0275af49e06d8ecebef30af567619866e98efd29bc2563c895d4484cc2eb289ea64424a
7
- data.tar.gz: a9e7afacf2587b67d32fe9961c50c78a1397608c5ed0c5f8cd287bb306613c6a3d645c70860b6598621b31a76e9193700e46cc4280f280bbbd858666aa7ea2ce
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
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Ipfs
4
- VERSION = '0.3.0'
4
+ VERSION = '0.3.1'
5
5
  end
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.0
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: exe
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.io
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: '0'
144
+ version: '2.1'
154
145
  required_rubygems_version: !ruby/object:Gem::Requirement
155
146
  requirements:
156
147
  - - ">="
data/.gitignore DELETED
@@ -1,11 +0,0 @@
1
- /.bundle/
2
- /.yardoc
3
- /Gemfile.lock
4
- /_yardoc/
5
- /.idea/
6
- /coverage/
7
- /doc/
8
- /pkg/
9
- /spec/reports/
10
- /tmp/
11
- /.ruby-version
data/.rspec DELETED
@@ -1,2 +0,0 @@
1
- --format documentation
2
- --color
data/.travis.yml DELETED
@@ -1,4 +0,0 @@
1
- language: ruby
2
- rvm:
3
- - 2.2.3
4
- before_install: gem install bundler -v 1.10.6
data/Gemfile DELETED
@@ -1,4 +0,0 @@
1
- source 'https://rubygems.org'
2
-
3
- # Specify your gem's dependencies in ipfs.gemspec
4
- gemspec
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
@@ -1,6 +0,0 @@
1
- require "bundler/gem_tasks"
2
- require "rspec/core/rake_task"
3
-
4
- RSpec::Core::RakeTask.new(:spec)
5
-
6
- task :default => :spec
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
@@ -1,7 +0,0 @@
1
- #!/bin/bash
2
- set -euo pipefail
3
- IFS=$'\n\t'
4
-
5
- bundle install
6
-
7
- # Do any other automated setup that you need to do here
@@ -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