We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87c1692 commit 4f1b1f4Copy full SHA for 4f1b1f4
.gitignore
@@ -1 +1,2 @@
1
.env
2
+*.gem
wonder-llama.gemspec
@@ -0,0 +1,10 @@
+Gem::Specification.new do |gem|
+ 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