not_naughty 0.3 → 0.3.1
Sign up to get free protection for your applications and to get access to all the features.
- data/CHANGELOG +3 -0
- data/Rakefile +2 -2
- data/lib/not_naughty.rb +1 -0
- metadata +3 -2
data/CHANGELOG
CHANGED
data/Rakefile
CHANGED
@@ -9,7 +9,7 @@ include FileUtils
|
|
9
9
|
# Configuration
|
10
10
|
##############################################################################
|
11
11
|
NAME = "not_naughty"
|
12
|
-
VERS = "0.3"
|
12
|
+
VERS = "0.3.1"
|
13
13
|
CLEAN.include ["**/.*.sw?", "pkg/*", ".config", "doc/*", "coverage/*"]
|
14
14
|
RDOC_OPTS = [
|
15
15
|
"--quiet",
|
@@ -39,7 +39,7 @@ task :doc_rforge => [:doc]
|
|
39
39
|
|
40
40
|
desc "Update docs and upload to rubyforge.org"
|
41
41
|
task :doc_rforge do
|
42
|
-
|
42
|
+
sh %{scp -r doc/rdoc/* boof@rubyforge.org:/var/www/gforge-projects/not-naughty}
|
43
43
|
end
|
44
44
|
|
45
45
|
##############################################################################
|
data/lib/not_naughty.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: not_naughty
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version:
|
4
|
+
version: 0.3.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- "Florian A\xC3\x9Fmann"
|
@@ -9,7 +9,7 @@ autorequire:
|
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
11
|
|
12
|
-
date: 2008-02-
|
12
|
+
date: 2008-02-14 00:00:00 +01:00
|
13
13
|
default_executable:
|
14
14
|
dependencies: []
|
15
15
|
|
@@ -27,6 +27,7 @@ files:
|
|
27
27
|
- COPYING
|
28
28
|
- README
|
29
29
|
- Rakefile
|
30
|
+
- doc/rdoc
|
30
31
|
- spec/builder_spec.rb
|
31
32
|
- spec/errors_spec.rb
|
32
33
|
- spec/not_naughty_spec.rb
|