Skip to content

Commit 3056da9

Browse files
authored
Update repo to follow Gem development conventions (#11)
1 parent 31cd669 commit 3056da9

4 files changed

Lines changed: 4 additions & 9 deletions

File tree

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,3 +54,5 @@ build-iPhoneSimulator/
5454

5555
# Used by RuboCop. Remote config files pulled in from inherit_from directive.
5656
# .rubocop-https?--*
57+
traceloop-sdk/Gemfile.lock
58+
opentelemetry-semantic_conventions_ai/Gemfile.lock

Gemfile

Lines changed: 0 additions & 7 deletions
This file was deleted.

semantic_conventions_ai/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ source "https://rubygems.org"
44

55
git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }
66

7-
# gem "rails"
7+
gemspec

traceloop-sdk/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ source "https://rubygems.org"
44

55
git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }
66

7-
# gem "rails"
7+
gemspec

0 commit comments

Comments
 (0)