climbcomp 0.0.3 → 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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1c8d22e41753afcb7fb9f054227c357ad3bdf85c8c53c643b16bc7fc48a59d73
4
- data.tar.gz: 7b4b89945d79682b4aa8a27d6fbbaf6a478033df2c6f68bad1d6e6417da45969
3
+ metadata.gz: 0eb53a2a0f274b46ede13c15afb20706f48c164fdcc656d4c80b66baeb22821b
4
+ data.tar.gz: 7c441ca6dd853ffbeed70223049c9933eb98e277ea9c4ec0d4ede910b1d514bd
5
5
  SHA512:
6
- metadata.gz: 0f4527e9b9011f4faa6c18ef4d97ba3916a2ca6c4d367c5f65b8785203a490e5b2fc1f495e13db3e8aef99adf52d6e1ec42538ff084745b60a74748b396ddfc7
7
- data.tar.gz: 740cfb92aac3132d931c66675a03730718a0390e9726362ce3847fccc19dd03e229e815761c70eb320b49e0e5078412c3c6c83d11fa48b8bc359ee6e699a8910
6
+ metadata.gz: 8f2f5affeb20b158f75375d25905c73b006d194c1a24f3ea6a581b1d605faf1c62911df0875b6d3265034858b52a80f77844c11975acac5c429197a773084c26
7
+ data.tar.gz: 3701c6bd6cdfffb68096d9ddd1348e96b31c25df49f0cbb1170cfaad5986666b9df61cded40e0feb307520caf585191e49dd5111d4d0c838610e014cefe69cc3
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.3
1
+ 1.0.0
@@ -0,0 +1,23 @@
1
+ # Generated by the protocol buffer compiler. DO NOT EDIT!
2
+ # source: climbcomp/account/v1/user.proto
3
+
4
+ require 'google/protobuf'
5
+
6
+ require 'google/protobuf/timestamp_pb'
7
+ Google::Protobuf::DescriptorPool.generated_pool.build do
8
+ add_message "climbcomp.account.v1.User" do
9
+ optional :id, :string, 1
10
+ optional :created_time, :message, 2, "google.protobuf.Timestamp"
11
+ optional :updated_time, :message, 3, "google.protobuf.Timestamp"
12
+ optional :username, :string, 4
13
+ optional :email, :string, 5
14
+ end
15
+ end
16
+
17
+ module Climbcomp
18
+ module Account
19
+ module V1
20
+ User = Google::Protobuf::DescriptorPool.generated_pool.lookup("climbcomp.account.v1.User").msgclass
21
+ end
22
+ end
23
+ end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: climbcomp
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 1.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Skip Baney
@@ -65,6 +65,7 @@ files:
65
65
  - VERSION
66
66
  - exe/climbcomp
67
67
  - lib/climbcomp.rb
68
+ - lib/climbcomp/account/v1/user_pb.rb
68
69
  - lib/climbcomp/version.rb
69
70
  homepage: https://github.com/climbcomp/climbcomp-ruby
70
71
  licenses: []