gitaly-proto 0.30.0 → 0.31.0

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
  SHA1:
3
- metadata.gz: 40fd16c231d9a708353b42f4329c0eb18f14dacb
4
- data.tar.gz: c47269fecd38fbe0c4bd9684a5231dc4b7b3eeb1
3
+ metadata.gz: 19c23b2faf745e617fb7cb1ef63cd58305a308f0
4
+ data.tar.gz: 2916ed1ec330d0b67823648effba89c6f7bbfdc7
5
5
  SHA512:
6
- metadata.gz: 2111e77e1abdfc197e18ed7a2a76664093095337ce9a02a48f9bbea0758944c3855d2a33cde078b06bcbf1ae4e6a960d58b4ca05beadd078cb4df94c1feb5026
7
- data.tar.gz: f8f310f809e6e30fb45415c3c7798ffe1551eb7e1a3d387cbfee2e0c197ac79ccaa46a414623072bb3d900d37c33667f0e230c261f5f7d00b3ce6378196ef0c0
6
+ metadata.gz: 7f4cb0c6f25aea0d5f9ac4b5f88402a6b723a6a1aafaa5eed8e634d5aa5563690fb47e41de4964c16dd424da3adabc64808d3b002a24afee871e5d3cc8adc87a
7
+ data.tar.gz: ce825559eb1ac04574efa794b7823098fec21f387cb1e241de7118c20b3d12c29806084ac1f0d414084f2b4add2df63badd130539f468ce3a801df75333d5f69
data/ruby/README.md CHANGED
@@ -1,41 +1,10 @@
1
- # TODO: replace auto-generated README
1
+ # gitaly-proto Ruby gem
2
2
 
3
- Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/gitaly`. To experiment with that code, run `bin/console` for an interactive prompt.
3
+ This is an auto-generated Ruby gem that contains gRPC client and
4
+ server code for Gitaly.
4
5
 
5
- TODO: Delete this and the text above, and describe your gem
6
+ Use `require: 'gitaly'` in your Gemfile.
6
7
 
7
- ## Installation
8
-
9
- Add this line to your application's Gemfile:
10
-
11
- ```ruby
12
- gem 'gitaly'
13
8
  ```
14
-
15
- And then execute:
16
-
17
- $ bundle
18
-
19
- Or install it yourself as:
20
-
21
- $ gem install gitaly
22
-
23
- ## Usage
24
-
25
- TODO: Write usage instructions here
26
-
27
- ## Development
28
-
29
- After checking out the repo, run `bin/setup` to install dependencies. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
30
-
31
- To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).
32
-
33
- ## Contributing
34
-
35
- Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/gitaly.
36
-
37
-
38
- ## License
39
-
40
- The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).
41
-
9
+ gem 'gitaly-proto', require: 'gitaly'
10
+ ```
@@ -1,4 +1,4 @@
1
1
  # This file was auto-generated by _support/release
2
2
  module Gitaly
3
- VERSION = "0.30.0"
3
+ VERSION = "0.31.0"
4
4
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gitaly-proto
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.30.0
4
+ version: 0.31.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jacob Vosmaer
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-08-23 00:00:00.000000000 Z
11
+ date: 2017-08-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-protobuf
@@ -38,34 +38,6 @@ dependencies:
38
38
  - - "~>"
39
39
  - !ruby/object:Gem::Version
40
40
  version: '1.0'
41
- - !ruby/object:Gem::Dependency
42
- name: bundler
43
- requirement: !ruby/object:Gem::Requirement
44
- requirements:
45
- - - "~>"
46
- - !ruby/object:Gem::Version
47
- version: '1.12'
48
- type: :development
49
- prerelease: false
50
- version_requirements: !ruby/object:Gem::Requirement
51
- requirements:
52
- - - "~>"
53
- - !ruby/object:Gem::Version
54
- version: '1.12'
55
- - !ruby/object:Gem::Dependency
56
- name: rake
57
- requirement: !ruby/object:Gem::Requirement
58
- requirements:
59
- - - "~>"
60
- - !ruby/object:Gem::Version
61
- version: '10.0'
62
- type: :development
63
- prerelease: false
64
- version_requirements: !ruby/object:Gem::Requirement
65
- requirements:
66
- - - "~>"
67
- - !ruby/object:Gem::Version
68
- version: '10.0'
69
41
  description: Auto-generated gRPC client for gitaly.
70
42
  email:
71
43
  - jacob@gitlab.com