Skip to content

Commit 72e2b89

Browse files
committed
crete gem file
1 parent 9542c5c commit 72e2b89

File tree

3 files changed

+17
-1
lines changed

3 files changed

+17
-1
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,4 @@ build-iPhoneSimulator/
4747
# .ruby-gemset
4848

4949
# unless supporting rvm < 1.11.0 or doing something fancy, ignore this:
50-
.rvmrc
50+
.rvmrc

jekyll-random.gemspec

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
Gem::Specification.new do |s|
2+
s.name = "jekyll-random"
3+
s.version = "0.0.2"
4+
s.licenses = ['MIT']
5+
s.summary = "A Jekyll plugin that generates pseudo-random data"
6+
s.description = "A Jekyll plugin that generates pseudo-random data. Very useful when you want to generate a large amount of random data."
7+
s.authors = ["Paweł Kuna"]
8+
s.email = 'codecalm@gmail.com'
9+
s.files = [
10+
"lib/jekyll-random.rb"
11+
]
12+
s.homepage = 'https://github.com/codecalm/jekyll-random'
13+
s.metadata = { "source_code_uri" => "https://github.com/codecalm/jekyll-random" }
14+
15+
s.add_dependency "jekyll", "~> 3.3"
16+
end
File renamed without changes.

0 commit comments

Comments
 (0)