sunflower 0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
metadata ADDED
@@ -0,0 +1,115 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: sunflower
3
+ version: !ruby/object:Gem::Version
4
+ hash: 15
5
+ prerelease:
6
+ segments:
7
+ - 0
8
+ - 2
9
+ version: "0.2"
10
+ platform: ruby
11
+ authors:
12
+ - Matma Rex
13
+ autorequire:
14
+ bindir: bin
15
+ cert_chain: []
16
+
17
+ date: 2011-05-12 00:00:00 Z
18
+ dependencies:
19
+ - !ruby/object:Gem::Dependency
20
+ name: json
21
+ prerelease: false
22
+ requirement: &id001 !ruby/object:Gem::Requirement
23
+ none: false
24
+ requirements:
25
+ - - ">="
26
+ - !ruby/object:Gem::Version
27
+ hash: 3
28
+ segments:
29
+ - 0
30
+ version: "0"
31
+ type: :runtime
32
+ version_requirements: *id001
33
+ - !ruby/object:Gem::Dependency
34
+ name: rest-client
35
+ prerelease: false
36
+ requirement: &id002 !ruby/object:Gem::Requirement
37
+ none: false
38
+ requirements:
39
+ - - ">="
40
+ - !ruby/object:Gem::Version
41
+ hash: 3
42
+ segments:
43
+ - 0
44
+ version: "0"
45
+ type: :runtime
46
+ version_requirements: *id002
47
+ description: Sunflower is a lightweight library to provide access to MediaWiki API from Ruby.
48
+ email: matma.rex@gmail.com
49
+ executables:
50
+ - sunflower-setup
51
+ extensions: []
52
+
53
+ extra_rdoc_files: []
54
+
55
+ files:
56
+ - README
57
+ - LICENSE
58
+ - bin/sunflower-setup
59
+ - example-bot.rb
60
+ - use-easy-bot.rb
61
+ - lib/sunflower.rb
62
+ - lib/sunflower/core.rb
63
+ - lib/sunflower/commontasks.rb
64
+ - lib/sunflower/listmaker.rb
65
+ - scripts/fix-bold-in-headers.rb
66
+ - scripts/fix-multiple-same-refs.rb
67
+ - scripts/fix-langs.rb
68
+ - scripts/lekkoatl-portal.rb
69
+ - scripts/ZDBOT.rb
70
+ - scripts/aktualizacjapilkarzy.rb
71
+ - scripts/changeimage.rb
72
+ - scripts/insight.rb
73
+ - scripts/make-id2team-list.rb
74
+ - scripts/author-list.rb
75
+ - scripts/fix-unicode-control-chars.rb
76
+ - scripts/fix-double-pipes.rb
77
+ - scripts/fix-some-entities.rb
78
+ - scripts/recat.rb
79
+ - scripts/wanted.rb
80
+ homepage: http://github.com/MatmaRex/Sunflower
81
+ licenses: []
82
+
83
+ post_install_message:
84
+ rdoc_options: []
85
+
86
+ require_paths:
87
+ - lib
88
+ required_ruby_version: !ruby/object:Gem::Requirement
89
+ none: false
90
+ requirements:
91
+ - - ">="
92
+ - !ruby/object:Gem::Version
93
+ hash: 3
94
+ segments:
95
+ - 0
96
+ version: "0"
97
+ required_rubygems_version: !ruby/object:Gem::Requirement
98
+ none: false
99
+ requirements:
100
+ - - ">="
101
+ - !ruby/object:Gem::Version
102
+ hash: 3
103
+ segments:
104
+ - 0
105
+ version: "0"
106
+ requirements: []
107
+
108
+ rubyforge_project:
109
+ rubygems_version: 1.7.2
110
+ signing_key:
111
+ specification_version: 3
112
+ summary: Sunflower is a lightweight library to provide access to MediaWiki API from Ruby.
113
+ test_files: []
114
+
115
+ has_rdoc: