Skip to content

Commit 4f1b1f4

Browse files
committed
Add gemspec
* Ignore *.gem files in Git.
1 parent 87c1692 commit 4f1b1f4

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
.env
2+
*.gem

wonder-llama.gemspec

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
Gem::Specification.new do |gem|
2+
gem.name = 'wonder-llama'
3+
gem.version = '0.0.1'
4+
gem.license = 'MIT'
5+
gem.summary = 'Zulip API client'
6+
gem.authors = ['Ross Paffett']
7+
gem.email = 'ross@rosspaffett.com'
8+
gem.homepage = 'https://github.com/raws/wonder-llama'
9+
gem.files = Dir['lib/wonder_llama/*.rb'] << 'lib/wonder_llama.rb'
10+
end

0 commit comments

Comments
 (0)