urbit-api 0.1.0 → 0.3.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.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: urbit-api
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daryl Richter
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2021-02-26 00:00:00.000000000 Z
11
+ date: 2022-02-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday
@@ -68,7 +68,7 @@ dependencies:
68
68
  version: '3.10'
69
69
  description: Access your urbit ship the ruby way. It's a Martian gem.
70
70
  email:
71
- - daryl@deliverycircle.com
71
+ - daryl@ngzax.com
72
72
  executables: []
73
73
  extensions: []
74
74
  extra_rdoc_files: []
@@ -90,12 +90,28 @@ files:
90
90
  - lib/urbit/api.rb
91
91
  - lib/urbit/api/version.rb
92
92
  - lib/urbit/channel.rb
93
+ - lib/urbit/chat_channel.rb
94
+ - lib/urbit/close_message.rb
93
95
  - lib/urbit/config.rb
96
+ - lib/urbit/fact.rb
97
+ - lib/urbit/graph.rb
94
98
  - lib/urbit/message.rb
99
+ - lib/urbit/node.rb
100
+ - lib/urbit/parser.rb
101
+ - lib/urbit/poke_message.rb
95
102
  - lib/urbit/receiver.rb
103
+ - lib/urbit/setting.rb
96
104
  - lib/urbit/ship.rb
97
105
  - lib/urbit/subscribe_message.rb
98
106
  - lib/urbit/urbit.rb
107
+ - misc/graph-store_graph
108
+ - misc/graph-store_keys
109
+ - misc/graph-store_node
110
+ - misc/graph-store_update
111
+ - misc/graph-update_add-graph
112
+ - misc/graph-update_add-nodes
113
+ - misc/post
114
+ - misc/settings-store.json
99
115
  - urbit-api.gemspec
100
116
  homepage: https://www.ngzax.com
101
117
  licenses:
@@ -119,7 +135,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
119
135
  - !ruby/object:Gem::Version
120
136
  version: '0'
121
137
  requirements: []
122
- rubygems_version: 3.1.4
138
+ rubygems_version: 3.1.6
123
139
  signing_key:
124
140
  specification_version: 4
125
141
  summary: The Ruby interface to the Urbit HTTP API