-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsunflower.gemspec
More file actions
35 lines (32 loc) · 925 Bytes
/
sunflower.gemspec
File metadata and controls
35 lines (32 loc) · 925 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
Gem::Specification.new do |s|
s.name = "sunflower"
s.version = "0.5.13"
s.date = "2016-05-14"
s.authors = ["Matma Rex"]
s.email = "matma.rex@gmail.com"
s.homepage = "https://github.com/MatmaRex/Sunflower"
s.summary = "Lightweight library to provide MediaWiki API access"
s.description = "Sunflower is a lightweight library to provide access to MediaWiki API from Ruby."
s.licenses = ["CC-BY-SA-3.0"]
s.add_dependency 'json'
s.add_dependency 'rest-client'
s.executables = ['sunflower-setup']
s.require_path = "lib"
s.bindir = "bin"
s.files = %w[
LICENSE
bin/sunflower-setup
example-bot.rb
lib/sunflower.rb
lib/sunflower/core.rb
lib/sunflower/commontasks.rb
lib/sunflower/list.rb
scripts/fix-bold-in-headers.rb
scripts/fix-langs.rb
scripts/lekkoatl-portal.rb
scripts/fix-unicode-control-chars.rb
scripts/fix-double-pipes.rb
scripts/fix-some-entities.rb
scripts/recat.rb
]
end