ruby-ipfs-api 0.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +7 -0
  2. data/lib/ipfs-api.rb +1 -0
  3. data/lib/ipfs.rb +5 -0
  4. metadata +45 -0
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 1a1e48869a040177738a9ed7ce59bbbe21b09911
4
+ data.tar.gz: eb9c7da8ab89abef7074d30ca98ae7fdef5ada35
5
+ SHA512:
6
+ metadata.gz: 1257ef9c9134163bc0b7c18091fd58953236aed5e8d8462a34efb47b99e848d9cd81aa77f12f116f18b0b1d396467bf87c15d344157c580a0cd33982c6151ffd
7
+ data.tar.gz: 56a5460e66f35178baa894aac00cb1597e9f5ea0f2779c985c1f00b4543caf0873f475c16a8962950b911c2edf5f2d3df6ac3f6e479b070b80f3f83b2c6514c0
@@ -0,0 +1 @@
1
+ require_relative './ipfs'
@@ -0,0 +1,5 @@
1
+ class IPFS
2
+ def self.id
3
+ 'your id is not yet discoverable'
4
+ end
5
+ end
metadata ADDED
@@ -0,0 +1,45 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: ruby-ipfs-api
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.0
5
+ platform: ruby
6
+ authors:
7
+ - Thomas Nieto
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2017-05-28 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description:
14
+ email: thms.no@gmail.com
15
+ executables: []
16
+ extensions: []
17
+ extra_rdoc_files: []
18
+ files:
19
+ - lib/ipfs-api.rb
20
+ - lib/ipfs.rb
21
+ homepage: http://github.com/mahloun/ruby-ipfs-api
22
+ licenses:
23
+ - MIT
24
+ metadata: {}
25
+ post_install_message:
26
+ rdoc_options: []
27
+ require_paths:
28
+ - lib
29
+ required_ruby_version: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - ">="
32
+ - !ruby/object:Gem::Version
33
+ version: '0'
34
+ required_rubygems_version: !ruby/object:Gem::Requirement
35
+ requirements:
36
+ - - ">="
37
+ - !ruby/object:Gem::Version
38
+ version: '0'
39
+ requirements: []
40
+ rubyforge_project:
41
+ rubygems_version: 2.6.12
42
+ signing_key:
43
+ specification_version: 4
44
+ summary: A client library for the IPFS HTTP API, immplemented in Ruby
45
+ test_files: []