Skip to content

Commit

Permalink
removing files used in local tests
Browse files Browse the repository at this point in the history
  • Loading branch information
diegorubin committed Jul 8, 2020
1 parent 476588c commit aa7da9d
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 100 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
coverage
.byebug_history
config
proto
matching
requests
.idea
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
tshield (0.11.14.0)
tshield (1.0.0.1)
byebug (~> 11.0, >= 11.0.1)
grpc (~> 1.28, >= 1.28.0)
grpc-tools (~> 1.28, >= 1.28.0)
Expand Down Expand Up @@ -61,10 +61,10 @@ GEM
ffi (1.11.1)
formatador (0.2.5)
gherkin (5.1.0)
google-protobuf (3.12.2)
google-protobuf (3.12.2-x86_64-linux)
googleapis-common-protos-types (1.0.5)
google-protobuf (~> 3.11)
grpc (1.28.0)
grpc (1.28.0-x86_64-linux)
google-protobuf (~> 3.11)
googleapis-common-protos-types (~> 1.0)
grpc-tools (1.28.0)
Expand Down
8 changes: 4 additions & 4 deletions lib/tshield/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
module TShield
# Control version of gem
class Version
MAJOR = 0
MINOR = 11
PATCH = 14
PRE = 0
MAJOR = 1
MINOR = 0
PATCH = 0
PRE = 1

class << self
def to_s
Expand Down
34 changes: 0 additions & 34 deletions proto/helloworld.proto

This file was deleted.

20 changes: 0 additions & 20 deletions proto/helloworld_pb.rb

This file was deleted.

39 changes: 0 additions & 39 deletions proto/helloworld_services_pb.rb

This file was deleted.

0 comments on commit aa7da9d

Please sign in to comment.