rabbit-slide-kou-debian-gum-2012 2012.06.23 → 2012.06.23.1
Sign up to get free protection for your applications and to get access to all the features.
- data/Rakefile +3 -3
- data/config.yaml +12 -0
- metadata +3 -2
data/Rakefile
CHANGED
@@ -50,7 +50,7 @@ description = readme_blocks[1] || "TODO"
|
|
50
50
|
specification = Gem::Specification.new do |spec|
|
51
51
|
prefix = "rabbit-slide"
|
52
52
|
spec.name = "#{prefix}-#{rubygems_user}-#{slide_id}"
|
53
|
-
spec.version = version
|
53
|
+
spec.version = "#{version}.1"
|
54
54
|
spec.homepage = "http://slide.rabbit-shockers.org/#{rubygems_user}/#{slide_id}/"
|
55
55
|
spec.authors = [author]
|
56
56
|
spec.email = [email]
|
@@ -58,8 +58,8 @@ specification = Gem::Specification.new do |spec|
|
|
58
58
|
spec.description = description
|
59
59
|
spec.licenses = ["GPLv3+", "Ruby's or GPLv2+", "Debian Open Use Logo License"]
|
60
60
|
|
61
|
-
spec.files = [".rabbit"]
|
62
|
-
spec.files += Dir.glob("{COPYING,GPL,
|
61
|
+
spec.files = [".rabbit", "config.yaml", "Rakefile"]
|
62
|
+
spec.files += Dir.glob("{COPYING,GPL,README*}")
|
63
63
|
spec.files += Dir.glob("rabbit/**/*.*")
|
64
64
|
spec.files += Dir.glob("**/*.{svg,png,jpg,jpeg,gif,eps,pdf}")
|
65
65
|
spec.files += Dir.glob("*.{rd,rab,hiki,md,pdf}")
|
data/config.yaml
ADDED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rabbit-slide-kou-debian-gum-2012
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2012.06.23
|
4
|
+
version: 2012.06.23.1
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -39,9 +39,10 @@ extensions: []
|
|
39
39
|
extra_rdoc_files: []
|
40
40
|
files:
|
41
41
|
- .rabbit
|
42
|
+
- config.yaml
|
43
|
+
- Rakefile
|
42
44
|
- COPYING
|
43
45
|
- GPL
|
44
|
-
- Rakefile
|
45
46
|
- README.rd
|
46
47
|
- rabbit/image/clear-debian-images/clear-debian-images.rb
|
47
48
|
- rabbit/image/clear-debian-images/clear-debian-headline-background.svg
|