File tree Expand file tree Collapse file tree 3 files changed +17
-1
lines changed Expand file tree Collapse file tree 3 files changed +17
-1
lines changed Original file line number Diff line number Diff line change @@ -47,4 +47,4 @@ build-iPhoneSimulator/
47
47
# .ruby-gemset
48
48
49
49
# unless supporting rvm < 1.11.0 or doing something fancy, ignore this:
50
- .rvmrc
50
+ .rvmrc
Original file line number Diff line number Diff line change
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.
You can’t perform that action at this time.
0 commit comments